Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-08-24 | Merge branch 'eschnett/sympol' of git://github.com/eschnett/spack into ↵ | Todd Gamblin | 14 | -0/+680 | |
eschnett-eschnett/sympol | |||||
2016-08-24 | Merge pull request #1596 from eschnett/eschnett/git-update | Todd Gamblin | 1 | -0/+7 | |
Update git to 2.9.3 | |||||
2016-08-24 | Merge pull request #1582 from eschnett/eschnett/gcc-update | Todd Gamblin | 1 | -2/+5 | |
Update gcc to @6.2.0 | |||||
2016-08-24 | Merge pull request #1613 from eschnett/eschnett/cmake-update | Todd Gamblin | 1 | -0/+1 | |
Update cmake to 3.6.1 | |||||
2016-08-24 | Merge pull request #1575 from davydden/pkg/nwchem | Todd Gamblin | 20 | -0/+8508 | |
nwchem: add new package | |||||
2016-08-24 | Merge pull request #1565 from adamjstewart/features/fftw | Todd Gamblin | 2 | -10/+18 | |
Add latest version of fftw | |||||
2016-08-24 | Only run tests if explicitly requested | Adam J. Stewart | 1 | -4/+8 | |
2016-08-24 | Update cmake to 3.6.1 | Erik Schnetter | 1 | -0/+1 | |
2016-08-24 | py-cclib: new package | Denis Davydov | 1 | -0/+42 | |
2016-08-24 | nwchem: add python module | Denis Davydov | 1 | -2/+3 | |
2016-08-23 | nwchem: add another patch | Denis Davydov | 2 | -0/+41 | |
2016-08-23 | nwchem: add another patch | Denis Davydov | 2 | -1/+16 | |
2016-08-23 | Update git to 2.9.3 | Erik Schnetter | 1 | -0/+7 | |
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 | Ensure RAJA builds out-of-source | David Beckingsale | 1 | -3/+4 | |
2016-08-23 | nwchem: fix lapack detection | Denis Davydov | 1 | -0/+4 | |
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 | 717 | -2978/+19338 | |
2016-08-23 | nwchem: add patches | Denis Davydov | 17 | -0/+8275 | |
2016-08-23 | nwchem: add scalapack; extra steps for 32bit blas/lapack | Denis Davydov | 1 | -4/+22 | |
2016-08-22 | Merge pull request #1519 from mathstuf/fix-deptypes | Todd Gamblin | 13 | -16/+16 | |
Fix deptypes | |||||
2016-08-22 | Update gcc to @6.2.0 | Erik Schnetter | 1 | -2/+5 | |
Also add some missing older version. Update download location to original GNU location. | |||||
2016-08-23 | nwchem: add new package | Denis Davydov | 1 | -0/+112 | |
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 | Flake8 | Adam J. Stewart | 1 | -3/+6 | |
2016-08-19 | Add latest version of fftw | Adam J. Stewart | 2 | -16/+17 | |
2016-08-19 | Remove commented-out outdated commit id | Erik Schnetter | 1 | -1/+0 | |
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 | 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 #1342 from adamjstewart/features/cgns | Todd Gamblin | 1 | -0/+73 | |
Add CGNS package | |||||
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 | Remove unneeded noqa comments. | Todd Gamblin | 20 | -60/+109 | |
2016-08-10 | Spack packages now PEP8 compliant. | Todd Gamblin | 381 | -1644/+2484 | |
2016-08-10 | Update curl to 7.50.1 | Erik Schnetter | 1 | -0/+1 | |
2016-08-09 | Openssl package should not require openssl (https) to obtain source. | Matt Belhorn | 1 | -1/+1 | |
2016-08-09 | qa : flake8 issues | alalazo | 1 | -12/+13 | |
2016-08-09 | plumed : fixed name clash on attribute | alalazo | 1 | -2/+2 | |
2016-08-09 | plumed : adding dependents | Massimiliano Culpo | 3 | -18/+71 | |
* cp2k : added plumed * gromacs : patched pme load balancing * gromacs : added plumed |