[freefem++] Re-apply "fix build with new atlas"

Dominik Mierzejewski rathann at fedoraproject.org
Sat Nov 30 14:42:13 UTC 2013


commit 7ae712e6238e88d35063c02e36d8e547f2e3a08d
Author: Dominik Mierzejewski <rpm at greysector.net>
Date:   Sat Nov 30 15:41:27 2013 +0100

    Re-apply "fix build with new atlas"
    
    This reverts commit d1f4ccac6466941dcc474f763c4af4de0ad2d328.

 freefem++.spec |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/freefem++.spec b/freefem++.spec
index 8c46464..8288cd4 100644
--- a/freefem++.spec
+++ b/freefem++.spec
@@ -138,7 +138,7 @@ pushd serial
 	--disable-tetgen \
 	--disable-yams \
 	--enable-opengl \
-	--with-blas="-L%{_libdir}/atlas -llapack -lf77blas -lcblas -latlas" \
+	--with-blas="-L%{_libdir}/atlas -lsatlas" \
 	--with-mpi=no \
 
 make
@@ -166,7 +166,7 @@ pushd openmpi
 	--disable-tetgen \
 	--disable-yams \
 	--enable-opengl \
-	--with-blas="-L%{_libdir}/atlas -llapack -lf77blas -lcblas -latlas" \
+	--with-blas="-L%{_libdir}/atlas -lsatlas" \
 	--with-mpi=yes \
 
 make
@@ -196,7 +196,7 @@ pushd mpich
 	--disable-tetgen \
 	--disable-yams \
 	--enable-opengl \
-	--with-blas="-L%{_libdir}/atlas -llapack -lf77blas -lcblas -latlas" \
+	--with-blas="-L%{_libdir}/atlas -lsatlas" \
 	--with-mpi=yes \
 
 make
@@ -276,6 +276,7 @@ popd
 - explicitly disable all unavailable dependencies
 - drop devel subpackage
 - drop obsolete specfile constructs
+- fix build with new atlas
 
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.19-5.1
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild


More information about the scm-commits mailing list