Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-03-22 | add gettext package | Denis Davydov | 1 | -0/+30 | |
2016-03-22 | Merge pull request #585 from davydden/mumps_w_parmetis | Todd Gamblin | 5 | -32/+151 | |
fix mumps: when installed with parmetis has to be linked with metis | |||||
2016-03-22 | Merge pull request #591 from epfl-scitas/package/llvm | Todd Gamblin | 1 | -1/+16 | |
llvm : added version 3.8.0 | |||||
2016-03-22 | Merge pull request #598 from davydden/suite_sparse_rename | Todd Gamblin | 3 | -4/+3 | |
Suite sparse rename | |||||
2016-03-22 | Merge pull request #597 from davydden/arpack | Todd Gamblin | 2 | -0/+19 | |
arpack: add a patch for 3.3 | |||||
2016-03-22 | Merge pull request #582 from KineticTheory/develop | Todd Gamblin | 1 | -4/+3 | |
+ Provide fpic variant for netlib-lapack. | |||||
2016-03-22 | Change from PR #552: rename setup_dependent_python_module -> ↵ | Todd Gamblin | 2 | -11/+13 | |
setup_dependent_package - Fixed in package.py - Fixed wrong prototypes in packages that use it. - Fixed build_environment to set module variables properly - added hacky fix to ensure spec/package consistency in build processes. - Need to think about defensive spec copy done by `Repo.get`. May be time to think about an immutable spec implementation. | |||||
2016-03-22 | adjust eigen and octave to use new names of suite sparse | Denis Davydov | 2 | -2/+2 | |
2016-03-22 | adjust the class name for suite sparse | Denis Davydov | 1 | -2/+1 | |
2016-03-22 | move suite sparse to a proper folder | Denis Davydov | 1 | -0/+0 | |
2016-03-22 | arpack: add a patch for 3.3 | Denis Davydov | 2 | -0/+19 | |
2016-03-22 | Merge pull request #589 from davydden/petsc_osx | Todd Gamblin | 1 | -5/+15 | |
fix petsc on osx | |||||
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 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 | 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 | 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 |