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