arpack-ng package: add version 3.7.0 (#11041)
This commit is contained in:
parent
8625faefc9
commit
ecde4502f2
1 changed files with 3 additions and 2 deletions
|
@ -7,8 +7,8 @@
|
|||
|
||||
|
||||
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')
|
||||
|
|
Loading…
Reference in a new issue