Skip to content

Commit

Permalink
Update python3_package.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
hazel-sudz authored Dec 10, 2023
1 parent b8d0d21 commit 0398de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default/patches/python3_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function python3_package_install {
}

function python3_package_install_numpy {
install_cmd="setup.py install --prefix=${OUTPUT_DIR}${INSTALL_PREFIX} $1"
install_cmd="pip install . --prefix=${OUTPUT_DIR}${INSTALL_PREFIX} $1"
if [ ${ARCH} == 'linux-arm' ]; then
_PYTHON_HOST_PLATFORM=linux-arm _PYTHON_SYSCONFIGDATA_NAME=_sysconfigdata__linux_arm-linux-gnueabihf python3.8 ${install_cmd}
elif [ ${ARCH} == 'linux-arm64' ]; then
Expand Down

0 comments on commit 0398de3

Please sign in to comment.