portage: fix lapacke linkage (#13517)
This commit is contained in:
parent
a97faeb3c7
commit
187706f108
@ -51,7 +51,7 @@ def cmake_args(self):
|
|||||||
else:
|
else:
|
||||||
options.append('-DENABLE_MPI=OFF')
|
options.append('-DENABLE_MPI=OFF')
|
||||||
|
|
||||||
options.append("-DLAPACKE_LIBRARIES=" +
|
options.append("-DLAPACKE_LIBRARY=" +
|
||||||
self.spec["lapack"].libs.joined(";"))
|
self.spec["lapack"].libs.joined(";"))
|
||||||
|
|
||||||
return options
|
return options
|
||||||
|
Loading…
Reference in New Issue
Block a user