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:
Brian Van Essen
2017-03-08 12:32:26 -08:00
committed by Adam J. Stewart
parent bacb60457d
commit acf95c92a6
2 changed files with 3 additions and 3 deletions

View File

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