opencv: rebuild against python3-numpy

This commit is contained in:
Andrew J. Hesford 2024-07-01 14:12:42 -04:00
parent 6db787e72f
commit e054519ee5
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ make_check=no
if [ "$CROSS_BUILD" ]; then
# Tell opencv where to find python and numpy
configure_args+=" -DPYTHON3_INCLUDE_PATH=${XBPS_CROSS_BASE}/${py3_inc}
-DPYTHON3_NUMPY_INCLUDE_DIRS=${XBPS_CROSS_BASE}/${py3_sitelib}/numpy/core/include"
-DPYTHON3_NUMPY_INCLUDE_DIRS=${XBPS_CROSS_BASE}/${py3_sitelib}/numpy/_core/include"
fi
case "$XBPS_TARGET_MACHINE" in