update Jali version and dependent MSTK version (#16236)
Co-authored-by: Rao Garimella <rao@abyzou.lanl.gov>
This commit is contained in:
parent
e7906d6507
commit
d77576d85d
@ -13,11 +13,12 @@ class Jali(CMakePackage):
|
||||
|
||||
homepage = "https://github.com/lanl/jali"
|
||||
git = "https://github.com/lanl/jali"
|
||||
url = "https://github.com/lanl/jali/archive/1.1.1.tar.gz"
|
||||
url = "https://github.com/lanl/jali/archive/1.1.4.tar.gz"
|
||||
|
||||
maintainers = ['raovgarimella']
|
||||
|
||||
version('master', branch='master')
|
||||
version('1.1.4', sha256='135ab02be1487fcdfb039613cbed630bce336d581a66468c66209db0a9d8a104')
|
||||
version('1.1.1', sha256='c96c000b3893ea7f15bbc886524476dd466ae145e77deedc27e412fcc3541207')
|
||||
version('1.1.0', sha256='783dfcd6a9284af83bb380ed257fa8b0757dc2f7f9196d935eb974fb6523c644')
|
||||
version('1.0.5', sha256='979170615d33a7bf20c96bd4d0285e05a2bbd901164e377a8bccbd9af9463801')
|
||||
@ -31,7 +32,7 @@ class Jali(CMakePackage):
|
||||
|
||||
depends_on('boost')
|
||||
|
||||
depends_on('mstk@3.3.0: +exodusii+parallel~use_markers partitioner=all', when='+mstk')
|
||||
depends_on('mstk@3.3.5: +exodusii+parallel~use_markers partitioner=all', when='+mstk')
|
||||
|
||||
depends_on('zoltan -fortran')
|
||||
depends_on('metis')
|
||||
|
Loading…
Reference in New Issue
Block a user