Skip to content
Snippets Groups Projects
Unverified Commit a785e302 authored by Christoph Junghans's avatar Christoph Junghans Committed by GitHub
Browse files

portage: needs to be linked against lapack:c (#15259)

parent 7217592c
No related branches found
No related tags found
No related merge requests found
...@@ -60,6 +60,6 @@ def cmake_args(self): ...@@ -60,6 +60,6 @@ def cmake_args(self):
self.spec['lapack'].libs.joined()) self.spec['lapack'].libs.joined())
options.append("-DLAPACKE_LIBRARY=" + options.append("-DLAPACKE_LIBRARY=" +
self.spec["lapack"].libs.joined(";")) self.spec["lapack:c"].libs.joined(";"))
return options return options
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment