Get rid of RPATH

This commit is contained in:
Nikola Forró 2021-07-19 19:01:33 +02:00
parent 22d548d886
commit 9e8f8fc6bd
1 changed files with 6 additions and 1 deletions

View File

@ -16,7 +16,7 @@
Name: flexiblas
Version: %{major_version}.%{minor_version}.%{patch_version}
Release: 4%{?dist}
Release: 5%{?dist}
Summary: A BLAS/LAPACK wrapper library with runtime exchangeable backends
# GPLv3 with an exception for the BLAS/LAPACK interface
@ -218,6 +218,7 @@ rm -rf contributed
-DSYS_LAPACK_LIBRARY=$(pkg-config --variable=libdir lapack)/liblapack_pic.a \
%endif
-DINTEGER8=OFF \
-DCMAKE_SKIP_INSTALL_RPATH=ON \
-DTESTS=ON
%make_build -C build
%if 0%{?__isa_bits} == 64
@ -229,6 +230,7 @@ rm -rf contributed
-DSYS_LAPACK_LIBRARY=$(pkg-config --variable=libdir lapack)/liblapack_pic64.a \
%endif
-DINTEGER8=ON \
-DCMAKE_SKIP_INSTALL_RPATH=ON \
-DTESTS=ON
%make_build -C build64
%endif
@ -397,6 +399,9 @@ make -C build64 test
%endif
%changelog
* Mon Jul 19 2021 Nikola Forró <nforro@redhat.com> - 3.0.4-5
- Get rid of RPATH
* 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