4b5a59b
#! /bin/sh /usr/share/dpatch/dpatch-run
4b5a59b
## 110-ignore-included-lapack-rule.dpatch by  <kmccarty@debian.org>
4b5a59b
##
4b5a59b
## All lines beginning with `## DP:' are a description of the patch.
4b5a59b
## DP: Comment out rule requiring liblapack in a subdirectory of mathlib code.
4b5a59b
4b5a59b
@DPATCH@
4b5a59b
diff -urNad cernlib-2005.05.09/src/mathlib/Imakefile /tmp/dpep.Ib8j9x/cernlib-2005.05.09/src/mathlib/Imakefile
4b5a59b
--- cernlib-2005.05.09/src/mathlib/Imakefile	1999-11-09 12:07:49.000000000 -0500
4b5a59b
+++ /tmp/dpep.Ib8j9x/cernlib-2005.05.09/src/mathlib/Imakefile	2005-06-10 11:24:47.771309475 -0400
4b5a59b
@@ -5,9 +5,12 @@
4b5a59b
 
4b5a59b
 LIBDIRS= gen bvsl
4b5a59b
 
4b5a59b
+/* Lapack is independent of Cernlib and should be installed as one of
4b5a59b
+   the build dependencies.
4b5a59b
 #ifndef WIN32
4b5a59b
  LIBDIRS := $(LIBDIRS) lapack
4b5a59b
 #endif
4b5a59b
+*/
4b5a59b
 
4b5a59b
 SUBDIRS= $(LIBDIRS)
4b5a59b