Set OS to Linux

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2023-03-01 14:32:12 +02:00
parent 2ff25f705a
commit ef4216186f
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ Version: 3.10.3
%if "%{?enable_native_atlas}" != "0"
%define dist .native
%endif
Release: 20.0.riscv64%{?dist}
Release: 20.1.riscv64%{?dist}
Summary: Automatically Tuned Linear Algebra Software
License: BSD
@ -445,7 +445,7 @@ p=$(pwd)
%ifarch riscv64
%define flags %{nil}
%define base_options "-A RISCV64 -V 1"
%define base_options "-A RISCV64 -V 1 -O Linux"
%endif
%if "%{?enable_native_atlas}" != "0"