r45213 - in /packages/lapack/trunk/debian: changelog patches/lapacke_no_matgen.patch patches/series

sebastien-guest at users.alioth.debian.org sebastien-guest at users.alioth.debian.org
Fri Jul 6 16:29:43 UTC 2012


Author: sebastien-guest
Date: Fri Jul  6 16:29:42 2012
New Revision: 45213

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=45213
Log:
Do not include wrappers for MATGEN functions in liblapacke

Added:
    packages/lapack/trunk/debian/patches/lapacke_no_matgen.patch
Modified:
    packages/lapack/trunk/debian/changelog
    packages/lapack/trunk/debian/patches/series

Modified: packages/lapack/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/lapack/trunk/debian/changelog?rev=45213&op=diff
==============================================================================
--- packages/lapack/trunk/debian/changelog (original)
+++ packages/lapack/trunk/debian/changelog Fri Jul  6 16:29:42 2012
@@ -1,6 +1,8 @@
 lapack (3.4.1-5) UNRELEASED; urgency=low
 
   * liblapack-test: move to devel/extra, to reflect override
+  * liblapacke_no_matgen.patch: new patch; prevents inclusion of wrappers
+    for MATGEN functions in liblapacke (Closes: #680428)
 
  -- Sébastien Villemot <sebastien.villemot at ens.fr>  Fri, 06 Jul 2012 11:03:55 +0000
 

Added: packages/lapack/trunk/debian/patches/lapacke_no_matgen.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/lapack/trunk/debian/patches/lapacke_no_matgen.patch?rev=45213&op=file
==============================================================================
--- packages/lapack/trunk/debian/patches/lapacke_no_matgen.patch (added)
+++ packages/lapack/trunk/debian/patches/lapacke_no_matgen.patch Fri Jul  6 16:29:42 2012
@@ -1,0 +1,20 @@
+Description: Do not include wrappers for MATGEN functions in liblapacke
+ These functions are not shipped with liblapack. Including wrappers to them in
+ liblapacke makes that shared library unusable.
+Author: Sébastien Villemot <sebastien.villemot at ens.fr>
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=680428
+Forwarded: not-needed
+Last-Update: 2012-07-06
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/lapacke/src/Makefile
++++ b/lapacke/src/Makefile
+@@ -2040,7 +2040,7 @@
+ lapacke_zlagsy.o \
+ lapacke_zlagsy_work.o
+ 
+-ALLOBJ = $(SRC_OBJ) $(MATGEN_OBJ) 
++ALLOBJ = $(SRC_OBJ)
+ 
+ ifdef USEXBLAS
+ ALLXOBJ = $(SXLASRC) $(DXLASRC) $(CXLASRC) $(ZXLASRC)

Modified: packages/lapack/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/lapack/trunk/debian/patches/series?rev=45213&op=diff
==============================================================================
--- packages/lapack/trunk/debian/patches/series (original)
+++ packages/lapack/trunk/debian/patches/series Fri Jul  6 16:29:42 2012
@@ -2,3 +2,4 @@
 #misaligned.diff
 lapack_testing.patch
 no_blas_manpages.patch
+lapacke_no_matgen.patch




More information about the debian-science-commits mailing list