X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=make.sh;fp=make.sh;h=d70b02447ea72b01afecd2d6451da4ceec416485;hb=0360e47a874c5776d439542ccec396fd02a96456;hp=eb82fb25c014c4661c798935de644b7d1dbd07e2;hpb=124730236108b270f7d36867c84c42c822466577;p=modules%2Fshaper.git diff --git a/make.sh b/make.sh index eb82fb25c..d70b02447 100755 --- a/make.sh +++ b/make.sh @@ -23,7 +23,10 @@ while [[ $# > 0 ]]; do esac done +## Preserve PTHONPATH in order to avoid problems with Sphinx on Fedora26 because of Pigments in ParaView +export PYTHONPATH_OLD=$PYTHONPATH source env.sh +export PYTHONPATH=$PYTHONPATH_OLD CMAKE_ARGS="" CMAKE_ARGS="${CMAKE_ARGS} -DCMAKE_BUILD_TYPE=${BUILD_TYPE:-Release}"