[137358] trunk/dports/math/caffe

hum at macports.org hum at macports.org
Wed Jun 10 06:45:07 PDT 2015


Revision: 137358
          https://trac.macports.org/changeset/137358
Author:   hum at macports.org
Date:     2015-06-10 06:45:07 -0700 (Wed, 10 Jun 2015)
Log Message:
-----------
caffe: update to 20150605

Modified Paths:
--------------
    trunk/dports/math/caffe/Portfile
    trunk/dports/math/caffe/files/patch-Makefile.config.diff

Modified: trunk/dports/math/caffe/Portfile
===================================================================
--- trunk/dports/math/caffe/Portfile	2015-06-10 13:44:12 UTC (rev 137357)
+++ trunk/dports/math/caffe/Portfile	2015-06-10 13:45:07 UTC (rev 137358)
@@ -4,9 +4,8 @@
 PortSystem          1.0
 PortGroup           github 1.0
 
-github.setup        BVLC caffe c6414ea7cab5917c904729c87f786e0a5909475c
-version             20150418
-revision            1
+github.setup        BVLC caffe 2f4a9e40af0c0d08c7b130f4e5091f39a1d33b5a
+version             20150605
 categories          math science
 maintainers         hum openmaintainer
 
@@ -17,8 +16,8 @@
 platforms           darwin
 license             BSD
 
-checksums           rmd160  1bc95d11cbc8ccbf3d4752895331e77e323b728c \
-                    sha256  a25ed9a4685b1dee010f24b9fc958d9f787c9c42d04bfc6882449c8085ca9435
+checksums           rmd160  19a2d570c32ec63d6b197bf908958dcdf87165ef \
+                    sha256  d2ec224ef837764747e41e274a45f24a77c2226056f4bd45d25ffa29a5135833
 
 depends_lib-append  port:google-glog \
                     port:gflags \

Modified: trunk/dports/math/caffe/files/patch-Makefile.config.diff
===================================================================
--- trunk/dports/math/caffe/files/patch-Makefile.config.diff	2015-06-10 13:44:12 UTC (rev 137357)
+++ trunk/dports/math/caffe/files/patch-Makefile.config.diff	2015-06-10 13:45:07 UTC (rev 137358)
@@ -1,6 +1,6 @@
---- Makefile.config.orig	2015-02-21 05:20:23.000000000 +0900
-+++ Makefile.config	2015-02-22 14:36:58.000000000 +0900
-@@ -44,8 +44,9 @@
+--- Makefile.config.orig	2015-06-05 04:14:43.000000000 +0900
++++ Makefile.config	2015-06-10 01:05:10.000000000 +0900
+@@ -48,8 +48,9 @@
  
  # NOTE: this is required only if you will compile the python interface.
  # We need to be able to find Python.h and numpy/arrayobject.h.
@@ -12,7 +12,7 @@
  # Anaconda Python distribution is quite popular. Include path:
  # Verify anaconda location, sometimes it's in root.
  # ANACONDA_HOME := $(HOME)/anaconda
-@@ -54,15 +55,15 @@
+@@ -58,7 +59,7 @@
  		# $(ANACONDA_HOME)/lib/python2.7/site-packages/numpy/core/include \
  
  # We need to be able to find libpythonX.X.so or .dylib.
@@ -20,7 +20,8 @@
 +PYTHON_LIB := $(_PREFIX)/lib
  # PYTHON_LIB := $(ANACONDA_HOME)/lib
  
- # Uncomment to support layers written in Python (will link against Python libs)
+ # Homebrew installs numpy in a non standard path (keg only)
+@@ -69,8 +70,8 @@
  # WITH_PYTHON_LAYER := 1
  
  # Whatever else you find you need goes here.
@@ -29,5 +30,5 @@
 +INCLUDE_DIRS := $(PYTHON_INCLUDE) $(_PREFIX)/include /usr/include
 +LIBRARY_DIRS := $(PYTHON_LIB) /usr/lib
  
- # Uncomment to use `pkg-config` to specify OpenCV library paths.
- # (Usually not necessary -- OpenCV libraries are normally installed in one of the above $LIBRARY_DIRS.)
+ # 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150610/ca1e90ed/attachment.html>


More information about the macports-changes mailing list