diff options
author | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2018-05-28 15:11:22 +0200 |
---|---|---|
committer | Adam J. Stewart <ajstewart426@gmail.com> | 2018-05-28 08:11:22 -0500 |
commit | 7b6e3595a596bd63ab8586a27041eabe0169f1d2 (patch) | |
tree | a31ab94514276336e4fc4041c4da63668e2903c2 | |
parent | dedfd4e89d45573e20de55f71a4a484b5aa4e4e0 (diff) | |
download | spack-7b6e3595a596bd63ab8586a27041eabe0169f1d2.tar.gz spack-7b6e3595a596bd63ab8586a27041eabe0169f1d2.tar.bz2 spack-7b6e3595a596bd63ab8586a27041eabe0169f1d2.tar.xz spack-7b6e3595a596bd63ab8586a27041eabe0169f1d2.zip |
nwchem: added version 6.8 (#8295)
It seems that the new versions on github don't require the patching
that was needed in previous versions.
-rw-r--r-- | var/spack/repos/builtin/packages/nwchem/package.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/nwchem/package.py b/var/spack/repos/builtin/packages/nwchem/package.py index f0e132b741..c3b2ce6a5b 100644 --- a/var/spack/repos/builtin/packages/nwchem/package.py +++ b/var/spack/repos/builtin/packages/nwchem/package.py @@ -33,6 +33,8 @@ class Nwchem(Package): homepage = "http://www.nwchem-sw.org" url = "http://www.nwchem-sw.org/images/Nwchem-6.6.revision27746-src.2015-10-20.tar.gz" + version('6.8', '50b18116319f4c15d1cb7eaa1b433006', + url='https://github.com/nwchemgit/nwchem/archive/v6.8-release.tar.gz') version('6.6', 'c581001c004ea5e5dfacb783385825e3', url='http://www.nwchem-sw.org/images/Nwchem-6.6.revision27746-src.2015-10-20.tar.gz') |