netlib-scalapack: add the libs property (#7265)

This commit is contained in:
Veselin Dobrev 2018-02-18 01:19:03 -08:00 committed by Massimiliano Culpo
parent d849740b8b
commit dbf849240e

View file

@ -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