Skip to content

Commit

Permalink
Merge branch 'jolivet/sync-petsc' into 'main'
Browse files Browse the repository at this point in the history
configure: sync HPDDM with PETSc

See merge request slepc/slepc!591
  • Loading branch information
joseeroman committed Sep 17, 2023
2 parents 1d319bf + f14e745 commit 91c97c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/packages/hpddm.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ def __init__(self,argdb,log):
package.Package.__init__(self,argdb,log)
self.packagename = 'hpddm'
self.downloadable = True
self.gitcommit = '9f9b69c9534c037ffe15a593766e09b8d537d241'
# self.version = '2.2.3'
# self.gitcommit = '89a9ca805bd0c6abb287d1f1b017cbb2d9ac5293'
self.version = '2.2.4'
obj = self.version if hasattr(self,'version') else self.gitcommit
self.url = 'https://github.com/hpddm/hpddm/archive/'+('v'+obj if hasattr(self,'version') else obj)+'.tar.gz'
self.archive = 'hpddm-'+obj+'.tar.gz'
Expand Down

0 comments on commit 91c97c5

Please sign in to comment.