From f73c6e9d4426d7d7658e42e2610df4ba6eb4c731 Mon Sep 17 00:00:00 2001 From: Nabil Ghodbane Date: Fri, 30 Sep 2022 16:43:09 +0200 Subject: [PATCH] switch off documentation for openturns - matplotlib compatibility issue - otherwise AttributeError: 'SwigPyObject' object has no attribute 'getClassName' error message --- products/compil_scripts/openturns-1.19.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/products/compil_scripts/openturns-1.19.sh b/products/compil_scripts/openturns-1.19.sh index 199c61d..1fc4f12 100755 --- a/products/compil_scripts/openturns-1.19.sh +++ b/products/compil_scripts/openturns-1.19.sh @@ -212,7 +212,7 @@ if [[ -d "$SOURCE_DIR/otfftw-0.12" ]]; then CMAKE_EXTRA_OPTIONS+=" -DBUILD_DOC=OFF" elif [[ $k == "otmorris" ]]; then case $LINUX_DISTRIBUTION in - DB*|FD*) + DB*|FD*|UB*) echo "WARNING: switching OFF documentation build" CMAKE_EXTRA_OPTIONS+=" -DBUILD_DOC=OFF" CMAKE_EXTRA_OPTIONS+=" -DUSE_SPHINX=OFF" # missing package to be installed. @@ -220,7 +220,7 @@ if [[ -d "$SOURCE_DIR/otfftw-0.12" ]]; then esac elif [[ $k == "otrobopt" ]]; then case $LINUX_DISTRIBUTION in - DB*|FD*) + DB*|FD*|UB*) echo "WARNING: switching OFF documentation build" CMAKE_EXTRA_OPTIONS+=" -DBUILD_DOC=OFF" CMAKE_EXTRA_OPTIONS+=" -DUSE_SPHINX=OFF" # missing package to be installed. @@ -228,7 +228,7 @@ if [[ -d "$SOURCE_DIR/otfftw-0.12" ]]; then esac elif [[ $k == "otsvm" ]]; then case $LINUX_DISTRIBUTION in - DB*|FD*) + DB*|FD*|UB*) echo "WARNING: switching OFF documentation build" CMAKE_EXTRA_OPTIONS+=" -DBUILD_DOC=OFF" CMAKE_EXTRA_OPTIONS+=" -DUSE_SPHINX=OFF" # missing package to be installed. -- 2.39.2