DescriptionYaakov Selkowitz
2023-06-28 19:28:11 UTC
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.
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.