[caffe-contrib] 31/362: Makefile.config: add missing LibPath to fix build failure

Zhou Mo cdluminate-guest at moszumanska.debian.org
Tue May 3 09:24:10 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 09e93535f2ff4a012a0d129d2eb3326a7f62a1ae
Author: Zhou Mo <cdluminate at gmail.com>
Date:   Fri Jul 10 01:50:59 2015 +0000

    Makefile.config: add missing LibPath to fix build failure
---
 debian/config/Makefile.config | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/config/Makefile.config b/debian/config/Makefile.config
index 3470c54..2b993ec 100644
--- a/debian/config/Makefile.config
+++ b/debian/config/Makefile.config
@@ -72,7 +72,10 @@ PYTHON_LIB := /usr/lib
 
 # Whatever else you find you need goes here.
 INCLUDE_DIRS := $(PYTHON_INCLUDE) #/usr/local/include
-LIBRARY_DIRS := $(PYTHON_LIB) #/usr/local/lib /usr/lib
+#LIBRARY_DIRS := $(PYTHON_LIB) /usr/local/lib /usr/lib
+DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+LIBRARY_DIRS := $(PYTHON_LIB) \
+				/usr/lib/$(DEB_BUILD_GNU_TYPE)/hdf5/serial/
 
 # If Homebrew is installed at a non standard location (for example your home directory) and you use it for general dependencies
 # INCLUDE_DIRS += $(shell brew --prefix)/include

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