summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-03-23Merge pull request #611 from davydden/p4estTodd Gamblin1-0/+34
add p4est package
2016-03-23resurrect preferred=True option for packages lost in merge of externals support.Todd Gamblin3-3/+14
- Pyton 2.7.11 is preferred again.
2016-03-23Fix #608: broken numpy build.Todd Gamblin4-11/+14
- Failed to catch all instances of modify_module when it was renamed to setup_dependent_package. - Refactored remaining modify_module calls. - Also modified Python's setup_dependent_package slightly: only creates empty site-packages directory for Python extensions now, not for all dependents.
2016-03-22add p4est packageDenis Davydov1-0/+34
2016-03-22Merge pull request #600 from davydden/arpack_mpi_fixTodd Gamblin1-1/+4
arpack: fix for +mpi variant
2016-03-22Merge pull request #605 from davydden/hypre_osxTodd Gamblin1-2/+3
temporary fix Hypre for OSX by building static lib by default
2016-03-22Merge pull request #602 from davydden/oceTodd Gamblin1-0/+47
add OCE package
2016-03-22Merge pull request #603 from davydden/tbbTodd Gamblin1-0/+79
add Intel TBB package
2016-03-22Merge pull request #606 from davydden/gettextTodd Gamblin1-0/+30
add gettext package
2016-03-22Merge pull request #607 from davydden/muparserTodd Gamblin1-0/+18
add muparser package
2016-03-22add muparser packageDenis Davydov1-0/+18
2016-03-22add gettext packageDenis Davydov1-0/+30
2016-03-22add Intel TBB packageCyrus Harrison1-0/+79
2016-03-22temporary fix Hypre for OSX by building static lib by defaultErik Schnetter1-2/+3
2016-03-22add OCE packageDenis Davydov1-0/+47
2016-03-22arpack: fix for +mpi variantDenis Davydov1-1/+4
2016-03-22Merge pull request #585 from davydden/mumps_w_parmetisTodd Gamblin5-32/+151
fix mumps: when installed with parmetis has to be linked with metis
2016-03-22Merge pull request #591 from epfl-scitas/package/llvmTodd Gamblin1-1/+16
llvm : added version 3.8.0
2016-03-22Merge pull request #598 from davydden/suite_sparse_renameTodd Gamblin3-4/+3
Suite sparse rename
2016-03-22Merge pull request #597 from davydden/arpackTodd Gamblin2-0/+19
arpack: add a patch for 3.3
2016-03-22Merge pull request #582 from KineticTheory/developTodd Gamblin1-4/+3
+ Provide fpic variant for netlib-lapack.
2016-03-22Change from PR #552: rename setup_dependent_python_module -> ↵Todd Gamblin4-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-22adjust eigen and octave to use new names of suite sparseDenis Davydov2-2/+2
2016-03-22adjust the class name for suite sparseDenis Davydov1-2/+1
2016-03-22move suite sparse to a proper folderDenis Davydov1-0/+0
2016-03-22arpack: add a patch for 3.3Denis Davydov2-0/+19
2016-03-22Merge pull request #589 from davydden/petsc_osxTodd Gamblin1-5/+15
fix petsc on osx
2016-03-21Rename some environment methods to be less repetitive, add set_path.Todd Gamblin8-47/+73
2016-03-21Refactor environment setup.Todd Gamblin9-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-21Remove unused code from modules.pyTodd Gamblin1-20/+10
2016-03-21Fix print function in uninstall.pyTodd Gamblin1-5/+6
2016-03-21Merge pull request #552 from epfl-scitas/features/env_objects_flying_aroundTodd Gamblin19-283/+669
enhancement proposal : customization of module files
2016-03-21Merge pull request #592 from mathstuf/paraview-pythonTodd Gamblin1-4/+4
Paraview python
2016-03-21Merge pull request #595 from mplegendre/bugfix/issue-573-concretize-compilersTodd Gamblin2-2/+9
Bugfix/issue 573 concretize compilers
2016-03-21Add test for issue 573, child with compiler not respected in concretizationMatthew LeGendre1-0/+7
2016-03-21Fix issue 573 where Spack was ignoring user's compiler preference in ↵Matthew LeGendre1-2/+2
concretization
2016-03-21Merge pull request #594 from davydden/superlu_distTodd Gamblin1-0/+63
add superlu_dist package
2016-03-21add superlu_dist packageDenis Davydov1-0/+63
2016-03-21paraview: disallow python3Ben Boeckel1-1/+1
ParaView is not Python3-ready.
2016-03-21paraview: fix variant description typoBen Boeckel1-1/+1
2016-03-21paraview: remove trailing whitespaceBen Boeckel1-2/+2
2016-03-21Merge branch 'develop' of https://github.com/LLNL/spack into package/llvmalalazo9-14/+71
2016-03-21llvm : does not support python 3alalazo1-1/+1
2016-03-21parmetis patches by PETSc developersDenis Davydov3-0/+118
2016-03-21llvm : update to 3.8.0alalazo1-0/+15
2016-03-21build parmetis against external metisDenis Davydov2-20/+17
2016-03-21Merge branch 'develop' of https://github.com/LLNL/spack into ↵alalazo9-14/+71
features/env_objects_flying_around Conflicts: lib/spack/spack/package.py var/spack/repos/builtin/packages/netlib-scalapack/package.py
2016-03-21uninstall : fixed typo (print statement vs. print function)alalazo1-2/+2
2016-03-21fix petsc on osxDenis Davydov1-5/+15
2016-03-20Merge pull request #583 from davydden/openblas_osxTodd Gamblin1-2/+4
fix openblas suffix for OS-X