1 Commits

View File

@ -1,5 +1,5 @@
Name: openblas
Version: 0.3.29
Version: 0.3.30
Release: 1mamba
Summary: An optimized BLAS library based on GotoBLAS2 1.13 BSD version
Group: System/Libraries
@ -66,12 +66,13 @@ This package contains libraries and header files for developing applications tha
-DNO_WARMUP=1 \
%ifarch %{ix86} x86_64
-DTARGET=CORE2 \
-DDYNAMIC_ARCH=ON \
%endif
%ifarch aarch64
-DTARGET=ARMV8 \
-DDYNAMIC_ARCH=OFF \
%endif
-DNUM_THREADS=64 \
-DDYNAMIC_ARCH=ON
%make
@ -86,12 +87,13 @@ cd ..
-DNO_WARMUP=1 \
%ifarch %{ix86} x86_64
-DTARGET=CORE2 \
-DDYNAMIC_ARCH=ON \
%endif
%ifarch aarch64
-DTARGET=ARMV8 \
-DDYNAMIC_ARCH=OFF \
%endif
-DNUM_THREADS=64 \
-DDYNAMIC_ARCH=ON \
-DINTERFACE64=1
%make
@ -141,6 +143,9 @@ cd ..
%endif
%changelog
* Fri Jun 20 2025 Automatic Build System <autodist@openmamba.org> 0.3.30-1mamba
- automatic version update by autodist
* Mon Jan 13 2025 Automatic Build System <autodist@openmamba.org> 0.3.29-1mamba
- automatic version update by autodist