[feel++] 17/122: fix build on some arches

Mattia Rizzolo mattia at debian.org
Sun Feb 14 15:29:18 UTC 2016


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to branch master
in repository feel++.

commit f65f07e468e350ec9b7ef5cd360c01dcda7930aa
Author: Christophe Prudhomme <prudhomm at debian.org>
Date:   Sun May 30 18:01:12 2010 +0000

    fix build on some arches
---
 debian/changelog      | 7 +++++++
 debian/patches/series | 2 +-
 debian/rules          | 4 ++--
 3 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5b924ee..197d537 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+life (0.9.24-2) unstable; urgency=low
+
+  [Christophe Prud'homme]  
+  * Fix arch breakage 
+
+ -- Christophe Prud'homme <prudhomm at debian.org>  Sun, 30 May 2010 19:58:37 +0200
+
 life (0.9.24-1) unstable; urgency=low
 
   [Christophe Prud'homme]
diff --git a/debian/patches/series b/debian/patches/series
index 61e5fd1..8b13789 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-mindoc.patch
+
diff --git a/debian/rules b/debian/rules
index 7679a4d..ce96ebc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,13 +12,13 @@ ifeq "$(DEB_BUILD_ARCH)" "powerpc"
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 LIFE_INSTALL_ENABLERS=-DLIFE_ENABLE_ALL=OFF                \
                       -DBUILD_TESTING=OFF                  \
-                      -DLIFE_ENABLE_DOCUMENTATION=ON       \
+                      -DLIFE_MINIMAL_CONFIGURATION=ON      \
                       -DENABLE_INSTANTIATION_MODE=OFF
 else
 LIFE_INSTALL_ENABLERS=-DLIFE_ENABLE_ALL=ON 
 endif
 DEB_CMAKE_EXTRA_FLAGS=                      \
-        -DCMAKE_BUILD_TYPE=RelWithDebInfo   \
+        -DCMAKE_BUILD_TYPE=Release          \
 	-DPETSC_ARCH=linux-gnu-c-opt        \
 	-DPETSC_DIR=/usr/lib/petscdir/3.0.0 \
 	-DPETSC_EXECUTABLE_RUNS=ON          \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/feel++.git



More information about the debian-science-commits mailing list