[freefem++] fix build with new atlas

Dominik Mierzejewski rathann at fedoraproject.org
Fri Nov 29 09:55:18 UTC 2013


commit 8722cc36d8f9c350703af5eb89f68b6cf484ccd6
Author: Dominik Mierzejewski <dominik at greysector.net>
Date:   Fri Nov 29 10:55:05 2013 +0100

    fix build with new atlas

 freefem++.spec |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/freefem++.spec b/freefem++.spec
index 2cd4fe7..ac19a5d 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