Update BookLeaf_Cpp and Typhon packages. (#8249)

This commit is contained in:
Tim Law 2018-05-23 13:28:15 +01:00 committed by Adam J. Stewart
parent ace283d594
commit 60df206648
2 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,7 @@ class BookleafCpp(CMakePackage):
homepage = "https://github.com/UK-MAC/BookLeaf_Cpp"
url = "https://github.com/UK-MAC/BookLeaf_Cpp/archive/v2.0.tar.gz"
version('2.0.1', '34a5a9e7b2b5ffc98562656a4406ba5b')
version('2.0', '69819ebcbae5eaa63d1a4de2c77cac85')
variant('typhon', default=True, description='Use Typhon')

View File

@ -34,6 +34,7 @@ class Typhon(CMakePackage):
homepage = "https://github.com/UK-MAC/Typhon"
url = "https://github.com/UK-MAC/Typhon/archive/v3.0.tar.gz"
version('3.0.1', '89045decfba5fd468ef05ad4c924df8c')
version('3.0', 'ec67cd1aa585ce2410d4fa50514a916f')
depends_on('mpi')