[opengm] 383/386: Drop build of examples.
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Wed Aug 31 08:38:39 UTC 2016
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch debian/master
in repository opengm.
commit 10ed44f11bd0dd5b19a6490d618f7cc5a14abc86
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Tue Aug 30 15:44:11 2016 +0100
Drop build of examples.
---
debian/rules | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/debian/rules b/debian/rules
index 727745e..45a45d1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,6 +14,7 @@ BUILDDIR = $(CURDIR)/obj-$(DEB_HOST_GNU_TYPE)
# Build options common to -arch and -indep configurations.
BUILD_OPTIONS = \
+ -DBUILD_EXAMPLES=OFF \
-DBUILD_TUTORIALS=OFF \
-DBUILD_COMMANDLINE=ON \
-DWITH_BOOST=ON \
@@ -23,11 +24,11 @@ BUILD_OPTIONS = \
-DBUILD_CONVERTER=ON \
-DBUILD_PYTHON_WRAPPER=ON
-# Disable build of examples and testsuite if nocheck is passed.
+# Build tests subject to nocheck.
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
- BUILD_OPTIONS += -DBUILD_EXAMPLES=ON -DBUILD_TESTING=ON
+ BUILD_OPTIONS += -DBUILD_TESTING=ON
else
- BUILD_OPTIONS += -DBUILD_EXAMPLES=OFF -DBUILD_TESTING=OFF
+ BUILD_OPTIONS += -DBUILD_TESTING=OFF
endif
%:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/opengm.git
More information about the debian-science-commits
mailing list