mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
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.
12 lines
384 B
Diff
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
|