Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-08-23 | Correct flake8 errors | Erik Schnetter | 2 | -4/+5 | |
2016-08-23 | Implement review requests | Erik Schnetter | 9 | -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-23 | sympol: Add package | Erik Schnetter | 2 | -0/+56 | |
2016-08-23 | cddlib: Point download url to a (more reliable) Fedora server | Erik Schnetter | 1 | -1/+2 | |
2016-08-23 | Merge branch 'develop' into eschnett/sympol | Erik Schnetter | 929 | -6409/+28561 | |
2016-08-22 | Merge pull request #1519 from mathstuf/fix-deptypes | Todd Gamblin | 13 | -16/+16 | |
Fix deptypes | |||||
2016-08-21 | Merge pull request #1570 from eschnett/eschnett/hdf5-blosc-2 | Todd Gamblin | 1 | -2/+3 | |
hdf5-blosc: Correct download url | |||||
2016-08-21 | hdf5-blosc: Correct download url | Erik Schnetter | 1 | -2/+3 | |
2016-08-21 | Merge pull request #1554 from eschnett/eschnett/hdf5-blosc | Todd Gamblin | 1 | -1/+1 | |
hdf5-blosc: Remove commit id from version specification | |||||
2016-08-19 | Remove commented-out outdated commit id | Erik Schnetter | 1 | -1/+0 | |
2016-08-18 | Merge pull request #1527 from SteVwonder/py-cffi-rpath-fix | Tom Scogland | 1 | -0/+10 | |
py-cffi: set LDSHARED in env so that rpath is set | |||||
2016-08-18 | py-cffi: set LDSHARED env so that rpath is set | Stephen Herbein | 1 | -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-17 | hdf5-blosc: Remove commit id from version specification | Erik Schnetter | 1 | -1/+2 | |
The respective commit seems to have vanished. Now using the master branch without specifying a particular commit. | |||||
2016-08-16 | Merge pull request #1531 from davydden/pkg/ape | becker33 | 1 | -0/+55 | |
ape: add new package | |||||
2016-08-16 | Merge pull request #1530 from davydden/pkg/octopus | becker33 | 1 | -0/+86 | |
octopus: new package | |||||
2016-08-16 | ape: add new package | Denis Davydov | 1 | -0/+55 | |
2016-08-16 | octopus: new package | Denis Davydov | 1 | -0/+86 | |
2016-08-15 | Merge pull request #1524 from epfl-scitas/bugfix/urls | Todd Gamblin | 1 | -1/+1 | |
stripping the links to remove spaces and '\n' | |||||
2016-08-15 | stripping the links to remove spaces and '\n' | Nicolas Richart | 1 | -1/+1 | |
2016-08-15 | Don't assume spack is in the path when buildign docs. | Todd Gamblin | 1 | -1/+2 | |
2016-08-15 | opencv: make py-numpy a nolink dependency | Ben Boeckel | 1 | -1/+1 | |
2016-08-15 | go: mark git as also being a runtime dependency | Ben Boeckel | 1 | -1/+1 | |
2016-08-15 | packages: mark builddeps as type='build' | Ben Boeckel | 5 | -7/+7 | |
Less sure about these. | |||||
2016-08-15 | r-datatable: fix nolink dependency | Ben Boeckel | 1 | -1/+1 | |
2016-08-15 | packages: mark builddeps as type='build' | Ben Boeckel | 6 | -6/+6 | |
2016-08-12 | Merge pull request #1509 from adamjstewart/docs/md5 | Todd Gamblin | 2 | -7/+19 | |
Update documentation for spack md5 | |||||
2016-08-12 | Merge pull request #1342 from adamjstewart/features/cgns | Todd Gamblin | 1 | -0/+73 | |
Add CGNS package | |||||
2016-08-12 | Update documentation for spack md5 | Adam J. Stewart | 2 | -7/+19 | |
2016-08-11 | Merge pull request #1493 from xjrc/bugfix/nonbool-variants | becker33 | 1 | -4/+3 | |
Bug Fix : Allow Packages to Have Variants w/ Non-Bool, Non-String Defaults | |||||
2016-08-11 | Merge pull request #1484 from mpbelhorn/olcf/correct_cce_compiler_name | becker33 | 1 | -5/+4 | |
Olcf/correct cce compiler name | |||||
2016-08-11 | Corrects Cray compiler name and adds missing version flag. | Matt Belhorn | 1 | -5/+4 | |
2016-08-11 | Merge pull request #1480 from adamjstewart/features/run-flake8 | Todd Gamblin | 1 | -21/+30 | |
Various improvements to run-flake8 | |||||
2016-08-11 | Always clean up tmp files, even if killed | Adam J. Stewart | 1 | -10/+14 | |
2016-08-11 | Allow run-flake8 to be run from anywhere | Adam J. Stewart | 1 | -5/+3 | |
2016-08-11 | Run flake8 checks on changed uncommitted files | Adam J. Stewart | 1 | -7/+14 | |
2016-08-11 | Merge pull request #1491 from eschnett/eschnett/curl | Todd Gamblin | 1 | -0/+1 | |
Update curl to 7.50.1 | |||||
2016-08-10 | Merge pull request #1496 from LLNL/features/pep8-compliance | becker33 | 550 | -3086/+4489 | |
PEP8 compliance | |||||
2016-08-10 | Remove unneeded noqa comments. | Todd Gamblin | 20 | -60/+109 | |
2016-08-10 | Update README.md for PEP8 | Todd Gamblin | 1 | -7/+14 | |
2016-08-10 | Spack packages now PEP8 compliant. | Todd Gamblin | 381 | -1644/+2484 | |
2016-08-10 | Move jsonschema files out of `config.py` to their own package. | Todd Gamblin | 8 | -276/+507 | |
2016-08-10 | Make Spack core PEP8 compliant. | Todd Gamblin | 150 | -1163/+1439 | |
2016-08-10 | Merge pull request #1495 from LLNL/bugfix/module-init-deprecation-gh1494 | Todd Gamblin | 1 | -1/+1 | |
Fix superclass constructor args. | |||||
2016-08-10 | Fix superclass constructor for SpackNamespace objects. | Todd Gamblin | 1 | -1/+1 | |
2016-08-10 | Fixed a bug that was making packages with non-bool default variants to crash. | Joseph Ciurej | 1 | -4/+3 | |
2016-08-10 | Update curl to 7.50.1 | Erik Schnetter | 1 | -0/+1 | |
2016-08-09 | Merge pull request #1485 from hartzell/patch-6 | becker33 | 1 | -1/+1 | |
Fix typo 'flexbile' -> 'flexible' | |||||
2016-08-09 | Fix typo 'flexbile' -> 'flexible' | George Hartzell | 1 | -1/+1 | |
2016-08-09 | Merge pull request #1482 from ↵ | Todd Gamblin | 1 | -1/+1 | |
mpbelhorn/olcf/do_not_use_ssl_to_fetch_upstream_openssl Openssl package should not require openssl (https) to obtain source. | |||||
2016-08-09 | Openssl package should not require openssl (https) to obtain source. | Matt Belhorn | 1 | -1/+1 | |