portage: fix linkage against openblas (#12641)

This commit is contained in:
Christoph Junghans 2019-08-29 07:14:13 -06:00 committed by GitHub
parent 300d9d5a62
commit ae70c75e3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,4 +48,7 @@ def cmake_args(self):
else:
options.append('-DENABLE_MPI=OFF')
options.append("-DLAPACKE_LIBRARIES=" +
self.spec["lapack"].libs.joined(";"))
return options