update Jali version and dependent MSTK version (#16236)

Co-authored-by: Rao Garimella <rao@abyzou.lanl.gov>
This commit is contained in:
Rao Garimella 2020-04-22 10:12:28 -06:00 committed by GitHub
parent e7906d6507
commit d77576d85d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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')