[caffe-contrib] 334/362: d/script: remove unused change_header_path.patch

Zhou Mo cdluminate-guest at moszumanska.debian.org
Tue May 3 09:24:51 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 9592221a8571e5ebfd22b88baaa1e601d0eb4052
Author: Zhou Mo <cdluminate at gmail.com>
Date:   Sun Mar 27 09:35:47 2016 +0000

    d/script: remove unused change_header_path.patch
---
 debian/script/change_header_path.patch | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/debian/script/change_header_path.patch b/debian/script/change_header_path.patch
deleted file mode 100644
index 3ffec7a..0000000
--- a/debian/script/change_header_path.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/bash
-
-# lumin zhou
-# https://github.com/BVLC/caffe/issues/2347
-
-# manipulate header path, before building caffe on debian jessie
-# usage:
-# 1. cd root of caffe
-# 2. bash <this_script>
-# 3. build
-
-
-# transformations :
-#  #include "hdf5/serial/hdf5.h" -> #include "hdf5/serial/hdf5.h"
-#  #include "hdf5_hl.h" -> #include "hdf5/serial/hdf5_hl.h"
-
-find . -type f -exec sed -i -e 's^"hdf5.h"^"hdf5/serial/hdf5.h"^g' -e 's^"hdf5_hl.h"^"hdf5/serial/hdf5_hl.h"^g' '{}' \;

-- 
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