[caffe-contrib] 225/362: d/rules: add split line for custom targets

Zhou Mo cdluminate-guest at moszumanska.debian.org
Tue May 3 09:24:35 UTC 2016


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

cdluminate-guest pushed a commit to branch master
in repository caffe-contrib.

commit 2d4d0da458a26a17ffe8c078e878f9d4ee6dbdd3
Author: Zhou Mo <cdluminate at gmail.com>
Date:   Sat Sep 5 01:12:50 2015 +0000

    d/rules: add split line for custom targets
---
 debian/rules | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/debian/rules b/debian/rules
index bd95c85..541f48d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -129,9 +129,16 @@ endif
 get-orig-source:
 	wget -c $(ORIG_SOURCE) -O caffe-git$(shell date +%y%m%d).tar.gz
 
+
+#### BEGIN: CUSTOM TARGETS ############################################
+#
+# NOTICE: FOLLOWING IS ABSOLUTELY UNRELATED TO THE STANDARD
+#         DPKG-BUILDPACKAGE PROCESS.
+#
 # Since the Distributed Binary Caffe can not play the best performance
 # of user's machines, it's good to provide a custom build target,
 # allowing users to build their locally performance-optimized packages.
+
 CUSTOM_JOBS   := "-j2"
 CONFFLAG_CPU_CUSTOM = \
 	-DBLAS="Open" \
@@ -202,3 +209,4 @@ custom-cuda:
 		-P cmake_install.cmake
 	$(RM) debian/*.symbols
 	fakeroot dh binary $(SUITE_CUDA_P)
+#### END: CUSTOM TARGETS ##############################################

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



More information about the debian-science-commits mailing list