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:
parent
09fa9cdaae
commit
09cc439572
@ -84,6 +84,10 @@ def lapack_libs(self):
|
||||
def scalapack_libs(self):
|
||||
return self.blas_libs
|
||||
|
||||
@property
|
||||
def libs(self):
|
||||
return self.blas_libs
|
||||
|
||||
def install(self, spec, prefix):
|
||||
raise InstallError(
|
||||
self.spec.format('{name} is not installable, you need to specify '
|
||||
|
Loading…
Reference in New Issue
Block a user