Skip to content

Commit 43d007e

Browse files
(CI) drop python2 support
1 parent a7a85d4 commit 43d007e

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

scripts/travis/configure-make.sh

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,11 @@ cp Makefile.config.example Makefile.config
99
LINE "BLAS := open"
1010
LINE "WITH_PYTHON_LAYER := 1"
1111

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)"
1917

2018
if ! $WITH_IO ; then
2119
LINE "USE_OPENCV := 0"

0 commit comments

Comments
 (0)