https://bugzilla.redhat.com/show_bug.cgi?id=1064656 Susi Lehtola <susi.lehtola@xxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |susi.lehtola@xxxxxx --- Comment #2 from Susi Lehtola <susi.lehtola@xxxxxx> --- (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 package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review