File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ limitations under the License. */
21
21
#include " paddle/fluid/memory/memcpy.h"
22
22
#include " paddle/fluid/platform/device_context.h"
23
23
#include " paddle/fluid/platform/float16.h"
24
- #include " pybind11/common.h"
25
24
#include " pybind11/numpy.h"
26
25
#include " pybind11/pybind11.h"
27
26
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ function cmake_gen() {
149
149
elif [ " $1 " == " cp37-cp37m" ]; then
150
150
export LD_LIBRARY_PATH=/opt/_internal/cpython-3.7.0/lib/:${LD_LIBRARY_PATH}
151
151
export PATH=/opt/_internal/cpython-3.7.0/bin/:${PATH}
152
- export PYTHON_FLAGS=" -DPYTHON_EXECUTABLE:FILEPATH=/opt/_internal/cpython-3.7.0/bin/python3
152
+ export PYTHON_FLAGS=" -DPYTHON_EXECUTABLE:FILEPATH=/opt/_internal/cpython-3.7.0/bin/python3.7
153
153
-DPYTHON_INCLUDE_DIR:PATH=/opt/_internal/cpython-3.7.0/include/python3.7m
154
154
-DPYTHON_LIBRARIES:FILEPATH=/opt/_internal/cpython-3.7.0/lib/libpython3.so"
155
155
fi
You can’t perform that action at this time.
0 commit comments