summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-08-23Update git to 2.9.3Erik Schnetter1-0/+7
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-22Merge pull request #1519 from mathstuf/fix-deptypesTodd Gamblin13-16/+16
Fix deptypes
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-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
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 #1509 from adamjstewart/docs/md5Todd Gamblin2-7/+19
Update documentation for spack md5
2016-08-12Merge pull request #1342 from adamjstewart/features/cgnsTodd Gamblin1-0/+73
Add CGNS package
2016-08-12Update documentation for spack md5Adam J. Stewart2-7/+19
2016-08-11Merge pull request #1493 from xjrc/bugfix/nonbool-variantsbecker331-4/+3
Bug Fix : Allow Packages to Have Variants w/ Non-Bool, Non-String Defaults
2016-08-11Merge pull request #1484 from mpbelhorn/olcf/correct_cce_compiler_namebecker331-5/+4
Olcf/correct cce compiler name
2016-08-11Corrects Cray compiler name and adds missing version flag.Matt Belhorn1-5/+4
2016-08-11Merge pull request #1480 from adamjstewart/features/run-flake8Todd Gamblin1-21/+30
Various improvements to run-flake8
2016-08-11Always clean up tmp files, even if killedAdam J. Stewart1-10/+14
2016-08-11Allow run-flake8 to be run from anywhereAdam J. Stewart1-5/+3
2016-08-11Run flake8 checks on changed uncommitted filesAdam J. Stewart1-7/+14
2016-08-11Merge pull request #1491 from eschnett/eschnett/curlTodd Gamblin1-0/+1
Update curl to 7.50.1
2016-08-10Merge pull request #1496 from LLNL/features/pep8-compliancebecker33550-3086/+4489
PEP8 compliance
2016-08-10Remove unneeded noqa comments.Todd Gamblin20-60/+109
2016-08-10Update README.md for PEP8Todd Gamblin1-7/+14
2016-08-10Spack packages now PEP8 compliant.Todd Gamblin381-1644/+2484
2016-08-10Move jsonschema files out of `config.py` to their own package.Todd Gamblin8-276/+507
2016-08-10Make Spack core PEP8 compliant.Todd Gamblin150-1163/+1439
2016-08-10Merge pull request #1495 from LLNL/bugfix/module-init-deprecation-gh1494Todd Gamblin1-1/+1
Fix superclass constructor args.
2016-08-10Fix superclass constructor for SpackNamespace objects.Todd Gamblin1-1/+1
2016-08-10Fixed a bug that was making packages with non-bool default variants to crash.Joseph Ciurej1-4/+3
2016-08-10Update curl to 7.50.1Erik Schnetter1-0/+1
2016-08-09Merge pull request #1485 from hartzell/patch-6becker331-1/+1
Fix typo 'flexbile' -> 'flexible'
2016-08-09Fix typo 'flexbile' -> 'flexible'George Hartzell1-1/+1
2016-08-09Merge pull request #1482 from ↵Todd Gamblin1-1/+1
mpbelhorn/olcf/do_not_use_ssl_to_fetch_upstream_openssl Openssl package should not require openssl (https) to obtain source.
2016-08-09Openssl package should not require openssl (https) to obtain source.Matt Belhorn1-1/+1
2016-08-09Merge pull request #1015 from LLNL/features/faster-virtualsTodd Gamblin25-469/+1348
Faster virtuals and concretization
2016-08-09Merge pull request #1473 from epfl-scitas/packages/plumed_dependentsbecker333-29/+83
plumed : added dependents (gromacs, cp2k)