1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
Description: do not build example-dir
Author: Anton Gladky <gladk@debian.org>
Last-Update: 2014-09-11
Index: arpack++/Makefile.am
===================================================================
--- arpack++.orig/Makefile.am
+++ arpack++/Makefile.am
@@ -1,3 +1,3 @@
# -*- Mode : makefile -*-
-SUBDIRS = include src examples
+SUBDIRS = include src
Index: arpack++/configure.ac
===================================================================
--- arpack++.orig/configure.ac
+++ arpack++/configure.ac
@@ -38,32 +38,6 @@ AC_PROG_LIBTOOL
AC_CHECK_FUNCS([sqrt strchr])
AC_CONFIG_FILES([ Makefile include/Makefile src/Makefile
- examples/Makefile
- examples/matrices/Makefile
- examples/matrices/sym/Makefile
- examples/matrices/nonsym/Makefile
- examples/matrices/complex/Makefile
- examples/matprod/Makefile
- examples/matprod/sym/Makefile
- examples/matprod/nonsym/Makefile
- examples/matprod/complex/Makefile
- examples/reverse/Makefile
- examples/reverse/sym/Makefile
- examples/reverse/nonsym/Makefile
- examples/reverse/complex/Makefile
- examples/band/Makefile
- examples/band/sym/Makefile
- examples/band/nonsym/Makefile
- examples/band/complex/Makefile
- examples/dense/Makefile
- examples/dense/sym/Makefile
- examples/dense/nonsym/Makefile
- examples/dense/complex/Makefile
- examples/product/Makefile
- examples/product/simple/Makefile
- examples/product/sym/Makefile
- examples/product/nonsym/Makefile
- examples/product/complex/Makefile
])
# need superlu
# examples/areig/Makefile
|