Fixes the Elemental and LBANN packages to conform to the new syntax (#3382)
introduced by PR https://github.com/LLNL/spack/pull/1875
This commit is contained in:

committed by
Adam J. Stewart

parent
bacb60457d
commit
acf95c92a6
@@ -79,7 +79,7 @@ class Elemental(CMakePackage):
|
||||
depends_on('python@:2.8', when='+python')
|
||||
|
||||
@property
|
||||
def elemental_libs(self):
|
||||
def libs(self):
|
||||
shared = True if '+shared' in self.spec else False
|
||||
return find_libraries(
|
||||
'libEl', root=self.prefix, shared=shared, recurse=True
|
||||
|
Reference in New Issue
Block a user