dealii: add scalapack and various cleanups (#6552)
This commit is contained in:

committed by
Massimiliano Culpo

parent
f564e02301
commit
e9c66a76f0
@@ -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
|
||||
)
|
||||
|
Reference in New Issue
Block a user