atlas: added a missing property decorator (#3366)
This commit is contained in:
parent
a36ed7fb9b
commit
192a4b30f0
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ def install(self, spec, prefix):
|
||||||
make("install")
|
make("install")
|
||||||
self.install_test()
|
self.install_test()
|
||||||
|
|
||||||
|
@property
|
||||||
def libs(self):
|
def libs(self):
|
||||||
# libsatlas.[so,dylib,dll ] contains all serial APIs (serial lapack,
|
# libsatlas.[so,dylib,dll ] contains all serial APIs (serial lapack,
|
||||||
# serial BLAS), and all ATLAS symbols needed to support them. Whereas
|
# serial BLAS), and all ATLAS symbols needed to support them. Whereas
|
||||||
|
|
Loading…
Reference in a new issue