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
7 Last-Update: 2012-07-06
9 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
10 --- a/lapacke/src/Makefile
11 +++ b/lapacke/src/Makefile
16 -ALLOBJ = $(SRC_OBJ) $(MATGEN_OBJ)
20 ALLXOBJ = $(SXLASRC) $(DXLASRC) $(CXLASRC) $(ZXLASRC)