portage: needs to be linked against lapack:c (#15259)
This commit is contained in:
parent
7217592c24
commit
a785e302cc
@ -60,6 +60,6 @@ def cmake_args(self):
|
||||
self.spec['lapack'].libs.joined())
|
||||
|
||||
options.append("-DLAPACKE_LIBRARY=" +
|
||||
self.spec["lapack"].libs.joined(";"))
|
||||
self.spec["lapack:c"].libs.joined(";"))
|
||||
|
||||
return options
|
||||
|
Loading…
Reference in New Issue
Block a user