summaryrefslogtreecommitdiff
path: root/var
AgeCommit message (Collapse)AuthorFilesLines
2016-08-25Merge pull request #1580 from davydden/pkg/trilinos_url_fixTodd Gamblin1-12/+17
trilinos: switch to github url; fix missing py-numpy dependency
2016-08-24+ Boost: fix recipe for intel compilers.Kelly (KT) Thompson1-7/+7
This is the same patch provided by PR #550, but rebased against the current develop branch. It also passes the flake8 checks.
2016-08-24Fix build dependency.Todd Gamblin1-1/+2
2016-08-24Merge branch 'eschnett/sympol' of git://github.com/eschnett/spack into ↵Todd Gamblin14-0/+680
eschnett-eschnett/sympol
2016-08-24Merge pull request #1596 from eschnett/eschnett/git-updateTodd Gamblin1-0/+7
Update git to 2.9.3
2016-08-24Merge pull request #1582 from eschnett/eschnett/gcc-updateTodd Gamblin1-2/+5
Update gcc to @6.2.0
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-23Update git to 2.9.3Erik Schnetter1-0/+7
2016-08-23Correct flake8 errorsErik Schnetter2-4/+5
2016-08-23Implement review requestsErik Schnetter9-18/+50
- use two empty lines before `class` - change version numbering scheme for packages, use `url_for_version` to make things work - specify dependency types - add comment about temporarily moved download location - update two packages to newer versions
2016-08-23trilinos: use version.dashedDenis Davydov1-1/+1
2016-08-23Ensure RAJA builds out-of-sourceDavid Beckingsale1-3/+4
2016-08-23nwchem: fix lapack detectionDenis Davydov1-0/+4
2016-08-23sympol: Add packageErik Schnetter2-0/+56
2016-08-23cddlib: Point download url to a (more reliable) Fedora serverErik Schnetter1-1/+2
2016-08-23Merge branch 'develop' into eschnett/sympolErik Schnetter717-2978/+19338
2016-08-23nwchem: add patchesDenis Davydov17-0/+8275
2016-08-23nwchem: add scalapack; extra steps for 32bit blas/lapackDenis Davydov1-4/+22
2016-08-23trilinos: switch to github url; fix missing py-numpy dependencyDenis Davydov1-12/+17
2016-08-22Merge pull request #1519 from mathstuf/fix-deptypesTodd Gamblin13-16/+16
Fix deptypes
2016-08-22Update gcc to @6.2.0Erik Schnetter1-2/+5
Also add some missing older version. Update download location to original GNU location.
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