portage: fix lapacke linkage (#13517)

This commit is contained in:
Christoph Junghans
2019-10-31 09:42:18 -06:00
committed by GitHub
parent a97faeb3c7
commit 187706f108

View File

@@ -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