diff --git a/openblas.spec b/openblas.spec index 0e44c7a2143d49a8f2759501a04d30f4a87f27d9..633d4a39604b7d5b82ef764226034de3b0e37fc8 100644 --- a/openblas.spec +++ b/openblas.spec @@ -1,8 +1,11 @@ %bcond_with system_lapack +# ignore static lib when generating debug info +%global _find_debuginfo_opts --no-ar-files + Name: openblas Version: 0.3.30 -Release: 1 +Release: 2 Summary: An optimized BLAS library based on GotoBLAS2 1.13 BSD version License: BSD-3-Clause URL: http://www.openmathlib.org/OpenBLAS/ @@ -368,6 +371,10 @@ sed -i -e 's|%{buildroot}||' "%{buildroot}%{_libdir}/pkgconfig/%{name}.pc" %{_libdir}/lib%{name}*64_.so %changelog +* Mon Jul 28 2025 Funda Wang - 0.3.30-2 +- do not process static libraries when generating debuginfo, + otherwise it will cause more than 30 hours to finish + * Fri Jun 20 2025 Funda Wang - 0.3.30-1 - update to 0.3.30