atlas: added a missing property decorator (#3366)

This commit is contained in:
Massimiliano Culpo 2017-03-04 17:24:48 +01:00 committed by Adam J. Stewart
parent a36ed7fb9b
commit 192a4b30f0

View file

@ -112,6 +112,7 @@ def install(self, spec, prefix):
make("install")
self.install_test()
@property
def libs(self):
# libsatlas.[so,dylib,dll ] contains all serial APIs (serial lapack,
# serial BLAS), and all ATLAS symbols needed to support them. Whereas