summaryrefslogtreecommitdiff
path: root/var
AgeCommit message (Collapse)AuthorFilesLines
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-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 Gamblin3-16/+88
2016-03-31Add url_for_version function and gtk variantAdam J. Stewart1-26/+44
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-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-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-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+ For darwin, add a dependency on gettext. This change was recommended in ↵Kelly (KT) Thompson1-0/+3
the discussion for PR#601.
2016-03-30Merge remote-tracking branch 'upstream/develop' into pkg-numdiffKelly (KT) Thompson71-319/+1682
2016-03-30mpich: disable fortran without a fortran compilerBen Boeckel1-0/+3
2016-03-30+ Fix variant description.Kelly (KT) Thompson1-1/+1
2016-03-30+ Make --disable-perl the default configure option.Kelly (KT) Thompson1-2/+6
2016-03-30ninja: fix installation on OS XBen Boeckel1-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.
2016-03-30Merge remote-tracking branch 'upstream/develop' into pkg-graphvizKelly (KT) Thompson23-39/+468
2016-03-30rename variant doxygen to docDenis Davydov1-3/+3
2016-03-30Merge pull request #690 from glennpj/py_updatesTodd Gamblin11-9/+28
Get py-pandas working plus some python package updates
2016-03-30Merge pull request #689 from KineticTheory/pkg-subversionTodd Gamblin3-0/+159
Provide subversion (along with apr and apr-util)
2016-03-30Merge pull request #691 from davydden/petsc_remove_qunusedTodd Gamblin1-13/+4
petsc: remove no longer needed -Qunused-arguments hack
2016-03-30Merge branch 'davydden-trilinos_extra' into developTodd Gamblin3-11/+225
2016-03-30Make suite-sparse use spack compilers.Todd Gamblin1-1/+11
2016-03-30petsc: remove no longer needed -Qunused-arguments hackDenis Davydov1-13/+4
2016-03-30Fix MPI-CUDA bugAdam J. Stewart2-9/+15
2016-03-30This commit updates pandas and fixes dependencies.Glenn Johnson1-7/+4
Added version 0.18.0. Added 'bin/f2py' to ignore so that activation works. Removed unneccessary dependencies on - libdrm - libpciaccess - llvm - mesa Added recommended dependencies from the pandas project site. http://pandas.pydata.org/pandas-docs/stable/install.html - py-numexpr - py-bottleneck The py-bottleneck is a new package that is also in this branch. Removed optional dependencies - py-scipy - py-matplotlib While those are most likely desired to be in the same python stack as pandas they are not required by pandas.
2016-03-30Added version 1.11.0.Glenn Johnson1-0/+1
2016-03-30Added version 2.5.Glenn Johnson1-1/+2
Added 'bin/f2py' to ignore so that activation works.
2016-03-30Add 'bin/f2py' to ignore so activation works.Glenn Johnson1-1/+1
2016-03-30Add version 1.3.7.Glenn Johnson1-0/+1
2016-03-30Add version 2.5.2.Glenn Johnson1-0/+1
2016-03-30Added version 2016.3.Glenn Johnson1-0/+1
2016-03-30Added version 20.5.Glenn Johnson1-0/+1
2016-03-30Added version 1.10.0.Glenn Johnson1-0/+1
2016-03-30Added version 15.0.1Glenn Johnson1-0/+1
2016-03-30New package, py-bottleneck.Glenn Johnson1-0/+14