Hello community,

here is the log from the commit of package iml for openSUSE:Factory checked in 
at 2016-06-02 09:38:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/iml (Old)
 and      /work/SRC/openSUSE:Factory/.iml.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "iml"

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

--- /dev/null   2016-04-07 01:36:33.300037506 +0200
+++ /work/SRC/openSUSE:Factory/.iml.new/iml.changes     2016-06-02 
09:38:34.000000000 +0200
@@ -0,0 +1,43 @@
+-------------------------------------------------------------------
+Mon May 30 14:15:21 UTC 2016 - [email protected]
+
+- Switch from ATLAS to CBLAS
+
+-------------------------------------------------------------------
+Sun Mar 13 10:19:49 UTC 2016 - [email protected]
+
+- Update to new upstream release 1.0.5
+* This version incorporates a new functions kernelLong and kernelMP
+  into the library interface for computing a right kernel basis of
+  an integer matrix of type long and filled with GMP bignums,
+  respectively. The kernel basis returned can be optionally reduced
+  using lattice basis reduction. Unlike functions nullspaceLong and
+  nullspaceMP which only compute a basis for the rational nullspace,
+  functions kernelLong and kernelMP produce an integer basis for
+  the sublattice of all integer vectors in the right kernel of the
+  input matrix.
+
+-------------------------------------------------------------------
+Tue Jun  9 07:53:52 UTC 2015 - [email protected]
+
+- Use openSUSE's new ATLAS include path
+- Upstream has replaced the 1.0.4 tarball with a same-named update
+  which includes a new file, cblas.h. (We do not seem to use it
+  anyway, because of ATLAS.)
+
+-------------------------------------------------------------------
+Sat Aug  9 23:07:36 UTC 2014 - [email protected]
+
+- Update to new upstream release 1.0.4
+* fix some memleaks in nullspace.c
+* support CBLAS implementation other than ATLAS
+
+-------------------------------------------------------------------
+Thu May 23 16:41:28 UTC 2013 - [email protected]
+
+- Replace tarball by the original variant
+
+-------------------------------------------------------------------
+Sun May 19 21:22:23 UTC 2013 - [email protected]
+
+- Initial package (version 1.0.3) for build.opensuse.org

New:
----
  iml-1.0.5.tar.bz2
  iml.changes
  iml.spec

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

Other differences:
------------------
++++++ iml.spec ++++++
#
# spec file for package iml
#
# Copyright (c) 2016 SUSE LINUX 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/
#


Name:           iml
%define lname   libiml0
Version:        1.0.5
Release:        0
Summary:        An Integer Matrix Library
License:        BSD-3-Clause
Group:          Productivity/Scientific/Math
Url:            https://cs.uwaterloo.ca/~astorjoh/iml.html

Source:         http://www.cs.uwaterloo.ca/~astorjoh/%name-%version.tar.bz2
BuildRequires:  blas-devel
BuildRequires:  cblas-devel
BuildRequires:  gmp-devel >= 3.1.1
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
IML package provides efficient routines to solve nonsingular systems
of linear equations, certified solve any shape systems of linear
equations, and perform mod p matrix operations, such as computing
row-echelon form, determinant, rank profile, inverse of a mod p
matrix.

%package -n %lname
Summary:        An Integer Matrix Library
Group:          System/Libraries

%description -n %lname
IML package provides efficient routines to solve nonsingular systems
of linear equations, certified solve any shape systems of linear
equations, and perform mod p matrix operations, such as computing
row-echelon form, determinant, rank profile, inverse of a mod p
matrix.

%package devel
Summary:        Development files for IML, an Integer Matrix Library
Group:          Development/Libraries/C and C++
Requires:       %lname = %version
Requires:       gmp-devel >= 3.3.1

%description devel
IML package provides efficient routines to solve nonsingular systems
of linear equations, certified solve any shape systems of linear
equations, and perform mod p matrix operations, such as computing
row-echelon form, determinant, rank profile, inverse of a mod p
matrix.

This subpackage contains the include files and library links for   
developing against the IML library.

%prep
%setup -q

%build
%configure --enable-shared --disable-static --with-cblas="-lcblas -lblas"
make %{?_smp_mflags}

%check
make check %{?_smp_mflags}

%install
b="%buildroot"
make install DESTDIR="$b"
rm -f "$b/%_libdir"/*.la;
mkdir -p "$b/%_docdir"
mv "$b/%_datadir/iml" "$b/%_docdir/"

%post   -n %lname -p /sbin/ldconfig
%postun -n %lname -p /sbin/ldconfig

%files -n %lname
%defattr(-,root,root)
%_libdir/libiml.so.0*

%files devel
%defattr(-,root,root)
%_includedir/iml.h
%_libdir/libiml.so
%_docdir/%name/

%changelog

Reply via email to