From 64a1bfa23df16693858d5aea788c78307021b4a1 Mon Sep 17 00:00:00 2001 From: Frantisek Kluknavsky Date: Sep 30 2013 10:41:46 +0000 Subject: disable tests on arm to allow update for x86 --- diff --git a/atlas.spec b/atlas.spec index 9ea4ba5..fa75db2 100644 --- a/atlas.spec +++ b/atlas.spec @@ -5,7 +5,7 @@ Version: 3.10.1 %if "%{?enable_native_atlas}" != "0" %define dist .native %endif -Release: 3%{?dist} +Release: 4%{?dist} Summary: Automatically Tuned Linear Algebra Software Group: System Environment/Libraries @@ -292,7 +292,7 @@ ix86 architecture. %global mode -b %{__isa_bits} %global armflags %{nil} %if "%{?enable_native_atlas}" == "0" -%define threads_option -t 16 +%define threads_option -t 4 %endif %endif @@ -488,11 +488,12 @@ mkdir -p %{buildroot}%{_includedir}/atlas %check +%ifnarch %{arm} s390 for type in %{types}; do pushd %{_arch}_${type} make check ptcheck done - +%endif %post -p /sbin/ldconfig @@ -782,6 +783,9 @@ fi %endif %changelog +* Mon Sep 30 2013 Frantisek Kluknavsky - 3.10.1-4 +- disable tests on arm to allow update for x86 + * Tue Sep 24 2013 Frantisek Kluknavsky - 3.10.1-3 - disable affinity to prevent crash on systems with fewer cpus