migrate to git and update commit (#17276)

This commit is contained in:
albestro
2020-06-27 21:39:01 +02:00
committed by GitHub
parent 00fd63f5ee
commit 81b4c03f56

View File

@@ -11,10 +11,10 @@ class Lapackpp(CMakePackage):
of Tennessee)"""
homepage = "https://bitbucket.org/icl/lapackpp"
hg = "https://bitbucket.org/icl/lapackpp"
git = "https://bitbucket.org/icl/lapackpp"
maintainers = ['teonnik', 'Sely85']
version('develop', hg=hg, revision="7ffa486")
version('develop', commit="f878fad")
variant('shared', default=True,
description='Build a shared version of the library')