[caffe-contrib] 248/362: rules: update custom target
Zhou Mo
cdluminate-guest at moszumanska.debian.org
Tue May 3 09:24:39 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 ebaf1a81d22c451acfd49ba71b99e9458d4a5e61
Author: Zhou Mo <cdluminate at gmail.com>
Date: Sat Dec 12 07:57:13 2015 +0000
rules: update custom target
---
debian/rules | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/debian/rules b/debian/rules
index 60bdd98..fced3cd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -137,7 +137,7 @@ get-orig-source:
# of user's machines, it's good to provide a custom build target,
# allowing users to build their locally performance-optimized packages.
-CUSTOM_JOBS := "-j4"
+CUSTOM_JOBS := "-j5"
CONFFLAG_CPU_CUSTOM = \
-DBLAS="Open" \
-DCMAKE_SKIP_RPATH=TRUE \
@@ -149,7 +149,7 @@ CONFFLAG_CPU_CUSTOM = \
-DBUILD_matlab=OFF \
-DBUILD_docs=OFF \
-DBUILD_python_layer=ON \
- -DCMAKE_VERBOSE_MAKEFILE=ON \
+ -DCMAKE_VERBOSE_MAKEFILE=OFF \
-DCMAKE_BUILD_TYPE="Release" \
-DCMAKE_CXX_FLAGS+="-mtune=native" \
-DCMAKE_INSTALL_PREFIX="/caffe_cpu"
@@ -164,7 +164,7 @@ CONFFLAG_CUDA_CUSTOM = \
-DBUILD_matlab=OFF \
-DBUILD_docs=OFF \
-DBUILD_python_layer=ON \
- -DCMAKE_VERBOSE_MAKEFILE=ON \
+ -DCMAKE_VERBOSE_MAKEFILE=OFF \
-DCUDA_ARCH_NAME="All" \
-DCMAKE_CXX_COMPILER=g++-4.9 \
-DCMAKE_C_COMPILER=gcc-4.9 \
@@ -185,8 +185,8 @@ custom-cpu:
all caffe pycaffe test.testbin
dh_auto_test --builddirectory=${CAFFE_CPU_BUILDDIR} \
-- runtest LD_LIBRARY_PATH=${CAFFE_CPU_BUILDDIR}/lib/
- dh_auto_install --builddirectory=${CAFFE_CPU_BUILDDIR} \
- -- install
+ #dh_auto_install --builddirectory=${CAFFE_CPU_BUILDDIR} \
+ # -- install
cd ${CAFFE_CPU_BUILDDIR}; cmake -DCMAKE_INSTALL_CONFIG_NAME="Release" \
-P cmake_install.cmake
$(RM) debian/*.symbols
--
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