Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-04-04 | Merge pull request #716 from citibeth/efischer/160401-TclTk | Todd Gamblin | 2 | -4/+11 | |
Fixed TCL/Tk | |||||
2016-04-04 | Merge pull request #725 from citibeth/efischer/160402-NetCDFCXX | Todd Gamblin | 1 | -1/+5 | |
Added deprecation warning to netcdf-cxx | |||||
2016-04-04 | Merge pull request #730 from citibeth/efischer/160403-PyPillow | Todd Gamblin | 1 | -1/+62 | |
[WIP] py-pillow: Updated for variants | |||||
2016-04-04 | Merge pull request #727 from glennpj/sympy | Todd Gamblin | 2 | -0/+15 | |
Added version 1.0 of sympy. | |||||
2016-04-04 | Merge pull request #729 from citibeth/efischer/160403-LibxcbDependency | Todd Gamblin | 1 | -0/+3 | |
libxcb: Added comments on two dependencies Spack does not yet know ho… | |||||
2016-04-04 | Merge pull request #731 from citibeth/efischer/160403-GitDependency | Todd Gamblin | 1 | -0/+2 | |
git: added comment about newly discovered dependency | |||||
2016-04-04 | Merge pull request #733 from citibeth/efischer/160403-DbusDependency | Todd Gamblin | 1 | -0/+2 | |
dbus: Added missing dependency (expat) | |||||
2016-04-04 | Fix #620, Resolve #664. Fix issues with build environment. | Todd Gamblin | 2 | -0/+158 | |
- Also added better regression tests for build environment. | |||||
2016-04-03 | py-pillow: Updated for variants, but still having trouble getting it to use ↵ | Elizabeth F | 1 | -1/+62 | |
Spack-supplied libjpeg. | |||||
2016-04-03 | libxcb: Added comments on two dependencies Spack does not yet know how to build. | Elizabeth F | 1 | -0/+3 | |
2016-04-03 | git: added comment about newly discovered dependency | Elizabeth F | 1 | -0/+2 | |
2016-04-03 | dbus: Added missing dependency (expat) | Elizabeth F | 1 | -0/+2 | |
2016-04-03 | Fixed evil non-ASCII quotes | Elizabeth Fischer | 1 | -2/+2 | |
2016-04-02 | Added version 1.0 of sympy. Beginning with this version, sympy requires | Glenn Johnson | 2 | -0/+15 | |
the mpmath package. The py-mpmath package is added in this PR to accommodate that. | |||||
2016-04-02 | Added deprecation warning to netcdf-cxx | citibeth | 1 | -1/+5 | |
2016-04-01 | Fixed tk, and used uverridden url_for_version(). | Elizabeth F | 2 | -6/+10 | |
2016-04-01 | Fixed TCL/Tk | Elizabeth F | 2 | -3/+6 | |
2016-03-31 | Merge pull request #709 from xjrc/packages/zoltan | Todd Gamblin | 1 | -0/+54 | |
Add Package : Zoltan | |||||
2016-03-31 | Fixed the MPI variant for the 'zoltan' package. | Joseph Ciurej | 1 | -0/+2 | |
2016-03-31 | Added the initial version of the 'zoltan' package. | Joseph Ciurej | 1 | -0/+52 | |
2016-03-31 | Merge pull request #685 from gartung/add-modules-package | Todd Gamblin | 1 | -0/+25 | |
add modules package and have setup script find it if built | |||||
2016-03-31 | Merge pull request #704 from adamjstewart/features/qt-url | Todd Gamblin | 1 | -26/+44 | |
Add url_for_version function and gtk variant | |||||
2016-03-31 | Merge branch 'features/blas-lapack-hardening' into develop | Todd Gamblin | 3 | -16/+88 | |
2016-03-31 | Add url_for_version function and gtk variant | Adam J. Stewart | 1 | -26/+44 | |
2016-03-31 | Merge pull request #697 from KineticTheory/pkg-libdrm | Todd Gamblin | 1 | -1/+3 | |
+ libdrm depends_on libpciaccess. Use spack provided libpciaccess. | |||||
2016-03-31 | Merge pull request #698 from UCL-RITS/espresso | Todd Gamblin | 1 | -7/+10 | |
Fixes install issues on OS/X for Quantum Espresso | |||||
2016-03-31 | Merge pull request #701 from dhandeo/vtk | Todd Gamblin | 1 | -0/+18 | |
VTK | |||||
2016-03-31 | Merge pull request #702 from adamjstewart/features/cuda | Todd Gamblin | 2 | -0/+120 | |
Add CUDA and HOOMD-blue packages | |||||
2016-03-31 | Change variant defaults and add comment | Adam J. Stewart | 2 | -4/+9 | |
2016-03-31 | Add variant opengl2, which is ON by default | Dhanannjay Deo | 1 | -0/+10 | |
Needed for visit which depends on vtk@6.1.0~opengl2 | |||||
2016-03-31 | Fix build for vtk6.1.0 | Dhanannjay Deo | 1 | -0/+4 | |
2016-03-31 | add: VTK lastest versions | Dhanannjay Deo | 1 | -0/+4 | |
2016-03-31 | oce: fix bugs related to NULL pointers and compiler optimisation | Denis Davydov | 3 | -5/+502 | |
2016-03-31 | Can install espresso on OS/X | Mayeul d'Avezac | 1 | -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-31 | Fixes #454 in a simpler way than 34a8f0c | Mayeul d'Avezac | 1 | -6/+2 | |
Rather than mess with the environment, have espresso install into the right directory (prefix/bin). | |||||
2016-03-30 | Merge branch 'davydden-dealii' into develop | Todd Gamblin | 2 | -0/+246 | |
- Modified arpack-ng to call libtoolize. | |||||
2016-03-30 | arpack-ng needs an extra libtoolize to build. | Todd Gamblin | 1 | -0/+7 | |
2016-03-30 | + libdrm depends_on libpciaccess. Use spack provided libpciaccess. | Kelly (KT) Thompson | 1 | -1/+3 | |
2016-03-30 | libpng depends on zlib. | Kelly (KT) Thompson | 1 | -0/+2 | |
2016-03-30 | Merge pull request #688 from davydden/doxygen_fix | Todd Gamblin | 1 | -0/+5 | |
doxygen: add missing dependencies | |||||
2016-03-30 | Merge pull request #601 from KineticTheory/pkg-numdiff | Todd Gamblin | 1 | -0/+44 | |
Provide new package numdiff | |||||
2016-03-30 | Merge branch 'dealii' of git://github.com/davydden/spack into davydden-dealii | Todd Gamblin | 1 | -0/+239 | |
2016-03-30 | Merge pull request #693 from mathstuf/osx-ninja | Todd Gamblin | 1 | -3/+3 | |
ninja: fix installation on OS X | |||||
2016-03-30 | Merge pull request #604 from KineticTheory/pkg-graphviz | Todd Gamblin | 1 | -2/+10 | |
Pkg graphviz | |||||
2016-03-30 | + For darwin, add a dependency on gettext. This change was recommended in ↵ | Kelly (KT) Thompson | 1 | -0/+3 | |
the discussion for PR#601. | |||||
2016-03-30 | Merge remote-tracking branch 'upstream/develop' into pkg-numdiff | Kelly (KT) Thompson | 71 | -319/+1682 | |
2016-03-30 | mpich: disable fortran without a fortran compiler | Ben Boeckel | 1 | -0/+3 | |
2016-03-30 | + Fix variant description. | Kelly (KT) Thompson | 1 | -1/+1 | |
2016-03-30 | + Make --disable-perl the default configure option. | Kelly (KT) Thompson | 1 | -2/+6 | |
2016-03-30 | ninja: fix installation on OS X | Ben Boeckel | 1 | -3/+3 | |
The cp -t flag is a GNU-ism. Instead, add a trailing slash to bindir to ensure that it is not treated as a file. |