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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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