summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2015-06-03 22:08:22 -0700
committerTodd Gamblin <tgamblin@llnl.gov>2015-06-03 22:08:22 -0700
commit0cf9e0698c3ba24966e06640e03e832cd19634d1 (patch)
tree8d5f3de0f275e318b58bb1fe057c30ed990e9f43 /var
parentbe3e8170def8af203ba7580f44e09538e2c8004c (diff)
parentdae33a31c053a25fe9ccfda5b7bafd95ac637f13 (diff)
downloadspack-0cf9e0698c3ba24966e06640e03e832cd19634d1.tar.gz
spack-0cf9e0698c3ba24966e06640e03e832cd19634d1.tar.bz2
spack-0cf9e0698c3ba24966e06640e03e832cd19634d1.tar.xz
spack-0cf9e0698c3ba24966e06640e03e832cd19634d1.zip
Merge pull request #50 from alfredo-gimenez/develop
Thanks!
Diffstat (limited to 'var')
-rw-r--r--var/spack/packages/Mitos/package.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/var/spack/packages/Mitos/package.py b/var/spack/packages/Mitos/package.py
index 53037a0732..e3c9c7a5c3 100644
--- a/var/spack/packages/Mitos/package.py
+++ b/var/spack/packages/Mitos/package.py
@@ -7,9 +7,10 @@ class Mitos(Package):
homepage = "https://github.com/scalability-llnl/Mitos"
url = "https://github.com/scalability-llnl/Mitos"
- version('0.7', '319ece59d6794cccb66bfcc0abfec661', git='https://github.com/scalability-llnl/Mitos.git', tag='v0.7')
+ version('0.9', '8a8f05b35e04e9f37fa15436b98d5b25', git='https://github.com/scalability-llnl/Mitos.git', tag='v0.9')
- depends_on('dyninst')
+ depends_on('dyninst@8.2.1:')
+ depends_on('hwloc')
def install(self, spec, prefix):
with working_dir('spack-build', create=True):