summaryrefslogtreecommitdiff
path: root/var
AgeCommit message (Collapse)AuthorFilesLines
2016-08-24Merge pull request #1613 from eschnett/eschnett/cmake-updateTodd Gamblin1-0/+1
Update cmake to 3.6.1
2016-08-24Merge pull request #1575 from davydden/pkg/nwchemTodd Gamblin20-0/+8508
nwchem: add new package
2016-08-24Merge pull request #1565 from adamjstewart/features/fftwTodd Gamblin2-10/+18
Add latest version of fftw
2016-08-24Only run tests if explicitly requestedAdam J. Stewart1-4/+8
2016-08-24Update cmake to 3.6.1Erik Schnetter1-0/+1
2016-08-24py-cclib: new packageDenis Davydov1-0/+42
2016-08-24nwchem: add python moduleDenis Davydov1-2/+3
2016-08-23nwchem: add another patchDenis Davydov2-0/+41
2016-08-23nwchem: add another patchDenis Davydov2-1/+16
2016-08-23Ensure RAJA builds out-of-sourceDavid Beckingsale1-3/+4
2016-08-23nwchem: fix lapack detectionDenis Davydov1-0/+4
2016-08-23nwchem: add patchesDenis Davydov17-0/+8275
2016-08-23nwchem: add scalapack; extra steps for 32bit blas/lapackDenis Davydov1-4/+22
2016-08-22Merge pull request #1519 from mathstuf/fix-deptypesTodd Gamblin13-16/+16
Fix deptypes
2016-08-23nwchem: add new packageDenis Davydov1-0/+112
2016-08-21hdf5-blosc: Correct download urlErik Schnetter1-2/+3
2016-08-21Merge pull request #1554 from eschnett/eschnett/hdf5-bloscTodd Gamblin1-1/+1
hdf5-blosc: Remove commit id from version specification
2016-08-19Flake8Adam J. Stewart1-3/+6
2016-08-19Add latest version of fftwAdam J. Stewart2-16/+17
2016-08-19Remove commented-out outdated commit idErik Schnetter1-1/+0
2016-08-18py-cffi: set LDSHARED env so that rpath is setStephen Herbein1-0/+10
py-cffi's .so was being built without the rpath being set. distutils looks at the LDSHARED for which compiler to use to build the final .so. Since it was not set, distutils fell back to the system provided compiler. Setting it forces the shared library to be compiled with the spack compiler (meaning that the rpath is set correctly).
2016-08-17hdf5-blosc: Remove commit id from version specificationErik Schnetter1-1/+2
The respective commit seems to have vanished. Now using the master branch without specifying a particular commit.
2016-08-16Merge pull request #1531 from davydden/pkg/apebecker331-0/+55
ape: add new package
2016-08-16Merge pull request #1530 from davydden/pkg/octopusbecker331-0/+86
octopus: new package
2016-08-16ape: add new packageDenis Davydov1-0/+55
2016-08-16octopus: new packageDenis Davydov1-0/+86
2016-08-15opencv: make py-numpy a nolink dependencyBen Boeckel1-1/+1
2016-08-15go: mark git as also being a runtime dependencyBen Boeckel1-1/+1
2016-08-15packages: mark builddeps as type='build'Ben Boeckel5-7/+7
Less sure about these.
2016-08-15r-datatable: fix nolink dependencyBen Boeckel1-1/+1
2016-08-15packages: mark builddeps as type='build'Ben Boeckel6-6/+6
2016-08-12Merge pull request #1342 from adamjstewart/features/cgnsTodd Gamblin1-0/+73
Add CGNS package
2016-08-11Merge pull request #1491 from eschnett/eschnett/curlTodd Gamblin1-0/+1
Update curl to 7.50.1
2016-08-10Remove unneeded noqa comments.Todd Gamblin20-60/+109
2016-08-10Spack packages now PEP8 compliant.Todd Gamblin381-1644/+2484
2016-08-10Update curl to 7.50.1Erik Schnetter1-0/+1
2016-08-09Openssl package should not require openssl (https) to obtain source.Matt Belhorn1-1/+1
2016-08-09qa : flake8 issuesalalazo1-12/+13
2016-08-09plumed : fixed name clash on attributealalazo1-2/+2
2016-08-09plumed : adding dependentsMassimiliano Culpo3-18/+71
* cp2k : added plumed * gromacs : patched pme load balancing * gromacs : added plumed
2016-08-08Merge pull request #1345 from hartzell/feature/add-perl-dependency-to-gitbecker331-6/+6
Add depends_on('perl'), depends_on('pcre') to git package
2016-08-07Merge pull request #1449 from hartzell/feature/add-package-for-prankTodd Gamblin7-0/+304
Add package for prank and supporting tools
2016-08-07Merge pull request #1463 from davydden/pkg/opiumTodd Gamblin1-0/+55
opium: add new package
2016-08-07Merge pull request #1464 from hartzell/feature/update-lmodTodd Gamblin1-3/+5
No need to patch Lmod after 6.4.4
2016-08-07Merge pull request #1465 from glennpj/pango_urlTodd Gamblin1-0/+2
Add list_url to pango package
2016-08-07Merge pull request #1466 from pramodk/developTodd Gamblin1-3/+5
PDT should download full installer package
2016-08-07tar: fix 1.28 on macOS; add 1.29 (#1462)Denis Davydov2-2/+494
2016-08-07Fix erroneously stripped trailing whitespace in patch (#1467)Adam J. Stewart1-4/+5
2016-08-07PDT should download full installer package pdtoolkit-X.tar.gz (default ↵Pramod Kumbhar1-3/+5
pdt-X.tar.gz is only for x86 and cray)
2016-08-06Add list_url to pango packageGlenn Johnson1-0/+2
Added a `list_url` so the updated pango tar file can be retrieved.