Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | Use self.run_tests for make check | Adam J. Stewart | 11 | -12/+23 | |
2016-08-24 | Reduce number of variants, just use system or no-system libs | Adam J. Stewart | 2 | -64/+30 | |
2016-08-24 | Put url_for_version() after versions in example. | Elizabeth Fischer | 1 | -1/+2 | |
2016-08-24 | Merge pull request #1615 from trws/module_delim_portability | Todd Gamblin | 1 | -12/+45 | |
avoid specifying --delim unless required | |||||
2016-08-24 | appeasing flake8, also cleaning up header | Tom Scogland | 1 | -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-24 | avoid specifying --delim unless required | Tom Scogland | 1 | -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-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 | Added CMake-based Development case study to docuemntation. | citibeth | 2 | -0/+168 | |
2016-08-23 | Explained url_for_version() | Elizabeth F | 1 | -2/+4 | |
2016-08-23 | Added note on use of 'less -R' for colorized output. | citibeth | 1 | -0/+9 | |
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 | trilinos: use version.dashed | Denis Davydov | 1 | -1/+1 | |
2016-08-23 | Merge pull request #1586 from davidbeckingsale/patch-1 | Todd Gamblin | 1 | -3/+4 | |
Ensure RAJA builds out-of-source | |||||
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 | 929 | -6409/+28561 | |
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-23 | trilinos: switch to github url; fix missing py-numpy dependency | Denis Davydov | 1 | -12/+17 | |
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-22 | Renamed intelmpi as suggested | Andrew Williams | 1 | -2/+2 | |
2016-08-22 | Cleaned branch to only include plumed package | Andrew Williams | 2 | -59/+0 | |
2016-08-22 | Merge pull request #1 from ARCCA/plumed | Andrew Williams | 3 | -7/+104 | |
Plumed | |||||
2016-08-22 | Spelling tweaks and consistent quoting | Andrew Williams | 1 | -2/+2 | |
2016-08-22 | Passed flake8 tests | Andrew Williams | 1 | -2/+2 | |
2016-08-22 | Found upstream plumed package and modified this one to match | Andrew Williams | 1 | -36/+89 | |
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 | Flake8 | Adam J. Stewart | 1 | -3/+6 | |
2016-08-19 | Add latest version of fftw | Adam J. Stewart | 2 | -16/+17 | |
2016-08-19 | updated stat 3.0.0b url | Gregory L. Lee | 1 | -2/+2 | |
2016-08-19 | Suggest setuptools when creating Python package | Adam J. Stewart | 1 | -1/+2 | |
2016-08-19 | py-sphinx requires py-setuptools during runtime | Adam J. Stewart | 1 | -1/+4 | |
2016-08-19 | Swap lowercase for uppercase in URL | Adam J. Stewart | 1 | -1/+1 | |