Changed keyword argument 'recurse' to 'recursive'

This commit is contained in:
alalazo
2017-08-03 17:21:40 +02:00
committed by Todd Gamblin
parent efd2a95781
commit e72b69732e
17 changed files with 21 additions and 19 deletions

View File

@@ -142,7 +142,7 @@ def libs(self):
to_find = ['liblapack'] + interfaces + ['libatlas']
shared = False
return find_libraries(
to_find, root=self.prefix, shared=shared, recurse=True
to_find, root=self.prefix, shared=shared, recursive=True
)
def install_test(self):