diff --git a/openblas.spec b/openblas.spec index 889a793..acd66e4 100644 --- a/openblas.spec +++ b/openblas.spec @@ -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 - 0.3.0-1.2.riscv64 +- Disable execstack for RISC-V (riscv64) + * Mon Jun 04 2018 David Abdurachmanov - 0.3.0-1.1.riscv64 - Fix typo in RISC-V patch name - Disable running of all tests on RISC-V