cray-libsci package update: add and addition function to access libraries. (#25386)

Co-authored-by: Luke Roskop <lukebr@login1.spock.olcf.ornl.gov>
This commit is contained in:
lukebroskop 2021-08-16 02:49:10 -05:00 committed by GitHub
parent 09fa9cdaae
commit 09cc439572
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,6 +84,10 @@ def lapack_libs(self):
def scalapack_libs(self): def scalapack_libs(self):
return self.blas_libs return self.blas_libs
@property
def libs(self):
return self.blas_libs
def install(self, spec, prefix): def install(self, spec, prefix):
raise InstallError( raise InstallError(
self.spec.format('{name} is not installable, you need to specify ' self.spec.format('{name} is not installable, you need to specify '