Files
macports-ports/math/caffe/files/patch-cudnn.diff
Gerard SoleandZero King 3624e5135a caffe: update to 1de4ceb (20170817)
Port for caffe was old (2015), so this commit upgrades its source to
current master stable. It updates required patches so library will
install successfuly.
Dynamic libraries are amended, so they will point to the correct
libcaffe. Current Port, has an issue with python and caffe, that
requires manual recolocation of affected library.
Also, tests are added for both library and python module.
2017-08-28 02:21:55 +00:00

12 lines
384 B
Diff

--- Makefile.config.orig 2017-08-24 10:43:43.000000000 +0900
+++ Makefile.config 2017-08-24 10:43:54.000000000 +0900
@@ -2,7 +2,7 @@
# Contributions simplifying and improving our build system are welcome!
# cuDNN acceleration switch (uncomment to build with cuDNN).
-# USE_CUDNN := 1
+USE_CUDNN := 1
# CPU-only switch (uncomment to build without GPU support).
# CPU_ONLY := 1