summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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-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
2016-03-31Add url_for_version function and gtk variantAdam J. Stewart1-26/+44
2016-03-31Quick fix for pkg diff.Todd Gamblin1-1/+2
2016-03-31Merge pull request #291 from trws/stage-pathTodd Gamblin3-5/+16
add a path argument to the stage command
2016-03-31reworked to deal with stage.path as propertyTom Scogland3-13/+14
This version actually pulls the path through the package to deliver it to each stage on creation when passed through the command. This is necessary due to the new StageComposite class that makes setting the path directly on the stage impractical, it also takes the logic out of package for the most part, which seems like an improvement.
2016-03-31add a path argument to the stage commandTom Scogland2-3/+13
Allow users to use spack to stage a, potentially complex, package into a given path. This is nice for packages with multiple resources that must be placed, for example LLVM with all sub-projects.
2016-03-31Merge pull request #697 from KineticTheory/pkg-libdrmTodd Gamblin1-1/+3
+ libdrm depends_on libpciaccess. Use spack provided libpciaccess.
2016-03-31Merge pull request #698 from UCL-RITS/espressoTodd Gamblin1-7/+10
Fixes install issues on OS/X for Quantum Espresso
2016-03-31Merge pull request #701 from dhandeo/vtkTodd Gamblin1-0/+18
VTK
2016-03-31Merge pull request #702 from adamjstewart/features/cudaTodd Gamblin2-0/+120
Add CUDA and HOOMD-blue packages
2016-03-31Merge pull request #700 from davydden/oce_bug_fixTodd Gamblin3-5/+502
oce: fix bugs related to NULL pointers and compiler optimisation
2016-03-31Change variant defaults and add commentAdam J. Stewart2-4/+9
2016-03-31Add variant opengl2, which is ON by defaultDhanannjay Deo1-0/+10
Needed for visit which depends on vtk@6.1.0~opengl2
2016-03-31Fix build for vtk6.1.0Dhanannjay Deo1-0/+4
2016-03-31add: VTK lastest versionsDhanannjay Deo1-0/+4
2016-03-31oce: fix bugs related to NULL pointers and compiler optimisationDenis Davydov3-5/+502
2016-03-31uninstall : added unit testsMassimiliano Culpo5-81/+119
2016-03-31Can install espresso on OS/XMayeul d'Avezac1-1/+8
Espresso uses unix utility `find dir -name \*.x` to determine the executable to install. On OS/X, it also finds a bunch of debug symbols associated with the exectuble. These files have the same name, but are in a different directory. So the install process is done by hand in the package.py file, for OS/X.
2016-03-31Fixes #454 in a simpler way than 34a8f0cMayeul d'Avezac1-6/+2
Rather than mess with the environment, have espresso install into the right directory (prefix/bin).
2016-03-30Merge branch 'davydden-dealii' into developTodd Gamblin2-0/+246
- Modified arpack-ng to call libtoolize.
2016-03-30arpack-ng needs an extra libtoolize to build.Todd Gamblin1-0/+7
2016-03-30+ libdrm depends_on libpciaccess. Use spack provided libpciaccess.Kelly (KT) Thompson1-1/+3
2016-03-30Merge pull request #696 from KineticTheory/pkg-libpngTodd Gamblin1-0/+2
libpng depends on zlib.
2016-03-30libpng depends on zlib.Kelly (KT) Thompson1-0/+2
2016-03-30Merge pull request #688 from davydden/doxygen_fixTodd Gamblin1-0/+5
doxygen: add missing dependencies
2016-03-30Merge pull request #601 from KineticTheory/pkg-numdiffTodd Gamblin1-0/+44
Provide new package numdiff
2016-03-30Merge branch 'dealii' of git://github.com/davydden/spack into davydden-dealiiTodd Gamblin1-0/+239
2016-03-30Merge pull request #693 from mathstuf/osx-ninjaTodd Gamblin1-3/+3
ninja: fix installation on OS X
2016-03-30Merge pull request #604 from KineticTheory/pkg-graphvizTodd Gamblin1-2/+10
Pkg graphviz
2016-03-30+ Remove the validate function that would abort the install if platform=darwin.Kelly (KT) Thompson0-0/+0
2016-03-30+ For darwin, add a dependency on gettext. This change was recommended in ↵Kelly (KT) Thompson1-0/+3
the discussion for PR#601.