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

View File

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