Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-03-21 | + Provide package numdiff. | Kelly (KT) Thompson | 1 | -0/+41 | |
2016-03-21 | Rename some environment methods to be less repetitive, add set_path. | Todd Gamblin | 5 | -15/+16 | |
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 remote-tracking branch 'upstream/develop' into pkg-graphviz | Kelly (KT) Thompson | 6 | -9/+77 | |
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 package/llvm | alalazo | 2 | -7/+10 | |
2016-03-21 | llvm : does not support python 3 | alalazo | 1 | -1/+1 | |
2016-03-21 | parmetis patches by PETSc developers | Denis Davydov | 3 | -0/+118 | |
2016-03-21 | llvm : update to 3.8.0 | alalazo | 1 | -0/+15 | |
2016-03-21 | build parmetis against external metis | Denis Davydov | 2 | -20/+17 | |
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-21 | fix petsc on osx | Denis Davydov | 1 | -5/+15 | |
2016-03-20 | cmake: depend on openssl when openssl variant=true | Cyrus Harrison | 1 | -0/+1 | |
2016-03-20 | cmake package: add variant for openssl support | Cyrus Harrison | 1 | -2/+4 | |
The openssl variant defaults to true to preserve spack's current CMake configuration, which is using OpenSSL. Signed-off-by: Cyrus Harrison <cyrush@llnl.gov> | |||||
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 mumps: when installed with parmetis has to be linked with metis | Denis Davydov | 1 | -12/+16 | |
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-19 | + Provide fpic variant for netlib-lapack. | Kelly (KT) Thompson | 1 | -4/+3 | |
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 | Update PAPI to 5.4.3 | Erik Schnetter | 1 | -0/+1 | |
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 | + Provide ~perl and ~shared variants. | Kelly (KT) Thompson | 1 | -2/+9 | |
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 |