[ovito] 02/06: Do not build CRYSTALANALYSIS on armel because of absent cgal.

Anton Gladky gladk at moszumanska.debian.org
Tue Apr 29 21:09:56 UTC 2014


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

gladk pushed a commit to branch master
in repository ovito.

commit 7003db6d960c2d92e0180f9dfacda2db198a3e90
Author: Anton Gladky <gladk at debian.org>
Date:   Sat Apr 12 07:48:36 2014 +0200

    Do not build CRYSTALANALYSIS on armel because of absent cgal.
---
 debian/rules | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 7eed15e..c407a0e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,6 @@
 extra_flags += \
 	-DOVITO_BUILD_DOCUMENTATION=TRUE \
 	-DOVITO_BUILD_PLUGIN_ATOMVIZ=TRUE \
-	-DOVITO_BUILD_PLUGIN_CRYSTALANALYSIS=TRUE \
 	-DOVITO_BUILD_PLUGIN_POVRAY=TRUE \
 	-DOVITO_BUILD_PLUGIN_SCRIPTING=TRUE \
 	-DOVITO_BUILD_PLUGIN_STDOBJECTS=TRUE \
@@ -18,6 +17,10 @@ ifneq (,$(filter $(DEB_HOST_ARCH), kfreebsd-amd64 kfreebsd-i386 hurd-i386 powerp
 	extra_flags += -DOVITO_BUILD_PLUGIN_TACHYON=FALSE
 endif
 
+ifeq (,$(filter $(DEB_HOST_ARCH), armel))
+	extra_flags += -DOVITO_BUILD_PLUGIN_CRYSTALANALYSIS=TRUE
+endif
+
 override_dh_auto_configure:
 	dh_auto_configure -- $(extra_flags)
 

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



More information about the debian-science-commits mailing list