netlib-scalapack: add the libs property (#7265)
This commit is contained in:
parent
d849740b8b
commit
dbf849240e
@ -59,7 +59,7 @@ class NetlibScalapack(CMakePackage):
|
|||||||
depends_on('cmake', when='@2.0.0:', type='build')
|
depends_on('cmake', when='@2.0.0:', type='build')
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def scalapack_libs(self):
|
def libs(self):
|
||||||
# Note that the default will be to search
|
# Note that the default will be to search
|
||||||
# for 'libnetlib-scalapack.<suffix>'
|
# for 'libnetlib-scalapack.<suffix>'
|
||||||
shared = True if '+shared' in self.spec else False
|
shared = True if '+shared' in self.spec else False
|
||||||
|
Loading…
Reference in New Issue
Block a user