Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-03-22 | Merge pull request #603 from davydden/tbb | Todd Gamblin | 1 | -0/+79 | |
add Intel TBB package | |||||
2016-03-22 | Merge pull request #606 from davydden/gettext | Todd Gamblin | 1 | -0/+30 | |
add gettext package | |||||
2016-03-22 | Merge pull request #607 from davydden/muparser | Todd Gamblin | 1 | -0/+18 | |
add muparser package | |||||
2016-03-22 | add muparser package | Denis Davydov | 1 | -0/+18 | |
2016-03-22 | add gettext package | Denis Davydov | 1 | -0/+30 | |
2016-03-22 | add Intel TBB package | Cyrus Harrison | 1 | -0/+79 | |
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 | 4 | -26/+52 | |
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 | 8 | -47/+73 | |
2016-03-21 | Refactor environment setup. | Todd Gamblin | 9 | -97/+151 | |
- 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 | Remove unused code from modules.py | Todd Gamblin | 1 | -20/+10 | |
2016-03-21 | Fix print function in uninstall.py | Todd Gamblin | 1 | -5/+6 | |
2016-03-21 | Merge pull request #552 from epfl-scitas/features/env_objects_flying_around | Todd Gamblin | 19 | -283/+669 | |
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 | Merge pull request #595 from mplegendre/bugfix/issue-573-concretize-compilers | Todd Gamblin | 2 | -2/+9 | |
Bugfix/issue 573 concretize compilers | |||||
2016-03-21 | Add test for issue 573, child with compiler not respected in concretization | Matthew LeGendre | 1 | -0/+7 | |
2016-03-21 | Fix issue 573 where Spack was ignoring user's compiler preference in ↵ | Matthew LeGendre | 1 | -2/+2 | |
concretization | |||||
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 | 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 | |