summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-03-22Merge branch 'develop' of https://github.com/LLNL/spack into qa/coding_standardalalazo204-1892/+6754
Conflicts: .travis.yml
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
2016-03-20Merge pull request #584 from davydden/scalapack_osxTodd Gamblin1-5/+6
fix library scalapack suffix for osx
2016-03-20fix mumps: when installed with parmetis has to be linked with metisDenis Davydov1-12/+16
2016-03-20fix scalapack suffix for osxDenis Davydov1-5/+6
2016-03-20fix openblas suffix for OS-XDenis Davydov1-2/+4
2016-03-19+ Provide fpic variant for netlib-lapack.Kelly (KT) Thompson1-4/+3
2016-03-19Merge pull request #581 from eschnett/eschnett/bash-uTodd Gamblin1-1/+1
Support Bash "-u" mode
2016-03-19Support Bash "-u" modeErik Schnetter1-1/+1
2016-03-18Merge pull request #578 from LLNL/features/gh-294-abort-buildTodd Gamblin3-2/+24
Features/gh 294 abort build
2016-03-18Add docs for InstallError.Todd Gamblin1-0/+14
2016-03-18Make InstallError and ExternalPackageError visiible in packages.Todd Gamblin2-2/+10
2016-03-18Merge pull request #574 from LLNL/features/flattenerTodd Gamblin2-0/+32
Created flatten_dependencies function
2016-03-18changed function name and removed hardcoded libs dirGregory Becker2-5/+4
2016-03-18cleanupGregory Becker1-1/+0
2016-03-18Refactoring flat_installGregory Becker3-24/+33
2016-03-18Merge pull request #576 from adamjstewart/features/tarTodd Gamblin2-5/+4
Add support for .tar files