Package: dune-grid / 2.3.1-1

do-not-install-amiramesh-grids.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Ansgar Burchardt <ansgar@debian.org>
Date: Thu, 05 Apr 2012 20:22:30 +0200
Subject: do not install amiramesh example grids
Origin: vendor
Forwarded: not-needed

The amiramesh example grids have been removed from the Debian source as they
are not usable without a non-free library.
--- a/doc/grids/amiramesh/Makefile.am
+++ b/doc/grids/amiramesh/Makefile.am
@@ -2,8 +2,8 @@
   simplex-testgrid-2d.am  hybrid-testgrid-2d.am  simplex-testgrid-3d.am
 
 amiragridsdir=$(docdir)/grids/amiramesh
-amiragrids_DATA = $(GRIDS)
-EXTRA_DIST = CMakeLists.txt $(GRIDS)
+#amiragrids_DATA = $(GRIDS)
+#EXTRA_DIST = CMakeLists.txt $(GRIDS)
 
 include $(top_srcdir)/am/webstuff
 include $(top_srcdir)/am/global-rules