From 7fe7cb921fd36d1caaff8764eb2080b705a2accb Mon Sep 17 00:00:00 2001 From: Frantisek Kluknavsky Date: Sep 24 2013 14:53:36 +0000 Subject: disable affinity to prevent crash on systems with fewer cpus --- diff --git a/atlas.spec b/atlas.spec index 0d333b9..9ea4ba5 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: 2%{?dist} +Release: 3%{?dist} Summary: Automatically Tuned Linear Algebra Software Group: System Environment/Libraries @@ -487,6 +487,13 @@ done mkdir -p %{buildroot}%{_includedir}/atlas +%check +for type in %{types}; do + pushd %{_arch}_${type} + make check ptcheck +done + + %post -p /sbin/ldconfig %postun -p /sbin/ldconfig @@ -775,9 +782,12 @@ fi %endif %changelog -* Tue Sep 24 2013 Frantisek Kluknavsky - 3.10.1-2 +* Tue Sep 24 2013 Frantisek Kluknavsky - 3.10.1-3 - disable affinity to prevent crash on systems with fewer cpus +* Mon Sep 23 2013 Orion Poplawski - 3.10.1-2 +- Add %%check section + * Fri Sep 20 2013 Frantisek Kluknavsky - 3.10.1-1 - Rebase to 3.10.1 - Dropped x86_64-SSE2, ix86-SSE1, ix86-3DNow, z10, z196 (uncompilable).