Skip to content

Commit

Permalink
Update ARPACK to version 3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joseeroman committed Feb 19, 2023
1 parent f6f6ddc commit 38d6989
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 38d6989

Please sign in to comment.