Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-03-21 | Merge pull request #594 from davydden/superlu_dist | Todd Gamblin | 1 | -0/+63 | |
add superlu_dist package | |||||
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 | 9 | -14/+71 | |
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 | 9 | -14/+71 | |
features/env_objects_flying_around Conflicts: lib/spack/spack/package.py var/spack/repos/builtin/packages/netlib-scalapack/package.py | |||||
2016-03-21 | uninstall : fixed typo (print statement vs. print function) | alalazo | 1 | -2/+2 | |
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 | Merge pull request #584 from davydden/scalapack_osx | Todd Gamblin | 1 | -5/+6 | |
fix library scalapack suffix for osx | |||||
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-19 | Merge pull request #581 from eschnett/eschnett/bash-u | Todd Gamblin | 1 | -1/+1 | |
Support Bash "-u" mode | |||||
2016-03-19 | Support Bash "-u" mode | Erik Schnetter | 1 | -1/+1 | |
2016-03-18 | Merge pull request #578 from LLNL/features/gh-294-abort-build | Todd Gamblin | 3 | -2/+24 | |
Features/gh 294 abort build | |||||
2016-03-18 | Add docs for InstallError. | Todd Gamblin | 1 | -0/+14 | |
2016-03-18 | Make InstallError and ExternalPackageError visiible in packages. | Todd Gamblin | 2 | -2/+10 | |
2016-03-18 | Merge pull request #574 from LLNL/features/flattener | Todd Gamblin | 2 | -0/+32 | |
Created flatten_dependencies function | |||||
2016-03-18 | changed function name and removed hardcoded libs dir | Gregory Becker | 2 | -5/+4 | |
2016-03-18 | cleanup | Gregory Becker | 1 | -1/+0 | |
2016-03-18 | Refactoring flat_install | Gregory Becker | 3 | -24/+33 | |
2016-03-18 | Merge pull request #576 from adamjstewart/features/tar | Todd Gamblin | 2 | -5/+4 | |
Add support for .tar files | |||||
2016-03-18 | Add support for .tar files | Adam J. Stewart | 2 | -5/+4 | |
2016-03-18 | Merge pull request #569 from drbenmorgan/gcc-suffixes | Todd Gamblin | 1 | -1/+2 | |
Add additional suffixes for GCC compiler | |||||
2016-03-18 | added error class for error that should never come up | Gregory Becker | 1 | -0/+7 | |
2016-03-18 | Created flatten_dependencies function that dummy packages can use to create ↵ | Gregory Becker | 1 | -0/+18 | |
sane install environments. | |||||
2016-03-18 | env modifications : added a validation rule | alalazo | 2 | -3/+33 | |
2016-03-18 | modules : added formats mapping | alalazo | 1 | -1/+4 | |
2016-03-18 | modules : turned category into a property (logic can be extended later) | alalazo | 1 | -4/+11 | |
2016-03-18 | modules : fixed bug in `modify_module` arguments | alalazo | 1 | -1/+1 | |
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 | 7 | -27/+53 | |
2016-03-18 | Add additional suffixes for GCC compiler | Ben Morgan | 1 | -1/+2 | |
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 | 9 | -28/+128 | |
features/env_objects_flying_around | |||||
2016-03-17 | Import recent changes | Erik Schnetter | 1 | -120/+65 | |
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 branch 'develop' into correct-cc | Erik Schnetter | 150 | -1317/+4267 | |
# Conflicts: # lib/spack/env/cc |