dealii: add scalapack and various cleanups (#6552)

This commit is contained in:
Denis Davydov
2017-12-04 08:02:05 +01:00
committed by Massimiliano Culpo
parent f564e02301
commit e9c66a76f0
3 changed files with 81 additions and 72 deletions

View File

@@ -37,3 +37,10 @@ class NetcdfCxx(AutotoolsPackage):
version('4.2', 'd32b20c00f144ae6565d9e98d9f6204c')
depends_on('netcdf')
@property
def libs(self):
shared = True
return find_libraries(
'libnetcdf_c++', root=self.prefix, shared=shared, recurse=True
)