Skip to content
Snippets Groups Projects
Commit 5d7347e2 authored by Thibaut ROMAIN's avatar Thibaut ROMAIN
Browse files

PKG: fix a typo on ubuntu package

parent cdb55384
No related branches found
No related tags found
1 merge request!528Support of ITK 5.x in OTB
Pipeline #16230 passed
......@@ -36,7 +36,7 @@ sh "$OTB_INSTALL_DIR"/tools/sanitize_rpath.sh
pyversion="$(python3 -V 2>&1 | sed 's/.* \([0-9]\).\([0-9]*\).*/\1\2/')"
ostype="$(lsb_release -is)"
# Recompile OTB Python bindings
if [ "$pyversion" -ne "310" ] && [ $ostype -ne "RedHatEnterprise"] ; then
if [ "$pyversion" -ne "310" ] && [ $ostype != "RedHatEnterprise" ] ; then
sh "$OTB_INSTALL_DIR"/recompile_bindings.sh
fi
# Check python version, if python 3.12 (ubuntu 24 and debian > 12) download and extract the gdal bindings for python 3.12
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment