Merge pull request #61 from alfredo-gimenez/develop

Mitos 0.9.1
This commit is contained in:
Todd Gamblin 2015-06-11 16:31:28 -07:00
commit 607f263fbc

View File

@ -7,7 +7,7 @@ class Mitos(Package):
homepage = "https://github.com/scalability-llnl/Mitos"
url = "https://github.com/scalability-llnl/Mitos"
version('0.9', '8a8f05b35e04e9f37fa15436b98d5b25', git='https://github.com/scalability-llnl/Mitos.git', tag='v0.9')
version('0.9.1', 'c6cb57f3cae54f5157affd97ef7ef79e', git='https://github.com/scalability-llnl/Mitos.git', tag='v0.9.1')
depends_on('dyninst@8.2.1:')
depends_on('hwloc')