Disable RPATH check
This commit is contained in:
parent
9fe2a273f4
commit
0519e7e6e9
@ -29,7 +29,12 @@
|
||||
%else
|
||||
%global blaslib openblas
|
||||
%endif
|
||||
|
||||
|
||||
# Workaround until we find a way to fix the incorrect RPATH
|
||||
# (since it points to /builddir/build/BUILD/ it is not a security issue)
|
||||
# https://fedoraproject.org/wiki/Changes/Broken_RPATH_will_fail_rpmbuild
|
||||
%global __brp_check_rpaths %{nil}
|
||||
|
||||
Name: suitesparse
|
||||
Version: 5.10.1
|
||||
Release: 1%{?dist}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user