[ovito] 01/06: Do not build tachyon on hurd-i386.

Anton Gladky gladk at moszumanska.debian.org
Fri Apr 11 18:50:24 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 3029a457daec1069d9e92a8d2923a00dae5de40d
Author: Anton Gladky <gladk at debian.org>
Date:   Fri Apr 11 18:56:13 2014 +0200

    Do not build tachyon on hurd-i386.
---
 debian/control | 2 +-
 debian/rules   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index b8e3a0d..17a86ee 100644
--- a/debian/control
+++ b/debian/control
@@ -24,7 +24,7 @@ Build-Depends:
  libqscintilla2-dev,
  libqt5opengl5-dev,
  libqcustomplot-dev (>=1.2.0),
- libtachyon-dev,
+ libtachyon-dev (!hurd-i386),
  python-dev,
  qt5-default,
  qtbase5-dev-tools,
diff --git a/debian/rules b/debian/rules
index c9639dc..68f3344 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,7 @@ extra_flags += \
 	-DOVITO_VIDEO_OUPUT_SUPPORT=ON \
 	-DOVITO_USE_SYSTEM_QCUSTOMPLOT=ON
 
-ifneq (,$(filter $(DEB_HOST_ARCH), kfreebsd-amd64 kfreebsd-i386))
+ifneq (,$(filter $(DEB_HOST_ARCH), kfreebsd-amd64 kfreebsd-i386 hurd-i386))
 	extra_flags += -DOVITO_BUILD_PLUGIN_TACHYON=FALSE
 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