disable affinity to prevent crash on systems with fewer cpus

This commit is contained in:
Frantisek Kluknavsky 2013-09-24 16:53:36 +02:00
commit 7fe7cb921f
1 changed files with 12 additions and 2 deletions

View File

@ -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 <fkluknav@redhat.com> - 3.10.1-2
* Tue Sep 24 2013 Frantisek Kluknavsky <fkluknav@redhat.com> - 3.10.1-3
- disable affinity to prevent crash on systems with fewer cpus
* Mon Sep 23 2013 Orion Poplawski <orion@cora.nwra.com> - 3.10.1-2
- Add %%check section
* Fri Sep 20 2013 Frantisek Kluknavsky <fkluknav@redhat.com> - 3.10.1-1
- Rebase to 3.10.1
- Dropped x86_64-SSE2, ix86-SSE1, ix86-3DNow, z10, z196 (uncompilable).