Disable execstack for riscv64
BUILDSTDERR: execstack: "/builddir/build/BUILDROOT/openblas-0.3.0-1.1.riscv64.fc29.riscv64/usr/lib64/libopenblas-r0.3.0.dev.so"'s architecture is not supported Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
This commit is contained in:
parent
79be0c377b
commit
d6da2377d6
@ -15,7 +15,7 @@
|
||||
|
||||
Name: openblas
|
||||
Version: 0.3.0
|
||||
Release: 1.1.riscv64%{?dist}
|
||||
Release: 1.2.riscv64%{?dist}
|
||||
Summary: An optimized BLAS library based on GotoBLAS2
|
||||
Group: Development/Libraries
|
||||
License: BSD
|
||||
@ -50,8 +50,12 @@ BuildRequires: perl-devel
|
||||
%global execstack 1
|
||||
%endif
|
||||
%else
|
||||
%ifarch riscv64
|
||||
%global execstack 0
|
||||
%else
|
||||
%global execstack 1
|
||||
%endif
|
||||
%endif
|
||||
%if %{execstack}
|
||||
BuildRequires: /usr/bin/execstack
|
||||
%endif
|
||||
@ -679,6 +683,9 @@ rm -rf %{buildroot}%{_libdir}/pkgconfig
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Jun 04 2018 David Abdurachmanov <david.abdurachmanov@gmail.com> - 0.3.0-1.2.riscv64
|
||||
- Disable execstack for RISC-V (riscv64)
|
||||
|
||||
* Mon Jun 04 2018 David Abdurachmanov <david.abdurachmanov@gmail.com> - 0.3.0-1.1.riscv64
|
||||
- Fix typo in RISC-V patch name
|
||||
- Disable running of all tests on RISC-V
|
||||
|
Loading…
Reference in New Issue
Block a user