summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-08-24Merge pull request #1621 from KineticTheory/boost-intelTodd Gamblin1-7/+7
Boost: fix recipe for Intel compilers.
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-24Make `spack info` print deps in sorted orderTodd Gamblin1-1/+1
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 #1615 from trws/module_delim_portabilityTodd Gamblin1-12/+45
avoid specifying --delim unless required
2016-08-24appeasing flake8, also cleaning up headerTom Scogland1-38/+43
The header append lines were too long, so I just converted it into a multi-line string template so it's all one piece now instead of a bunch of appends.
2016-08-24avoid specifying --delim unless requiredTom Scogland1-7/+35
This increases portability of generated module files to versions of environment_modules hearkening back to just after the turn of the millennium.
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-23Merge pull request #1586 from davidbeckingsale/patch-1Todd Gamblin1-3/+4
Ensure RAJA builds out-of-source
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 Schnetter929-6409/+28561
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-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-21Merge pull request #1570 from eschnett/eschnett/hdf5-blosc-2Todd Gamblin1-2/+3
hdf5-blosc: Correct download url
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-18Merge pull request #1527 from SteVwonder/py-cffi-rpath-fixTom Scogland1-0/+10
py-cffi: set LDSHARED in env so that rpath is set
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-15Merge pull request #1524 from epfl-scitas/bugfix/urlsTodd Gamblin1-1/+1
stripping the links to remove spaces and '\n'
2016-08-15stripping the links to remove spaces and '\n'Nicolas Richart1-1/+1
2016-08-15Don't assume spack is in the path when buildign docs.Todd Gamblin1-1/+2
2016-08-15opencv: make py-numpy a nolink dependencyBen Boeckel1-1/+1