migrate to git and update commit (#17276)
This commit is contained in:
parent
00fd63f5ee
commit
81b4c03f56
@ -11,10 +11,10 @@ class Lapackpp(CMakePackage):
|
|||||||
of Tennessee)"""
|
of Tennessee)"""
|
||||||
|
|
||||||
homepage = "https://bitbucket.org/icl/lapackpp"
|
homepage = "https://bitbucket.org/icl/lapackpp"
|
||||||
hg = "https://bitbucket.org/icl/lapackpp"
|
git = "https://bitbucket.org/icl/lapackpp"
|
||||||
maintainers = ['teonnik', 'Sely85']
|
maintainers = ['teonnik', 'Sely85']
|
||||||
|
|
||||||
version('develop', hg=hg, revision="7ffa486")
|
version('develop', commit="f878fad")
|
||||||
|
|
||||||
variant('shared', default=True,
|
variant('shared', default=True,
|
||||||
description='Build a shared version of the library')
|
description='Build a shared version of the library')
|
||||||
|
Loading…
Reference in New Issue
Block a user