Rebuilt for LAPACK 3.9.1 with LAPACK_API_VERSION=3.9.0

This commit is contained in:
Iñaki Úcar 2021-04-23 23:26:13 +02:00
parent 8ea8896283
commit 22d548d886
1 changed files with 4 additions and 2 deletions

View File

@ -213,6 +213,7 @@ rm -rf contributed
%cmake -B build \
-DCMAKE_INSTALL_PREFIX=%{_prefix} \
%if %{with system_lapack}
-DLAPACK_API_VERSION=3.9.0 \
-DSYS_BLAS_LIBRARY=$(pkg-config --variable=libdir blas)/libblas.a \
-DSYS_LAPACK_LIBRARY=$(pkg-config --variable=libdir lapack)/liblapack_pic.a \
%endif
@ -223,6 +224,7 @@ rm -rf contributed
%cmake -B build64 \
-DCMAKE_INSTALL_PREFIX=%{_prefix} \
%if %{with system_lapack}
-DLAPACK_API_VERSION=3.9.0 \
-DSYS_BLAS_LIBRARY=$(pkg-config --variable=libdir blas)/libblas64.a \
-DSYS_LAPACK_LIBRARY=$(pkg-config --variable=libdir lapack)/liblapack_pic64.a \
%endif
@ -395,8 +397,8 @@ make -C build64 test
%endif
%changelog
* Sat Apr 10 2021 Iñaki Úcar <iucar@fedoraproject.org> 3.0.4-4
- Rebuilt for LAPACK 3.9.1
* Fri Apr 23 2021 Iñaki Úcar <iucar@fedoraproject.org> 3.0.4-4
- Rebuilt for LAPACK 3.9.1 with LAPACK_API_VERSION=3.9.0
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.4-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild