summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-04-04Add version 0.17.1 of scikit-learn.Glenn Johnson1-0/+1
2016-04-04Calculate version string in a functionErik Schnetter1-3/+4
2016-04-04Clean up cc scriptErik Schnetter1-32/+33
2016-04-04Add release 9.1.0 recognition to the Dyninst API package file.Jim Galarowicz1-0/+2
2016-04-04Merge pull request #724 from davydden/metis_suitesparse_dealiiTodd Gamblin3-9/+69
Metis and suitesparse fixes
2016-04-04Merge pull request #715 from citibeth/efischer/160401-EnvironmentModulesTodd Gamblin3-25/+66
Added Environment Modules
2016-04-04Add changes that remove unsupported libraries from the boost build libraries ↵Jim Galarowicz1-0/+12
list based on the boost version numbers. Libraries that are removed include: log - for versions of boost 1.53.0 and older - :atomic - for versions of boost 1.52.0 and older - :locale for versions of boost 1.49.0 and older - :chrono - for versions of boost 1.48.0 and older - and :random - for versions of boost 1.44.0 and older.
2016-04-04Merge pull request #716 from citibeth/efischer/160401-TclTkTodd Gamblin2-4/+11
Fixed TCL/Tk
2016-04-04Merge pull request #732 from citibeth/efischer/160403-ConditionalExtendsBugfixTodd Gamblin1-3/+8
[Needs Review] Fix conditional extends (BUG #683)
2016-04-04Merge pull request #725 from citibeth/efischer/160402-NetCDFCXXTodd Gamblin1-1/+5
Added deprecation warning to netcdf-cxx
2016-04-04Merge pull request #730 from citibeth/efischer/160403-PyPillowTodd Gamblin1-1/+62
[WIP] py-pillow: Updated for variants
2016-04-04Merge pull request #727 from glennpj/sympyTodd Gamblin2-0/+15
Added version 1.0 of sympy.
2016-04-04Merge pull request #729 from citibeth/efischer/160403-LibxcbDependencyTodd Gamblin1-0/+3
libxcb: Added comments on two dependencies Spack does not yet know ho…
2016-04-04Merge pull request #731 from citibeth/efischer/160403-GitDependencyTodd Gamblin1-0/+2
git: added comment about newly discovered dependency
2016-04-04Merge pull request #733 from citibeth/efischer/160403-DbusDependencyTodd Gamblin1-0/+2
dbus: Added missing dependency (expat)
2016-04-04Merge pull request #670 from epfl-scitas/uninstall_improvedTodd Gamblin7-143/+290
enhancement : recursive uninstallation of dependent packages
2016-04-04Merge pull request #735 from LLNL/bugfix/build-environment-order-issuesTodd Gamblin4-31/+197
Fix #620, Resolve #664. Fix issues with build environment.
2016-04-04Fix #620, Resolve #664. Fix issues with build environment.Todd Gamblin4-31/+197
- Also added better regression tests for build environment.
2016-04-04uninstall : updated documentation and error messagesalalazo2-16/+35
2016-04-04uninstall : renamed `--recursive` to `--dependents`alalazo2-6/+6
2016-04-04suite-sparse: temporary disable TBB due to linking errorsDenis Davydov1-2/+7
2016-04-03py-pillow: Updated for variants, but still having trouble getting it to use ↵Elizabeth F1-1/+62
Spack-supplied libjpeg.
2016-04-03libxcb: Added comments on two dependencies Spack does not yet know how to build.Elizabeth F1-0/+3
2016-04-03git: added comment about newly discovered dependencyElizabeth F1-0/+2
2016-04-03dbus: Added missing dependency (expat)Elizabeth F1-0/+2
2016-04-03Fix conditional extends (BUG #683)Elizabeth F1-3/+8
2016-04-03Fixed up to work on a machine without any system-install tcl.citibeth1-2/+7
2016-04-03dealii: blacklist boostDenis Davydov1-2/+4
2016-04-03Fixed evil non-ASCII quotesElizabeth Fischer1-2/+2
2016-04-02Update HDF5 to 1.10.0Erik Schnetter1-3/+11
2016-04-02Added version 1.0 of sympy. Beginning with this version, sympy requiresGlenn Johnson2-0/+15
the mpmath package. The py-mpmath package is added in this PR to accommodate that.
2016-04-02Merged the best of two Spack packages for Environment Modules.citibeth2-29/+10
Named "environment-modules" to be consistent with Fedora and Ubuntu repositories. See d96ea5b for original packages/modules/package.py
2016-04-02Removed useless url in qtcitibeth1-1/+0
2016-04-02Added deprecation warning to netcdf-cxxcitibeth1-1/+5
2016-04-02dealii: add extra test for Petsc+MetisDenis Davydov1-0/+13
2016-04-02suite-sparse: fix a bug where interla metis was used; add TBB variantDenis Davydov1-7/+29
2016-04-02metis: fix compilation with Clang 7.3.0, add testsDenis Davydov1-0/+18
2016-04-01Add ipopt v3.12.4 package.Geoffrey Oxberry1-0/+51
Add package for the nonlinear programming solver IPOPT. This commit depends on the changes made in GitHub PR #711, since IPOPT requires the headers that correspond to the fake MPI implementation in sequential MUMPS.
2016-04-01mumps: install mpiseq headers for '~mpi'Geoffrey Oxberry1-2/+5
Prior to this commit, spack installs a library called `libmpiseq` into `spec['mumps'].prefix.lib` when it builds MUMPS without MPI. However, it does not also install the headers corresponding to this library, so it is impossible to compile source files that depend on function calls implemented in this library. This commit fixes this problem by installing these headers, which are needed by packages (e.g., IPOPT) that depend on these headers.
2016-04-01Fixed tk, and used uverridden url_for_version().Elizabeth F2-6/+10
2016-04-01Added documentation for installing Environment Modules with Spack.citibeth1-0/+28
2016-04-01Added Environment Modules package.Elizabeth F1-0/+27
2016-04-01Fixed TCL/TkElizabeth F2-3/+6
2016-03-31Merge pull request #709 from xjrc/packages/zoltanTodd Gamblin1-0/+54
Add Package : Zoltan
2016-03-31Fixed the MPI variant for the 'zoltan' package.Joseph Ciurej1-0/+2
2016-03-31Added the initial version of the 'zoltan' package.Joseph Ciurej1-0/+52
2016-03-31Merge pull request #685 from gartung/add-modules-packageTodd Gamblin1-0/+25
add modules package and have setup script find it if built
2016-03-31remove the part I added to setup-env.sh as this does not work unless the ↵Patrick Gartung1-10/+0
modules package is already built.
2016-03-31Merge pull request #704 from adamjstewart/features/qt-urlTodd Gamblin1-26/+44
Add url_for_version function and gtk variant
2016-03-31Merge branch 'features/blas-lapack-hardening' into developTodd Gamblin6-20/+116