summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2015-11-24 16:12:12 -0800
committerTodd Gamblin <tgamblin@llnl.gov>2015-11-24 16:12:12 -0800
commitc526c71f561bd98922e4b12af19651620b680b29 (patch)
tree18f3c5af9dfe3700bfcc9cc278bf7b783b94f6fb
parenta1553dd12b9388277a3cb80cfa861489bd1c865f (diff)
parenta0d388875e619723920437a22897c2870ad29f81 (diff)
downloadspack-c526c71f561bd98922e4b12af19651620b680b29.tar.gz
spack-c526c71f561bd98922e4b12af19651620b680b29.tar.bz2
spack-c526c71f561bd98922e4b12af19651620b680b29.tar.xz
spack-c526c71f561bd98922e4b12af19651620b680b29.zip
Merge pull request #201 from alfredo-gimenez/develop
Fixed Mitos dependency and added new version
-rw-r--r--var/spack/packages/Mitos/package.py9
1 files changed, 8 insertions, 1 deletions
diff --git a/var/spack/packages/Mitos/package.py b/var/spack/packages/Mitos/package.py
index e312da3ffc..0377887943 100644
--- a/var/spack/packages/Mitos/package.py
+++ b/var/spack/packages/Mitos/package.py
@@ -7,10 +7,17 @@ class Mitos(Package):
homepage = "https://github.com/scalability-llnl/Mitos"
url = "https://github.com/scalability-llnl/Mitos"
- version('0.9.1', 'c6cb57f3cae54f5157affd97ef7ef79e', git='https://github.com/scalability-llnl/Mitos.git', tag='v0.9.1')
+ version('0.9.2',
+ git='https://github.com/scalability-llnl/Mitos.git',
+ commit='8cb143a2e8c00353ff531a781a9ca0992b0aaa3d')
+
+ version('0.9.1',
+ git='https://github.com/scalability-llnl/Mitos.git',
+ tag='v0.9.1')
depends_on('dyninst@8.2.1:')
depends_on('hwloc')
+ depends_on('mpi')
def install(self, spec, prefix):
with working_dir('spack-build', create=True):