summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Moody <moody20@llnl.gov>2018-04-30 16:46:17 -0700
committerAdam J. Stewart <ajstewart426@gmail.com>2018-04-30 18:46:17 -0500
commit2db4beac12caf535fff4d5206780ca46fcc881c4 (patch)
tree9060a93d50be2d139eceaebe149b5edac9732b4f
parent7088e547a356f41883a60e66a61e255d501043b1 (diff)
downloadspack-2db4beac12caf535fff4d5206780ca46fcc881c4.tar.gz
spack-2db4beac12caf535fff4d5206780ca46fcc881c4.tar.bz2
spack-2db4beac12caf535fff4d5206780ca46fcc881c4.tar.xz
spack-2db4beac12caf535fff4d5206780ca46fcc881c4.zip
mpifileutils: roll back to dtcmp v1.0.3, add option to build master branch (#7949)
* mpifileutils: roll back to dtcmp v1.0.3 due to API change, add option to build master branch * add comment to explain why certain dtcmp is required, rename version for git branch * dtcmp v1.0.2 is missing github tarball
-rw-r--r--var/spack/repos/builtin/packages/mpifileutils/package.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/mpifileutils/package.py b/var/spack/repos/builtin/packages/mpifileutils/package.py
index 65625ff0cb..b59e34768e 100644
--- a/var/spack/repos/builtin/packages/mpifileutils/package.py
+++ b/var/spack/repos/builtin/packages/mpifileutils/package.py
@@ -38,13 +38,18 @@ class Mpifileutils(AutotoolsPackage):
homepage = "https://github.com/hpc/mpifileutils"
url = "https://github.com/hpc/mpifileutils/releases/download/v0.6/mpifileutils-0.6.tar.gz"
+ version('develop', git='https://github.com/hpc/mpifileutils.git')
version('0.7', 'c081f7f72c4521dddccdcf9e087c5a2b')
version('0.6', '620bcc4966907481f1b1a965b28fc9bf')
depends_on('mpi')
depends_on('libcircle')
depends_on('lwgrp')
- depends_on('dtcmp')
+
+ # need precise version of dtcmp, since DTCMP_Segmented_exscan added
+ # in v1.0.3 but renamed in v1.1.0 and later
+ depends_on('dtcmp@1.0.3')
+
depends_on('libarchive')
variant('xattr', default=True,