MemAxes and Mitos
This commit is contained in:
parent
203fd861aa
commit
0f5b26c9cd
2 changed files with 2 additions and 3 deletions
|
@ -7,7 +7,7 @@ class Mitos(Package):
|
||||||
homepage = "https://github.com/scalability-llnl/Mitos"
|
homepage = "https://github.com/scalability-llnl/Mitos"
|
||||||
url = "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')
|
depends_on('dyninst')
|
||||||
|
|
||||||
|
|
|
@ -5,12 +5,11 @@ class Memaxes(Package):
|
||||||
|
|
||||||
homepage = "https://github.com/scalability-llnl/MemAxes"
|
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')
|
url='https://github.com/scalability-llnl/MemAxes/archive/v0.5.tar.gz')
|
||||||
|
|
||||||
depends_on("cmake@2.8.9:")
|
depends_on("cmake@2.8.9:")
|
||||||
depends_on("qt@5:")
|
depends_on("qt@5:")
|
||||||
depends_on("vtk")
|
|
||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
with working_dir('spack-build', create=True):
|
with working_dir('spack-build', create=True):
|
||||||
|
|
Loading…
Reference in a new issue