[caffe] 239/249: rules: update get-orig-source target
Zhou Mo
cdluminate-guest at moszumanska.debian.org
Tue Mar 8 14:51:47 UTC 2016
This is an automated email from the git hooks/post-receive script.
cdluminate-guest pushed a commit to branch debian/experimental
in repository caffe.
commit 475329a592e0b7d57efe872447887a112005fb18
Author: Zhou Mo <cdluminate at gmail.com>
Date: Thu Dec 10 12:51:13 2015 +0000
rules: update get-orig-source target
---
debian/rules | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 90e056b..68d65cd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
RULES := debian/rules
-ORIG_SOURCE := "https://github.com/BVLC/caffe/archive/master.tar.gz"
+ORIG_SOURCE := "https://github.com/BVLC/caffe/archive/master.zip"
export CAFFE_CPU_BUILDDIR="caffe_cpu_build"
export CAFFE_CUDA_BUILDDIR="caffe_cuda_build"
@@ -124,7 +124,8 @@ ifeq (y, $(flag_build_caffe_cuda))
endif
get-orig-source:
- wget -c $(ORIG_SOURCE) -O caffe-git$(shell date +%y%m%d).tar.gz
+ # download the master branch of Caffe
+ wget -c $(ORIG_SOURCE) -O caffe-git$(shell date +%y%m%d).zip
#### BEGIN: CUSTOM TARGETS ############################################
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/caffe.git
More information about the debian-science-commits
mailing list