[ovito] 01/02: Disable Crystall plugin on s390x ppc64el arm64

Anton Gladky gladk at moszumanska.debian.org
Sat Dec 10 18:51:05 UTC 2016


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

gladk pushed a commit to branch master
in repository ovito.

commit 443ab04b28d670ade6b9eb7c05ae885c17866be4
Author: Anton Gladky <gladk at debian.org>
Date:   Sat Dec 10 19:48:06 2016 +0100

    Disable Crystall plugin on s390x ppc64el arm64
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 0063357..018f206 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ extra_flags += \
 	-DOVITO_USE_SYSTEM_QCUSTOMPLOT=ON \
 	-DOVITO_BUILD_PLUGIN_TACHYON=ON
 
-ifeq (,$(filter $(DEB_HOST_ARCH), armel))
+ifeq (,$(filter $(DEB_HOST_ARCH), armel s390x ppc64el arm64))
 	extra_flags += -DOVITO_BUILD_PLUGIN_CRYSTALANALYSIS=TRUE
 endif
 

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