summaryrefslogtreecommitdiff
path: root/var
AgeCommit message (Collapse)AuthorFilesLines
2016-03-21Rename some environment methods to be less repetitive, add set_path.Todd Gamblin5-15/+16
2016-03-21Refactor environment setup.Todd Gamblin6-56/+34
- Gave setup_environment and setup_dependent_environment more similar signatures. They now allows editing the Spack env and the runtime env for *this* package and dependents, respectively. - modify_module renamed to setup_dependent_python_module for symmetry with setup_dependent_environment and to avoid confusion with environment modules. - removed need for patching Package objects at runtime. - adjust packages to reflect these changes.
2016-03-21Merge pull request #552 from epfl-scitas/features/env_objects_flying_aroundTodd Gamblin8-51/+90
enhancement proposal : customization of module files
2016-03-21Merge pull request #592 from mathstuf/paraview-pythonTodd Gamblin1-4/+4
Paraview python
2016-03-21add superlu_dist packageDenis Davydov1-0/+63
2016-03-21paraview: disallow python3Ben Boeckel1-1/+1
ParaView is not Python3-ready.
2016-03-21paraview: fix variant description typoBen Boeckel1-1/+1
2016-03-21paraview: remove trailing whitespaceBen Boeckel1-2/+2
2016-03-21Merge branch 'develop' of https://github.com/LLNL/spack into ↵alalazo2-7/+9
features/env_objects_flying_around Conflicts: lib/spack/spack/package.py var/spack/repos/builtin/packages/netlib-scalapack/package.py
2016-03-20Merge pull request #583 from davydden/openblas_osxTodd Gamblin1-2/+4
fix openblas suffix for OS-X
2016-03-20fix scalapack suffix for osxDenis Davydov1-5/+6
2016-03-20fix openblas suffix for OS-XDenis Davydov1-2/+4
2016-03-18Revert "openssl : solved glitch to prevent spack to freeze when the network ↵alalazo1-17/+12
is unreachable" This reverts commit 4cf4bf3a0343fc93d6f0c14dd89956fa03b8f738.
2016-03-18PYTHONPATH : python patches methods for its extensionsalalazo2-6/+34
2016-03-18Merge branch 'bugfix/openssl' into features/env_objects_flying_aroundalalazo1-12/+17
2016-03-18openssl : solved glitch to prevent spack to freeze when the network is ↵alalazo1-12/+17
unreachable
2016-03-18Merge branch 'develop' of https://github.com/LLNL/spack into ↵alalazo6-11/+29
features/env_objects_flying_around
2016-03-17Merge pull request #566 from eschnett/eschnett/papiTodd Gamblin1-0/+1
Update PAPI to 5.4.3
2016-03-17Merge pull request #567 from eschnett/eschnett/openblasTodd Gamblin1-0/+1
Update OpenBLAS to 0.2.16
2016-03-17Merge pull request #565 from eschnett/eschnett/curlTodd Gamblin1-0/+1
Update curl to 7.47.1
2016-03-17Update OpenBLAS to 0.2.16Erik Schnetter1-0/+1
2016-03-17Update PAPI to 5.4.3Erik Schnetter1-0/+1
2016-03-17Change sanity_check_[file|dir] to sanity_check_is_[file|dir], per #554Todd Gamblin1-2/+1
- Add documentation as well.
2016-03-17Update curl to 7.47.1Erik Schnetter1-0/+1
2016-03-17python : fixed typoalalazo1-1/+1
2016-03-17python : implemented possible solutionalalazo1-1/+2
2016-03-17package : split `environment_modifications` into `setup_environment` and ↵alalazo6-55/+42
`setup_dependent_environment`. package : renamed `module_modifications` to `modify_module` for consistency
2016-03-161. Disabled git versions known to have vulnerabilities.citibeth1-7/+17
2. Added autoconf command to allow building directly from GitHub source.
2016-03-16Merge pull request #555 from epfl-scitas/packages/binutilsTodd Gamblin1-4/+7
Adding latest version in binutils
2016-03-16tclmodules : added hooks to process EnvironmentModifications objectsalalazo2-12/+28
2016-03-16Change urls in binutils to help 'spack checksum/versions' + adding latest ↵Nicolas Richart1-4/+7
version
2016-03-16environment : simplified modification of the environmentalalazo1-0/+1
2016-03-16Merge branch 'develop' of https://github.com/LLNL/spack into ↵alalazo10-5/+360
features/env_objects_flying_around
2016-03-15Add sanity checks to the libelf build.Todd Gamblin1-0/+3
2016-03-15Merge pull request #549 from LLNL/bugfix/gh538-less-greedy-concretizeMatthew LeGendre2-0/+77
Bugfix/gh538 less greedy concretize
2016-03-15Merge pull request #537 from adamjstewart/features/octaveTodd Gamblin3-0/+219
Add GNU Octave package
2016-03-15package : renamed `setup_dependent_environment` to `module_modifications`alalazo6-24/+18
2016-03-15package : added `environment_modifications`alalazo6-37/+50
2016-03-15environment : refactoreded set_build_environment_variablesalalazo1-1/+1
2016-03-14Updates to qrupdateAdam J. Stewart2-13/+14
2016-03-14Add some tests for packages with multiple virtual dependencies.Todd Gamblin2-0/+77
- Added mock `hypre` package, depends on `lapack` and `blas`. - test cases where some packages provide both `lapack` and `blas`, but others do not.
2016-03-13Update tmuxErik Schnetter1-2/+3
2016-03-11New version of LAPACKElizabeth F1-0/+1
2016-03-11Added comment to Emacs.Elizabeth F1-0/+2
2016-03-11Add gl2ps and qrupdate packagesAdam J. Stewart3-12/+48
2016-03-11Merge pull request #528 from citibeth/efischer/160309-EmacsTodd Gamblin1-0/+19
Added Emacs package
2016-03-11Add GNU Octave packageAdam J. Stewart1-0/+182
2016-03-11Merge pull request #526 from KineticTheory/developTodd Gamblin2-3/+39
Provide instructions for cmake/3.5.0 (plus 2 new variants) and qt/5.4.2
2016-03-11+ Rename variant 'sphinxbuild' to 'doc' as recommended in the discussion ofKelly (KT) Thompson1-6/+4
PR#526. Also, remove a debug print statement that was accidentally committed.
2016-03-10Merge remote-tracking branch 'upstream/develop' into developKelly (KT) Thompson4-39/+60