[atlas] make check on arm enabled - seems to work

Frantisek Kluknavsky fkluknav at fedoraproject.org
Thu Oct 10 09:38:22 UTC 2013


commit ce70abdb41b16ace0a56bbd2dd7192189e228ebe
Author: Frantisek Kluknavsky <fkluknav at redhat.com>
Date:   Thu Oct 10 11:38:15 2013 +0200

    make check on arm enabled - seems to work

 atlas.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/atlas.spec b/atlas.spec
index 2a356f1..510b97e 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:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Automatically Tuned Linear Algebra Software
 
 Group:          System Environment/Libraries
@@ -497,7 +497,7 @@ mkdir -p %{buildroot}%{_includedir}/atlas
 
 
 %check
-%ifnarch %{arm} s390
+%ifnarch s390
 for type in %{types}; do
 	pushd %{_arch}_${type}
 	make check ptcheck
@@ -793,6 +793,9 @@ fi
 %endif
 
 %changelog
+* Thu Oct 10 2013 Frantisek Kluknavsky <fkluknav at redhat.com> - 3.10.1-6
+- make check on arm enabled - seems to work
+
 * Wed Oct 2 2013 Orion Poplawski <orion at cora.nwra.com> - 3.10.1-5
 - Add -DATL_ARM_HARDFP=1 for arm build
 - Rework how arm flags are set


More information about the scm-commits mailing list