From ef4216186fe6036577437266d47366eaed810b93 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Wed, 1 Mar 2023 14:32:12 +0200 Subject: [PATCH] Set OS to Linux Signed-off-by: David Abdurachmanov --- atlas.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/atlas.spec b/atlas.spec index d0effec..d738436 100644 --- a/atlas.spec +++ b/atlas.spec @@ -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"