change recurse into recursive in a few places (#7342)
This commit is contained in:

committed by
Massimiliano Culpo

parent
3089207ced
commit
98949bd79b
@@ -54,7 +54,7 @@ class NetlibXblas(AutotoolsPackage):
|
||||
@property
|
||||
def libs(self):
|
||||
return find_libraries(['libxblas'], root=self.prefix,
|
||||
shared=False, recurse=True)
|
||||
shared=False, recursive=True)
|
||||
|
||||
def configure_args(self):
|
||||
args = []
|
||||
|
Reference in New Issue
Block a user