diff options
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/arpack-ng/package.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/arpack-ng/package.py b/var/spack/repos/builtin/packages/arpack-ng/package.py index 2e49f6c8b4..5bb2a64cff 100644 --- a/var/spack/repos/builtin/packages/arpack-ng/package.py +++ b/var/spack/repos/builtin/packages/arpack-ng/package.py @@ -7,8 +7,8 @@ from spack import * class ArpackNg(Package): - """ARPACK-NG is a collection of Fortran77 subroutines designed to solve large - scale eigenvalue problems. + """ARPACK-NG is a collection of Fortran77 subroutines designed to solve + large scale eigenvalue problems. Important Features: @@ -39,6 +39,7 @@ class ArpackNg(Package): git = 'https://github.com/opencollab/arpack-ng.git' version('develop', branch='master') + version('3.7.0', sha256='972e3fc3cd0b9d6b5a737c9bf6fd07515c0d6549319d4ffb06970e64fa3cc2d6') version('3.6.3', sha256='64f3551e5a2f8497399d82af3076b6a33bf1bc95fc46bbcabe66442db366f453') version('3.6.2', sha256='673c8202de996fd3127350725eb1818e534db4e79de56d5dcee8c00768db599a') version('3.6.0', 'f2607c1d5f80e922d55751fbed86a8ec') |