[arpack++] 01/03: Skip example-folder by configure script.
Anton Gladky
gladk at moszumanska.debian.org
Fri Sep 12 17:44:54 UTC 2014
This is an automated email from the git hooks/post-receive script.
gladk pushed a commit to branch master
in repository arpack++.
commit a562818b3f735b2cc69c4e453c04ac409edabe92
Author: Anton Gladky <gladk at debian.org>
Date: Fri Sep 12 19:41:10 2014 +0200
Skip example-folder by configure script.
---
debian/patches/disable_example_build.patch | 43 ++++++++++++++++++++++++++++--
1 file changed, 41 insertions(+), 2 deletions(-)
diff --git a/debian/patches/disable_example_build.patch b/debian/patches/disable_example_build.patch
index 422e726..88aa65b 100644
--- a/debian/patches/disable_example_build.patch
+++ b/debian/patches/disable_example_build.patch
@@ -2,10 +2,49 @@ Description: do not build example-dir
Author: Anton Gladky <gladk at debian.org>
Last-Update: 2014-09-11
---- arpack++-2.3.orig/Makefile.am
-+++ arpack++-2.3/Makefile.am
+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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/arpack++.git
More information about the debian-science-commits
mailing list