[freefem++] Revert "fix build with new atlas"

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


commit d1f4ccac6466941dcc474f763c4af4de0ad2d328
Author: Dominik Mierzejewski <rpm at greysector.net>
Date:   Sat Nov 30 15:40:22 2013 +0100

    Revert "fix build with new atlas"
    
    This reverts commit 8722cc36d8f9c350703af5eb89f68b6cf484ccd6
    for merging into f20.

 freefem++.spec |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/freefem++.spec b/freefem++.spec
index 8288cd4..8c46464 100644
--- a/freefem++.spec
+++ b/freefem++.spec
@@ -138,7 +138,7 @@ pushd serial
 	--disable-tetgen \
 	--disable-yams \
 	--enable-opengl \
-	--with-blas="-L%{_libdir}/atlas -lsatlas" \
+	--with-blas="-L%{_libdir}/atlas -llapack -lf77blas -lcblas -latlas" \
 	--with-mpi=no \
 
 make
@@ -166,7 +166,7 @@ pushd openmpi
 	--disable-tetgen \
 	--disable-yams \
 	--enable-opengl \
-	--with-blas="-L%{_libdir}/atlas -lsatlas" \
+	--with-blas="-L%{_libdir}/atlas -llapack -lf77blas -lcblas -latlas" \
 	--with-mpi=yes \
 
 make
@@ -196,7 +196,7 @@ pushd mpich
 	--disable-tetgen \
 	--disable-yams \
 	--enable-opengl \
-	--with-blas="-L%{_libdir}/atlas -lsatlas" \
+	--with-blas="-L%{_libdir}/atlas -llapack -lf77blas -lcblas -latlas" \
 	--with-mpi=yes \
 
 make
@@ -276,7 +276,6 @@ 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