[octave] Disable atlas on arm

Orion Poplawski orion at fedoraproject.org
Thu Sep 26 03:36:52 UTC 2013


commit 93775a2aacbedad1a929de4117d10b7cd3bf34fa
Author: Orion Poplawski <orion at nwra.com>
Date:   Wed Sep 25 21:36:35 2013 -0600

    Disable atlas on arm

 octave.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/octave.spec b/octave.spec
index 12ce7a1..ab24ff3 100644
--- a/octave.spec
+++ b/octave.spec
@@ -109,8 +109,11 @@ export F77=gfortran
 %global atlaslapacklib -llapack
 %endif
 %configure --enable-shared --disable-static --enable-64=%enable64 \
- --with-blas="-L%{_libdir}/atlas %{atlasblaslib}" --with-qrupdate \
+%ifnarch %{arm}
+ --with-blas="-L%{_libdir}/atlas %{atlasblaslib}" \
  --with-lapack="-L%{_libdir}/atlas %{atlaslapacklib}" \
+%endif
+ --with-qrupdate \
  --with-amd --with-umfpack --with-colamd --with-ccolamd --with-cholmod \
  --with-cxsparse
 
@@ -269,6 +272,7 @@ fi
 %changelog
 * Sun Sep 22 2013 Orion Poplawski - 6:3.6.4-7
 - Rebuild for atlas 3.10
+- Disable atlas on arm
 
 * Thu Sep 12 2013 Dan HorĂ¡k <dan[at]danny.cz> - 6:3.6.4-6
 - Rebuilt to resolve broken deps on s390(x)


More information about the scm-commits mailing list