[clblas] 03/06: Disable build of examples.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Fri Sep 2 13:46:26 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 clblas.

commit b2da55fcf7c9d7849b2f3df5037e0c32496a59c5
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Thu Sep 1 12:19:34 2016 +0100

    Disable build of examples.
---
 debian/rules | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/debian/rules b/debian/rules
index a634c85..b16b477 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,18 +24,12 @@ export CMAKE_BUILD_OPTIONS = \
 	-DBUILD_RUNTIME=ON \
 	-DBUILD_TEST=OFF \
 	-DBUILD_PERFORMANCE=OFF \
+	-DBUILD_SAMPLE=OFF \
 	-DBUILD_CLIENT=ON \
 	-DBUILD_KTEST=OFF \
 	-DBUILD_SHARED_LIBS=ON \
 	-DSUFFIX_LIB="/$(DEB_TARGET_MULTIARCH)"
 
-# Disable build of examples if no check requested.
-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-CMAKE_BUILD_OPTIONS += -DBUILD_SAMPLE=ON
-else
-CMAKE_BUILD_OPTIONS += -DBUILD_SAMPLE=OFF
-endif
-
 %:
 	dh $@ --parallel --sourcedirectory=src
 

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



More information about the debian-science-commits mailing list