[ovito] 01/01: Enable TACHYON again, disable it only on kfreebsd*.

Anton Gladky gladk at moszumanska.debian.org
Wed Apr 9 18:56:32 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 b1243701910ef61a9ae8e9d47dea1fd5fc273e1b
Author: Anton Gladky <gladk at debian.org>
Date:   Wed Apr 9 20:56:25 2014 +0200

    Enable TACHYON again, disable it only on kfreebsd*.
---
 debian/rules | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index 6d4dd20..c9639dc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,19 +3,24 @@
 %:
 	dh $@ --parallel
 
-override_dh_auto_configure:
-	dh_auto_configure -- \
+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 \
-	-DOVITO_BUILD_PLUGIN_TACHYON=FALSE \
 	-DOVITO_BUILD_PLUGIN_NETCDF=TRUE \
 	-DOVITO_VIDEO_OUPUT_SUPPORT=ON \
 	-DOVITO_USE_SYSTEM_QCUSTOMPLOT=ON
 
+ifneq (,$(filter $(DEB_HOST_ARCH), kfreebsd-amd64 kfreebsd-i386))
+	extra_flags += -DOVITO_BUILD_PLUGIN_TACHYON=FALSE
+endif
+
+override_dh_auto_configure:
+	dh_auto_configure -- $(extra_flags)
+
 override_dh_install:
 	dh_install --list-missing
 	find ./debian/ovito -type d -empty -delete

-- 
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