diff --git a/flexiblas.spec b/flexiblas.spec index 53dfe8a..18da524 100644 --- a/flexiblas.spec +++ b/flexiblas.spec @@ -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ó - 3.0.4-5 +- Get rid of RPATH + * Fri Apr 23 2021 Iñaki Úcar 3.0.4-4 - Rebuilt for LAPACK 3.9.1 with LAPACK_API_VERSION=3.9.0