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

committed by
Massimiliano Culpo

parent
f564e02301
commit
e9c66a76f0
@@ -40,3 +40,10 @@ class NetcdfCxx4(AutotoolsPackage):
|
||||
depends_on('libtool', type='build')
|
||||
|
||||
force_autoreconf = True
|
||||
|
||||
@property
|
||||
def libs(self):
|
||||
shared = True
|
||||
return find_libraries(
|
||||
'libnetcdf_c++4', root=self.prefix, shared=shared, recurse=True
|
||||
)
|
||||
|
Reference in New Issue
Block a user