summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/Mitos/package.py
diff options
context:
space:
mode:
authoralalazo <massimiliano.culpo@googlemail.com>2016-05-11 16:11:19 +0200
committeralalazo <massimiliano.culpo@googlemail.com>2016-05-11 16:11:19 +0200
commit78ae5d7723df810e65fe69b4fb0d7773e748e085 (patch)
tree4ab1421b4e3edb44e28441f9a3394a3fe6be7fc5 /var/spack/repos/builtin/packages/Mitos/package.py
parent22bb0562fea525afb329d5710970785189d3af63 (diff)
parent3d3a520a7d79f40f167f2856c5787ef94739eedc (diff)
downloadspack-78ae5d7723df810e65fe69b4fb0d7773e748e085.tar.gz
spack-78ae5d7723df810e65fe69b4fb0d7773e748e085.tar.bz2
spack-78ae5d7723df810e65fe69b4fb0d7773e748e085.tar.xz
spack-78ae5d7723df810e65fe69b4fb0d7773e748e085.zip
Merge branch 'develop' of https://github.com/LLNL/spack into features/custom_modulefile_from_config
Conflicts: lib/spack/spack/config.py
Diffstat (limited to 'var/spack/repos/builtin/packages/Mitos/package.py')
-rw-r--r--var/spack/repos/builtin/packages/Mitos/package.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/var/spack/repos/builtin/packages/Mitos/package.py b/var/spack/repos/builtin/packages/Mitos/package.py
index ea131872dd..ec1d56a5c7 100644
--- a/var/spack/repos/builtin/packages/Mitos/package.py
+++ b/var/spack/repos/builtin/packages/Mitos/package.py
@@ -1,19 +1,18 @@
from spack import *
+
class Mitos(Package):
"""Mitos is a library and a tool for collecting sampled memory
performance data to view with MemAxes"""
homepage = "https://github.com/llnl/Mitos"
- url = "https://github.com/llnl/Mitos"
+ url = "https://github.com/llnl/Mitos"
version('0.9.2',
git='https://github.com/llnl/Mitos.git',
commit='8cb143a2e8c00353ff531a781a9ca0992b0aaa3d')
- version('0.9.1',
- git='https://github.com/llnl/Mitos.git',
- tag='v0.9.1')
+ version('0.9.1', git='https://github.com/llnl/Mitos.git', tag='v0.9.1')
depends_on('dyninst@8.2.1:')
depends_on('hwloc')