File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,11 @@ cp Makefile.config.example Makefile.config
9
9
LINE " BLAS := open"
10
10
LINE " WITH_PYTHON_LAYER := 1"
11
11
12
- if $WITH_PYTHON3 ; then
13
- # TODO(lukeyeager) this path is currently disabled because of test errors like:
14
- # ImportError: dynamic module does not define init function (PyInit__caffe)
15
- LINE " PYTHON_LIBRARIES := python3.4m boost_python-py34"
16
- LINE " PYTHON_INCLUDE := /usr/include/python3.4 /usr/lib/python3/dist-packages/numpy/core/include"
17
- LINE " INCLUDE_DIRS := \$ (INCLUDE_DIRS) \$ (PYTHON_INCLUDE)"
18
- fi
12
+ # TODO(lukeyeager) this path is currently disabled because of test errors like:
13
+ # ImportError: dynamic module does not define init function (PyInit__caffe)
14
+ # LINE "PYTHON_LIBRARIES := python3.8m boost_python-py38"
15
+ # LINE "PYTHON_INCLUDE := /usr/include/python3.8 /usr/lib/python3/dist-packages/numpy/core/include"
16
+ # LINE "INCLUDE_DIRS := \$(INCLUDE_DIRS) \$(PYTHON_INCLUDE)"
19
17
20
18
if ! $WITH_IO ; then
21
19
LINE " USE_OPENCV := 0"
You can’t perform that action at this time.
0 commit comments