Skip to content
Snippets Groups Projects
Unverified Commit 54cfec02 authored by G-Ragghianti's avatar G-Ragghianti Committed by GitHub
Browse files

blaspp: moved to new git repo (#17184)

Extended the list of maintainers
parent a76545b8
No related branches found
No related tags found
No related merge requests found
...@@ -7,14 +7,15 @@ ...@@ -7,14 +7,15 @@
class Blaspp(CMakePackage): class Blaspp(CMakePackage):
"""BLAS++: C++ API for the Basic Linear Algebra Subroutines (University of """C++ API for the Basic Linear Algebra Subroutines. Developed by the
Texas).""" Innovative Computing Laboratory at the University of Tennessee,
Knoxville."""
homepage = "https://bitbucket.org/icl/blaspp" homepage = "https://bitbucket.org/icl/blaspp"
hg = "https://bitbucket.org/icl/blaspp" git = "https://bitbucket.org/icl/blaspp"
maintainers = ['teonnik', 'Sely85'] maintainers = ['teonnik', 'Sely85', 'G-Ragghianti', 'mgates3']
version('develop', hg=hg, revision="5191c9d") version('develop', commit='6293d96')
variant('gfort', variant('gfort',
default=False, default=False,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment