[fflas-ffpack] New upstream version. Tests are hopelessly broken; disable for now.

Jerry James jjames at fedoraproject.org
Mon Aug 29 23:01:16 UTC 2011


commit e29459cbf4a1c1fed6b54f839f965303873c4eac
Author: Jerry James <loganjerry at gmail.com>
Date:   Mon Aug 29 17:00:34 2011 -0600

    New upstream version.
    Tests are hopelessly broken; disable for now.

 .gitignore        |    2 +-
 fflas-ffpack.spec |   30 +++++++++++++-----------------
 sources           |    2 +-
 3 files changed, 15 insertions(+), 19 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index de6057c..a994ee8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/fflas-ffpack-1.4.1.tar.gz
+/fflas-ffpack-1.4.2.tar.gz
diff --git a/fflas-ffpack.spec b/fflas-ffpack.spec
index 487265b..f63b410 100644
--- a/fflas-ffpack.spec
+++ b/fflas-ffpack.spec
@@ -5,8 +5,8 @@
 %global debug_package %{nil}
 
 Name:           fflas-ffpack
-Version:        1.4.1
-Release:        2%{?dist}
+Version:        1.4.2
+Release:        1%{?dist}
 Summary:        Finite field linear algebra subroutines
 
 Group:          Development/Libraries
@@ -31,7 +31,7 @@ over word size prime finite fields.
 %package devel
 Summary:        Header files for developing with fflas-ffpack
 Group:          Development/Libraries
-# No Requires of main package, because there is no main package...
+Requires:       atlas-devel%{?_isa}, givaro-devel%{?_isa}, gmp-devel%{?_isa}
 
 %description devel
 The FFLAS-FFPACK library provides functionality for dense linear algebra
@@ -49,11 +49,6 @@ API documentation for fflas-ffpack.
 %prep
 %setup -q
 
-# Check for shared BLAS instead of static BLAS
-sed -ri -e 's/nm -u (.*)libcblas.a/nm -Du \1libcblas.so/' \
-        -e 's/libcblas.a"/libcblas.so"/' \
-    configure
-
 # Fix character encodings
 for f in AUTHORS TODO; do
   iconv -f iso8859-1 -t utf-8 $f > $f.utf8
@@ -72,7 +67,8 @@ done
 
 %build
 %configure --docdir=%{_docdir}/fflas-ffpack-%{version} --disable-static \
-  --enable-optimization --enable-docs --with-blas="%{_libdir}/atlas"
+  --enable-optimization --enable-doc --with-cblas=%{_libdir}/atlas \
+  --with-lapack=%{_libdir}/atlas
 make %{?_smp_mflags}
 
 # Don't want these files in with the HTML files
@@ -83,24 +79,24 @@ cd doc
 doxygen DoxyfileDev
 
 %install
-# Documentation installation is hopelessly broken
-sed -ri 's/^(SUBDIRS =.*) doc/\1/' Makefile
-
 make install DESTDIR=$RPM_BUILD_ROOT
 
-%check
-make check
+# Documentation is installed in the wrong place
+rm -fr $RPM_BUILD_ROOT%{_prefix}/docs
 
 %files devel
 %doc AUTHORS ChangeLog COPYING README TODO
-%{_bindir}/fflasffpack-config
+%{_bindir}/fflas-ffpack-config
 %{_includedir}/fflas-ffpack
-%{_includedir}/fflasffpack-config.h
 
 %files doc
-%doc doc/fflas-ffpack-html doc/fflas-ffpack-dev-html
+%doc doc/fflas-ffpack.html doc/fflas-ffpack-html doc/fflas-ffpack-dev-html
 
 %changelog
+* Mon Aug 29 2011 Jerry James <loganjerry at gmail.com> - 1.4.2-1
+- New upstream version
+- Tests are hopelessly broken; disable for now
+
 * Thu May 26 2011 Jerry James <loganjerry at gmail.com> - 1.4.1-2
 - Issues found on review:
 - Fix license tag (fflasffpack-config is CeCILL-B)
diff --git a/sources b/sources
index fc45c0c..a04af49 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ff3755ba79b622e9c37cc14818213eb5  fflas-ffpack-1.4.1.tar.gz
+4b6d736931eb1f081719c5880e788ce0  fflas-ffpack-1.4.2.tar.gz


More information about the scm-commits mailing list