portage: fix linkage against openblas (#12641)
This commit is contained in:
parent
300d9d5a62
commit
ae70c75e3c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user