[SCM] Packaging for dune-grid: a toolbox for solving PDEs -- grid interface branch, master, updated. debian/2.2.svn7982-1

Ansgar Burchardt ansgar at debian.org
Fri Apr 6 09:53:25 UTC 2012


The following commit has been merged in the master branch:
commit 81a025103a6b98f7f5edc2a75e3ce37c3d83e97c
Author: Ansgar Burchardt <ansgar at debian.org>
Date:   Fri Mar 30 15:25:33 2012 +0200

    disable tests that need too much memory

diff --git a/debian/patches/disable-alberta3d-test.patch b/debian/patches/disable-alberta3d-test.patch
new file mode 100644
index 0000000..999eff5
--- /dev/null
+++ b/debian/patches/disable-alberta3d-test.patch
@@ -0,0 +1,29 @@
+From: Ansgar Burchardt <ansgar at debian.org>
+Date: Fri, 30 Mar 2012 12:01:57 +0200
+Subject: disable tests that need too much memory
+Forwarded: not-needed
+Origin: vendor
+
+Some tests need >8 GB RAM and thus should be disabled for the Debian packages.
+--- a/dune/grid/albertagrid/test/Makefile.am
++++ b/dune/grid/albertagrid/test/Makefile.am
+@@ -8,7 +8,7 @@
+ if ALBERTA
+ # test program will return the special exit code 77 ("skipped") if alberta is
+ # not available
+-TESTS += test-alberta3d-refine
++#TESTS += test-alberta3d-refine
+ check_PROGRAMS += test-alberta3d-refine
+ test_alberta3d_refine_SOURCES = test-alberta3d-refine.cc
+ test_alberta3d_refine_CPPFLAGS = $(AM_CPPFLAGS)		\
+--- a/dune/grid/test/Makefile.am
++++ b/dune/grid/test/Makefile.am
+@@ -6,7 +6,7 @@
+ 
+ if ALBERTA
+   APROG = test-alberta-1-1 test-alberta-1-2 test-alberta-2-2 \
+-          test-alberta-1-3 test-alberta-2-3 test-alberta-3-3 \
++          test-alberta-1-3 test-alberta-2-3 \
+           test-alberta-generic
+   ALBERTA_EXTRA_PROGS = test-alberta
+ endif
diff --git a/debian/patches/series b/debian/patches/series
index 4db24c4..fa3e2dd 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 soname.patch
+disable-alberta3d-test.patch

-- 
Packaging for dune-grid: a toolbox for solving PDEs -- grid interface



More information about the debian-science-commits mailing list