Skip to content

Commit

Permalink
Merge branch 'jose/update-arpack-3.9' into 'main'
Browse files Browse the repository at this point in the history
Update ARPACK to version 3.9.0

See merge request slepc/slepc!493
  • Loading branch information
joseeroman committed Feb 19, 2023
2 parents f6f6ddc + 38d6989 commit a2fe74c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/packages/arpack.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ def __init__(self,argdb,log):
self.packagetype = 'cmake'
self.installable = True
self.downloadable = True
#self.version = '3.8.0'
self.gitcommit = '5131f792f289c4e63b4cb1f56003e59507910132'
self.version = '3.9.0'
#self.gitcommit = '5131f792f289c4e63b4cb1f56003e59507910132'
obj = self.version if hasattr(self,'version') else self.gitcommit
self.url = 'https://github.com/opencollab/arpack-ng/archive/'+obj+'.tar.gz'
self.archive = 'arpack-ng-'+obj+'.tar.gz'
Expand Down

0 comments on commit a2fe74c

Please sign in to comment.