Skip to content
Snippets Groups Projects
Commit 2a27a375 authored by Tim Law's avatar Tim Law Committed by Adam J. Stewart
Browse files

Add Git development versions for Typhon and BookLeaf_Cpp. (#8694)

parent d8921ac3
Branches
Tags
No related merge requests found
...@@ -33,6 +33,9 @@ class BookleafCpp(CMakePackage): ...@@ -33,6 +33,9 @@ class BookleafCpp(CMakePackage):
homepage = "https://github.com/UK-MAC/BookLeaf_Cpp" homepage = "https://github.com/UK-MAC/BookLeaf_Cpp"
url = "https://github.com/UK-MAC/BookLeaf_Cpp/archive/v2.0.tar.gz" url = "https://github.com/UK-MAC/BookLeaf_Cpp/archive/v2.0.tar.gz"
version('develop', git='https://github.com/UK-MAC/BookLeaf_Cpp',
branch='develop')
version('2.0.1', '34a5a9e7b2b5ffc98562656a4406ba5b') version('2.0.1', '34a5a9e7b2b5ffc98562656a4406ba5b')
version('2.0', '69819ebcbae5eaa63d1a4de2c77cac85') version('2.0', '69819ebcbae5eaa63d1a4de2c77cac85')
......
...@@ -34,6 +34,9 @@ class Typhon(CMakePackage): ...@@ -34,6 +34,9 @@ class Typhon(CMakePackage):
homepage = "https://github.com/UK-MAC/Typhon" homepage = "https://github.com/UK-MAC/Typhon"
url = "https://github.com/UK-MAC/Typhon/archive/v3.0.tar.gz" url = "https://github.com/UK-MAC/Typhon/archive/v3.0.tar.gz"
version('develop', git='https://github.com/UK-MAC/Typhon',
branch='develop')
version('3.0.1', '89045decfba5fd468ef05ad4c924df8c') version('3.0.1', '89045decfba5fd468ef05ad4c924df8c')
version('3.0', 'ec67cd1aa585ce2410d4fa50514a916f') version('3.0', 'ec67cd1aa585ce2410d4fa50514a916f')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment