[feel++] 08/122: update
Mattia Rizzolo
mattia at debian.org
Sun Feb 14 15:29:17 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 48bf70f97dc71fd3d61543e2fbc3ae760adbfc71
Author: Christophe Prudhomme <prudhomm at debian.org>
Date: Fri Apr 23 09:41:50 2010 +0000
update
---
debian/rules | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 28c4a27..e5089c3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,12 +6,20 @@ include /usr/share/cdbs/1/class/cmake.mk
export CFLAGS=
export CXXFLAGS=
+DEB_BUILD_ARCH := $(shell dpkg-architecture -qDEB_BUILD_ARCH)
+
+ifeq "$(DEB_BUILD_ARCH)" "amd64"
+LIFE_INSTALL_ENABLERS=-DLIFE_ENABLE_ALL=OFF \
+ -DENABLE_INSTANTIATION_MODE=1
+else
+ LIFE_INSTALL_ENABLERS=-DLIFE_ENABLE_ALL=OFF
+endif
DEB_CMAKE_EXTRA_FLAGS= \
-DCMAKE_BUILD_TYPE=Release \
-DPETSC_ARCH=linux-gnu-c-opt \
-DPETSC_DIR=/usr/lib/petscdir/3.0.0 \
-DPETSC_EXECUTABLE_RUNS=ON \
- -DLIFE_ENABLE_ALL=ON \
+ ${LIFE_INSTALL_ENABLERS} \
-DTRILINOS_LIB_NOXLAPACK=
build/life-apps::
--
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