update to python3 (#2350)

update debian build script to python3
This commit is contained in:
Francois Berenger
2019-03-14 16:10:10 +09:00
committed by Greg Landrum
parent 89439f5520
commit 263f8f9fe4

View File

@@ -7,6 +7,7 @@
mkdir -p build
cd build
cmake \
-DPYTHON_EXECUTABLE=/usr/bin/python3 \
-DRDK_INSTALL_INTREE=OFF \
-DRDK_BUILD_INCHI_SUPPORT=ON \
-DRDK_BUILD_AVALON_SUPPORT=ON \