Skip to content

Commit

Permalink
Use Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
yungyuc committed Mar 22, 2023
1 parent 2a04c93 commit 6d4d668
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nsd/contrib/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ xtensor_blas() {
xtensor_python() {

cmakeargs=("-DCMAKE_INSTALL_PREFIX=${INSTALL_PREFIX}")
cmakeargs+=("-DPYTHON_EXECUTABLE:FILEPATH=`which python3`")
cmakeargs+=("-DCMAKE_BUILD_TYPE=Release")
cmake_install sudo \
${XTENSOR_PYTHON_ORG:-xtensor-stack} xtensor-python \
Expand Down

0 comments on commit 6d4d668

Please sign in to comment.