From: Nabil Ghodbane Date: Wed, 10 Mar 2021 10:10:29 +0000 (+0100) Subject: PyQt sip fix X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=67e3f291d9f0d2cb7df5dd26a7785825cf5698b7;p=tools%2Fsat_salome.git PyQt sip fix --- diff --git a/products/compil_scripts/PyQt-5.15.sh b/products/compil_scripts/PyQt-5.15.sh index 5627454..ecf6c3f 100755 --- a/products/compil_scripts/PyQt-5.15.sh +++ b/products/compil_scripts/PyQt-5.15.sh @@ -76,6 +76,14 @@ then exit 5 fi +# Issue with GUI - TO BE FIXED +if [ -n "$SIP_ROOT_DIR" ] +then + cp -r $SIP_ROOT_DIR $PRODUCT_INSTALL +else + echo "FATAL: Please set SIP_ROOT_DIR environment variable" + exit 6 +fi echo echo "########## END"