diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2015-04-09 20:19:05 -0700 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2015-04-09 20:19:05 -0700 |
commit | 97a20cac586433f7e9e1171496e05f1594240edf (patch) | |
tree | 826a172ef3f237d41b86a6de46e8f42fb60db7f3 | |
parent | 203fd861aa1ab3d29477fa9954717ad46890801f (diff) | |
parent | 0f5b26c9cdc00f075ade9da62e3ba48da9538248 (diff) | |
download | spack-97a20cac586433f7e9e1171496e05f1594240edf.tar.gz spack-97a20cac586433f7e9e1171496e05f1594240edf.tar.bz2 spack-97a20cac586433f7e9e1171496e05f1594240edf.tar.xz spack-97a20cac586433f7e9e1171496e05f1594240edf.zip |
Merge pull request #29 from alfredo-gimenez/develop
MemAxes and Mitos updates to remove VTK dependency.
-rw-r--r-- | var/spack/packages/Mitos/package.py | 2 | ||||
-rw-r--r-- | var/spack/packages/memaxes/package.py | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/var/spack/packages/Mitos/package.py b/var/spack/packages/Mitos/package.py index 272360a55c..53037a0732 100644 --- a/var/spack/packages/Mitos/package.py +++ b/var/spack/packages/Mitos/package.py @@ -7,7 +7,7 @@ class Mitos(Package): homepage = "https://github.com/scalability-llnl/Mitos" url = "https://github.com/scalability-llnl/Mitos" - version('0.7', git='https://github.com/scalability-llnl/Mitos.git', tag='v0.7') + version('0.7', '319ece59d6794cccb66bfcc0abfec661', git='https://github.com/scalability-llnl/Mitos.git', tag='v0.7') depends_on('dyninst') diff --git a/var/spack/packages/memaxes/package.py b/var/spack/packages/memaxes/package.py index afa62009a6..76d5d3f831 100644 --- a/var/spack/packages/memaxes/package.py +++ b/var/spack/packages/memaxes/package.py @@ -5,12 +5,11 @@ class Memaxes(Package): homepage = "https://github.com/scalability-llnl/MemAxes" - version('0.5', 'b0f561d48aa7301e028d074bc4b5751b', + version('0.5', '5874f3fda9fd2d313c0ff9684f915ab5', url='https://github.com/scalability-llnl/MemAxes/archive/v0.5.tar.gz') depends_on("cmake@2.8.9:") depends_on("qt@5:") - depends_on("vtk") def install(self, spec, prefix): with working_dir('spack-build', create=True): |