Hello community,

here is the log from the commit of package fflas-ffpack for openSUSE:Factory 
checked in at 2016-03-26 15:21:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fflas-ffpack (Old)
 and      /work/SRC/openSUSE:Factory/.fflas-ffpack.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fflas-ffpack"

Changes:
--------
New Changes file:

--- /dev/null   2016-01-27 19:41:03.648095915 +0100
+++ /work/SRC/openSUSE:Factory/.fflas-ffpack.new/fflas-ffpack.changes   
2016-03-26 15:21:37.000000000 +0100
@@ -0,0 +1,47 @@
+-------------------------------------------------------------------
+Tue Jan 19 13:00:33 UTC 2016 - jeng...@inai.de
+
+- New homepage and SCM URLs
+
+-------------------------------------------------------------------
+Sat Nov 14 10:36:30 UTC 2015 - jeng...@inai.de
+
+- Update to new upstream release 2.1.0
+* New features include: parallel PLUQ
+* computation of rank profiles and rank profile matrices
+* echelon and reduced echelon forms form both LUdivine and PLUQ
+* getters to the forms and the transformation matrices
+* igemm routine for BLAS like gemm on 64-bit ints
+* support of Modular<int64_t> and ModularBalanced<int64_t> using
+  igemm, to support fields of bitsize between 25 and 31
+* support of Modular<rint<K> > for Z/pZ with p of size > 32 bit
+  (based on Givaro's RecInt multiprecision integers)
+* support of RNS based gaussian elimination on multiprecision fields
+* Paladin: DSL for parallel programming adressing OMP, TBB and Kaapi
+
+-------------------------------------------------------------------
+Mon Dec 29 17:49:09 UTC 2014 - jeng...@inai.de
+
+- Remove unneeded xz BuildRequire
+
+-------------------------------------------------------------------
+Sat Nov  1 00:05:57 UTC 2014 - avvi...@yandex.ru
+
+- Fix build error on 32bit architecture:
+  * add atlas macro
+- Do not compile in DATE and TIME:
+  * HTML_TIMESTAMP tag set to NO
+
+-------------------------------------------------------------------
+Sun Aug 10 11:53:26 UTC 2014 - jeng...@inai.de
+
+- Update to new upstream release 2.0.0
+* New features: new pluq 2x2 recursive algorithm; leftlooking;
+  parallel OMP and KAAPI fgemm, ftrmm, ftrsm;
+  fadd, fsub, finit, fscal, etc.; vectorisation using AVX(2);
+  in place schedules; new Echelon code; spmv kernels
+
+-------------------------------------------------------------------
+Mon May 20 11:02:40 UTC 2013 - jeng...@inai.de
+
+- Initial package (version 1.6.0) for build.opensuse.org

New:
----
  fflas-ffpack-2.1.0.tar.gz
  fflas-ffpack.changes
  fflas-ffpack.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ fflas-ffpack.spec ++++++
#
# spec file for package fflas-ffpack
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

%ifarch %ix86
%define atlas  %_libdir/atlas-sse2
%else
%define atlas  %_libdir/atlas
%endif

Name:           fflas-ffpack
%define lname   libfflas0
Version:        2.1.0
Release:        0
Summary:        Finite Field Linear Algebra Subroutines
License:        LGPL-2.1+
Group:          Productivity/Scientific/Math
URL:            https://linbox-team.github.io/fflas-ffpack/

#Git-Clone:     git://github.com/linbox-team/fflas-ffpack
Source:         http://linalg.org/%name-%version.tar.gz
BuildRequires:  doxygen
BuildRequires:  fdupes
BuildRequires:  gcc-c++
BuildRequires:  givaro-devel >= 4
BuildRequires:  givaro-devel < 4.1
BuildRequires:  gmp-devel >= 3.1.1
BuildRequires:  lapack-devel
BuildRequires:  libatlas3-devel
BuildRoot:      %_tmppath/%name-%version-build

%description
The FFLAS-FFPACK library provides functionalities for dense linear
algebra over word size prime finite field.

%package devel
Summary:        Development files for FFLAS-FFPACK
Group:          Development/Libraries/C and C++
Requires:       libatlas3-devel

%description devel
The FFLAS-FFPACK library provides functionalities for dense linear
algebra over word size prime finite field.

This subpackage contains the include files and library links for   
developing against the fflas-ffpack library.

%package doc
Summary:        API documentation for FFLAS-FFPACK
Group:          Documentation/HTML
BuildArch:      noarch

%description doc
The FFLAS-FFPACK library provides functionalities for dense linear
algebra over word size prime finite field.

This subpackage contains the Doxygen-generated HTML documentation for
the FFLAS-FFPACK API.

%prep
%setup -q

#Do not compile in DATE and TIME
sed '/HTML_TIMESTAMP/s/YES/NO/' -i doc/Doxyfile

%build
%configure \
        --with-blas-cflags=" " \
        --with-blas-libs="-L%atlas -lcblas -ltatlas" \
        --enable-doc --with-docdir="%_docdir/%name"
make %{?_smp_mflags}

%install
b="%buildroot";
%make_install
rm -f "$b/%_docdir/%name/fflas-ffpack-html/INSTALL"
%fdupes %buildroot/%_prefix

%files devel
%defattr(-,root,root)
%doc ChangeLog COPYING.LESSER
%_bindir/fflas-ffpack-config
%_includedir/fflas-ffpack/

%files doc
%defattr(-,root,root)
%_docdir/%name/

%changelog

Reply via email to