Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-03-21 | Refactor environment setup. | Todd Gamblin | 6 | -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-21 | Merge pull request #552 from epfl-scitas/features/env_objects_flying_around | Todd Gamblin | 8 | -51/+90 | |
enhancement proposal : customization of module files | |||||
2016-03-21 | Merge pull request #592 from mathstuf/paraview-python | Todd Gamblin | 1 | -4/+4 | |
Paraview python | |||||
2016-03-21 | add superlu_dist package | Denis Davydov | 1 | -0/+63 | |
2016-03-21 | paraview: disallow python3 | Ben Boeckel | 1 | -1/+1 | |
ParaView is not Python3-ready. | |||||
2016-03-21 | paraview: fix variant description typo | Ben Boeckel | 1 | -1/+1 | |
2016-03-21 | paraview: remove trailing whitespace | Ben Boeckel | 1 | -2/+2 | |
2016-03-21 | Merge branch 'develop' of https://github.com/LLNL/spack into ↵ | alalazo | 2 | -7/+9 | |
features/env_objects_flying_around Conflicts: lib/spack/spack/package.py var/spack/repos/builtin/packages/netlib-scalapack/package.py | |||||
2016-03-20 | Merge pull request #583 from davydden/openblas_osx | Todd Gamblin | 1 | -2/+4 | |
fix openblas suffix for OS-X | |||||
2016-03-20 | fix scalapack suffix for osx | Denis Davydov | 1 | -5/+6 | |
2016-03-20 | fix openblas suffix for OS-X | Denis Davydov | 1 | -2/+4 | |
2016-03-18 | Revert "openssl : solved glitch to prevent spack to freeze when the network ↵ | alalazo | 1 | -17/+12 | |
is unreachable" This reverts commit 4cf4bf3a0343fc93d6f0c14dd89956fa03b8f738. | |||||
2016-03-18 | PYTHONPATH : python patches methods for its extensions | alalazo | 2 | -6/+34 | |
2016-03-18 | Merge branch 'bugfix/openssl' into features/env_objects_flying_around | alalazo | 1 | -12/+17 | |
2016-03-18 | openssl : solved glitch to prevent spack to freeze when the network is ↵ | alalazo | 1 | -12/+17 | |
unreachable | |||||
2016-03-18 | Merge branch 'develop' of https://github.com/LLNL/spack into ↵ | alalazo | 6 | -11/+29 | |
features/env_objects_flying_around | |||||
2016-03-17 | Merge pull request #566 from eschnett/eschnett/papi | Todd Gamblin | 1 | -0/+1 | |
Update PAPI to 5.4.3 | |||||
2016-03-17 | Merge pull request #567 from eschnett/eschnett/openblas | Todd Gamblin | 1 | -0/+1 | |
Update OpenBLAS to 0.2.16 | |||||
2016-03-17 | Merge pull request #565 from eschnett/eschnett/curl | Todd Gamblin | 1 | -0/+1 | |
Update curl to 7.47.1 | |||||
2016-03-17 | Update OpenBLAS to 0.2.16 | Erik Schnetter | 1 | -0/+1 | |
2016-03-17 | Update PAPI to 5.4.3 | Erik Schnetter | 1 | -0/+1 | |
2016-03-17 | Change sanity_check_[file|dir] to sanity_check_is_[file|dir], per #554 | Todd Gamblin | 1 | -2/+1 | |
- Add documentation as well. | |||||
2016-03-17 | Update curl to 7.47.1 | Erik Schnetter | 1 | -0/+1 | |
2016-03-17 | python : fixed typo | alalazo | 1 | -1/+1 | |
2016-03-17 | python : implemented possible solution | alalazo | 1 | -1/+2 | |
2016-03-17 | package : split `environment_modifications` into `setup_environment` and ↵ | alalazo | 6 | -55/+42 | |
`setup_dependent_environment`. package : renamed `module_modifications` to `modify_module` for consistency | |||||
2016-03-16 | 1. Disabled git versions known to have vulnerabilities. | citibeth | 1 | -7/+17 | |
2. Added autoconf command to allow building directly from GitHub source. | |||||
2016-03-16 | Merge pull request #555 from epfl-scitas/packages/binutils | Todd Gamblin | 1 | -4/+7 | |
Adding latest version in binutils | |||||
2016-03-16 | tclmodules : added hooks to process EnvironmentModifications objects | alalazo | 2 | -12/+28 | |
2016-03-16 | Change urls in binutils to help 'spack checksum/versions' + adding latest ↵ | Nicolas Richart | 1 | -4/+7 | |
version | |||||
2016-03-16 | environment : simplified modification of the environment | alalazo | 1 | -0/+1 | |
2016-03-16 | Merge branch 'develop' of https://github.com/LLNL/spack into ↵ | alalazo | 10 | -5/+360 | |
features/env_objects_flying_around | |||||
2016-03-15 | Add sanity checks to the libelf build. | Todd Gamblin | 1 | -0/+3 | |
2016-03-15 | Merge pull request #549 from LLNL/bugfix/gh538-less-greedy-concretize | Matthew LeGendre | 2 | -0/+77 | |
Bugfix/gh538 less greedy concretize | |||||
2016-03-15 | Merge pull request #537 from adamjstewart/features/octave | Todd Gamblin | 3 | -0/+219 | |
Add GNU Octave package | |||||
2016-03-15 | package : renamed `setup_dependent_environment` to `module_modifications` | alalazo | 6 | -24/+18 | |
2016-03-15 | package : added `environment_modifications` | alalazo | 6 | -37/+50 | |
2016-03-15 | environment : refactoreded set_build_environment_variables | alalazo | 1 | -1/+1 | |
2016-03-14 | Updates to qrupdate | Adam J. Stewart | 2 | -13/+14 | |
2016-03-14 | Add some tests for packages with multiple virtual dependencies. | Todd Gamblin | 2 | -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-13 | Update tmux | Erik Schnetter | 1 | -2/+3 | |
2016-03-11 | New version of LAPACK | Elizabeth F | 1 | -0/+1 | |
2016-03-11 | Added comment to Emacs. | Elizabeth F | 1 | -0/+2 | |
2016-03-11 | Add gl2ps and qrupdate packages | Adam J. Stewart | 3 | -12/+48 | |
2016-03-11 | Merge pull request #528 from citibeth/efischer/160309-Emacs | Todd Gamblin | 1 | -0/+19 | |
Added Emacs package | |||||
2016-03-11 | Add GNU Octave package | Adam J. Stewart | 1 | -0/+182 | |
2016-03-11 | Merge pull request #526 from KineticTheory/develop | Todd Gamblin | 2 | -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 of | Kelly (KT) Thompson | 1 | -6/+4 | |
PR#526. Also, remove a debug print statement that was accidentally committed. | |||||
2016-03-10 | Merge remote-tracking branch 'upstream/develop' into develop | Kelly (KT) Thompson | 4 | -39/+60 | |
2016-03-10 | Merge branch 'mplegendre-features/external-packages' into develop | Todd Gamblin | 7 | -2/+149 | |