LAPACK  3.5.0
LAPACK: Linear Algebra PACKage
 All Files Functions Typedefs Macros
lapacke_no_matgen.patch
Go to the documentation of this file.
1 Description: Do not include wrappers for MATGEN functions in liblapacke
2  These functions are not shipped with liblapack. Including wrappers to them in
3  liblapacke makes that shared library unusable.
4 Author: Sébastien Villemot <sebastien@debian.org>
5 Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=680428
6 Forwarded: not-needed
7 Last-Update: 2012-07-06
8 ---
9 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
10 --- a/lapacke/src/Makefile
11 +++ b/lapacke/src/Makefile
12 @@ -2061,7 +2061,7 @@
13  lapacke_zlagsy.o \
14  lapacke_zlagsy_work.o
15 
16 -ALLOBJ = $(SRC_OBJ) $(MATGEN_OBJ)
17 +ALLOBJ = $(SRC_OBJ)
18 
19  ifdef USEXBLAS
20  ALLXOBJ = $(SXLASRC) $(DXLASRC) $(CXLASRC) $(ZXLASRC)