https://bugzilla.redhat.com/show_bug.cgi?id=1064656
Susi Lehtola <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Susi Lehtola <[email protected]> --- (In reply to Will Benton from comment #1) > * The %if here appears vestigial; is that the case? > > %if 0%{?fedora} >= 21 > %global BLAS -L%{_libdir} -lopenblas > %global LAPACK -L%{_libdir} -llapack > %else > %global BLAS -L%{_libdir} -lopenblas > %global LAPACK -L%{_libdir} -llapack > %endif This is also incorrect. -lopenblas already contains LAPACK libraries, and further linkage against reference LAPACK can only lead to trouble. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/package-review
