Hello community,

here is the log from the commit of package lapack for openSUSE:Factory checked 
in at 2013-03-22 11:25:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lapack (Old)
 and      /work/SRC/openSUSE:Factory/.lapack.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lapack", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/lapack/lapack.changes    2013-01-22 
15:44:22.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.lapack.new/lapack.changes       2013-03-22 
11:25:03.000000000 +0100
@@ -1,0 +2,5 @@
+Fri Mar 15 18:53:22 UTC 2013 - [email protected]
+
+- Split devel packages into devel and devel-static
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ lapack.spec ++++++
--- /var/tmp/diff_new_pack.X6F4CG/_old  2013-03-22 11:25:04.000000000 +0100
+++ /var/tmp/diff_new_pack.X6F4CG/_new  2013-03-22 11:25:04.000000000 +0100
@@ -87,6 +87,22 @@
 similar functionality is provided for real and complex matrices, in
 both single and double precision.
 
+%package        devel-static
+Summary:        Linear Algebra Package - static libraries
+Group:          Development/Libraries/Parallel
+Requires:       lapack-devel = %{version}
+
+%description    devel-static
+LAPACK provides routines for solving systems of simultaneous linear
+equations, least-squares solutions of linear systems of equations,
+eigenvalue problems, and singular value problems. The associated matrix
+factorizations (LU, Cholesky, QR, SVD, Schur, generalized Schur) are
+also provided, as are related computations such as reordering of the
+Schur factorizations and estimating condition numbers. Dense and banded
+matrices are handled, but not general sparse matrices. In all areas,
+similar functionality is provided for real and complex matrices, in
+both single and double precision.
+
 %package -n blas-devel
 Summary:        Basic Linear Algebra Subprograms
 Group:          Development/Libraries/Parallel
@@ -102,6 +118,18 @@
 and built with gfortran. BLAS manual pages are available in the
 blas-man package.
 
+%package     -n blas-devel-static
+Summary:        Basic Linear Algebra Subprograms
+Group:          Development/Libraries/Parallel
+Requires:       blas-devel = %{version}
+
+%description -n blas-devel-static
+BLAS (Basic Linear Algebra Subprograms) is a standard library for
+numerical algebra. BLAS provides a number of basic algorithms for
+linear algebra. BLAS is fast and well-tested, was written in FORTRAN 77
+and built with gfortran. BLAS manual pages are available in the
+blas-man package.
+
 %package man
 Summary:        Manpages for LAPACK
 Group:          Development/Libraries/Parallel
@@ -156,6 +184,14 @@
 %description -n lapacke-devel
 LAPACKE headers and development files.
 
+%package     -n lapacke-devel-static
+Requires:       lapacke-devel = %{version}
+Summary:        LAPACKE development files - static libraries
+Group:          Development/Libraries/C and C++
+
+%description -n lapacke-devel-static
+LAPACKE development files  - static libraries.
+
 %prep
 %setup -q
 %patch1
@@ -374,12 +410,18 @@
 %files devel
 %defattr(-,root,root)
 %{_libdir}/liblapack.so
+
+%files devel-static
+%defattr(-,root,root)
 %{_libdir}/liblapack.a
 %{_libdir}/liblapack_pic.a
 
 %files -n blas-devel
 %defattr(-,root,root)
 %{_libdir}/libblas.so
+
+%files -n blas-devel-static
+%defattr(-,root,root)
 %{_libdir}/libblas.a
 %{_libdir}/libblas_pic.a
 
@@ -398,8 +440,11 @@
 %defattr(-,root,root,-)
 %doc lapacke/LICENSE lapacke/README
 %{_libdir}/liblapacke.so
+%{_includedir}/*.h
+
+%files -n lapacke-devel-static
+%defattr(-,root,root,-)
 %{_libdir}/liblapacke.a
 %{_libdir}/liblapacke_pic.a
-%{_includedir}/*.h
 
 %changelog

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to