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

This commit is contained in:
Christoph Junghans
2020-02-27 19:23:45 -07:00
committed by GitHub
parent 7217592c24
commit a785e302cc

View File

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