Merge branch 'develop' of github.com:scalability-llnl/spack into develop
This commit is contained in:
		| @@ -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') | ||||
|  | ||||
|   | ||||
| @@ -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): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Todd Gamblin
					Todd Gamblin