mpifileutils: add v0.8 (#9152)

This commit is contained in:
Adam Moody 2018-09-03 18:34:07 -07:00 committed by Adam J. Stewart
parent 4df60caf5b
commit 801f1a0a7d

View File

@ -40,6 +40,7 @@ class Mpifileutils(AutotoolsPackage):
git = "https://github.com/hpc/mpifileutils.git" git = "https://github.com/hpc/mpifileutils.git"
version('develop', branch='master') version('develop', branch='master')
version('0.8', '1082600e7ac4e6b2c13d91bbec40cffb')
version('0.7', 'c081f7f72c4521dddccdcf9e087c5a2b') version('0.7', 'c081f7f72c4521dddccdcf9e087c5a2b')
version('0.6', '620bcc4966907481f1b1a965b28fc9bf') version('0.6', '620bcc4966907481f1b1a965b28fc9bf')
@ -49,7 +50,8 @@ class Mpifileutils(AutotoolsPackage):
# need precise version of dtcmp, since DTCMP_Segmented_exscan added # need precise version of dtcmp, since DTCMP_Segmented_exscan added
# in v1.0.3 but renamed in v1.1.0 and later # in v1.0.3 but renamed in v1.1.0 and later
depends_on('dtcmp@1.0.3') depends_on('dtcmp@1.0.3', when='@:0.7')
depends_on('dtcmp@1.1.0:', when='@0.8:')
depends_on('libarchive') depends_on('libarchive')