[arrayfire] 02/04: d/rules: disable build of examples.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Fri Aug 12 12:55:49 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 arrayfire.

commit 4611b51891d2488acef3997a1df1015a2f17cc96
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Fri Aug 12 09:59:28 2016 +0100

    d/rules: disable build of examples.
---
 debian/rules | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index 946c228..cbafd61 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,6 +28,7 @@ BUILD_OPTIONS = \
 	-DBUILD_CPU=ON \
 	-DBUILD_CPU_ASYNC=OFF \
 	-DBUILD_CUDA=OFF \
+	-DBUILD_EXAMPLES=OFF \
 	-DBUILD_GRAPHICS=OFF \
 	-DBUILD_NONFREE=OFF \
 	-DBUILD_OPENCL=ON \
@@ -36,11 +37,10 @@ BUILD_OPTIONS = \
 	-DUSE_SYSTEM_CLFFT=ON \
 	-DWITH_COVERAGE=OFF
 
-# Disable build of examples and testsuite if no check requested.
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-BUILD_OPTIONS += -DBUILD_EXAMPLES=ON -DBUILD_TEST=ON
+BUILD_OPTIONS += -DBUILD_TEST=ON
 else
-BUILD_OPTIONS += -DBUILD_EXAMPLES=OFF -DBUILD_TEST=OFF
+BUILD_OPTIONS += -DBUILD_TEST=OFF
 endif
 
 %:

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



More information about the debian-science-commits mailing list