The gsl_spmatrix_complex_float_scale_{columns,rows} tests in gsl-2.7.1-4 fail when gsl is compiled with -march=x86-64-v3. This is causing this package to FTBFS in ELN despite building successfully in rawhide. Reproducible: Always Steps to Reproduce: On x86_64, build gsl from rawhide in ELN tag (e.g. fedpkg --release eln build|mockbuild) *or* build for rawhide with `%global __cflags_arch_x86_64 -march=x86-64-v3` defined in gsl.spec. Actual Results: Most recent build attempt: https://kojipkgs.fedoraproject.org//work/tasks/2240/102672240/build.log (Errors are too long to quote here.) Expected Results: Tests pass, as in rawhide, or even in ELN with `%global __cflags_arch_x86_64 -march=x86-64-v2` set.
This is bug 2216730. There isn't any activity on the upstream bug. Someone with a background in numerical analysis needs to look into this.
*** This bug has been marked as a duplicate of bug 2216730 ***