]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
Improvements of SALOME/ParaView5.9 build : remove glfw need and adapt qt flags
authorQuentin Cozette <quentin.cozette@cea.fr>
Mon, 22 Mar 2021 18:55:01 +0000 (19:55 +0100)
committerQuentin Cozette <quentin.cozette@cea.fr>
Mon, 22 Mar 2021 18:55:01 +0000 (19:55 +0100)
applications/ParaView-5.9.0.pyconf
applications/SALOME-master.pyconf
products/compil_scripts/qt-5.12.10.sh
products/glfw.pyconf [deleted file]
products/openVKL.pyconf

index e07915f9aabcd0a3e2c774bb16537b0ecafb72b9..50491f16c90f40305c43206966ed70492d6dd8f4 100644 (file)
@@ -45,7 +45,6 @@ APPLICATION :
         embree : '3.12.2'
         freeimage : '3.16.0'
         freetype : '2.9.1'
-        glfw : 'native'
         graphviz : '2.38.0'
         hdf5 : '1.10.3'
         idna : '2.7'
index fddfd4a39970748573a55763fd59066a4d0d0354..6a56b522c27284b6655e51d51d3ae291b0b9bf2a 100644 (file)
@@ -46,7 +46,6 @@ APPLICATION :
         embree : '3.12.2'
         freeimage : '3.16.0'
         freetype : '2.9.1'
-        glfw : 'native'
         gmsh : '4.1.4'
         graphviz : '2.38.0'
         hdf5 : '1.10.3'
index e83d672e3c25c23436ad10f7aa2021f1df3ab2e7..8f5773b31a34117720fed6da5393d7ddb7d2c736 100755 (executable)
@@ -22,12 +22,12 @@ rm -rf $BUILD_DIR && mkdir -p $BUILD_DIR && cd $BUILD_DIR
 
 # For -qt-harfbuzz option, see spns #9694
 echo
-echo "*** $SOURCE_DIR/configure -prefix $PRODUCT_INSTALL $BUILD_TYPE -opensource -nomake tests -nomake examples -no-rpath -verbose -no-separate-debug-info -confirm-license -qt-libpng -qt-xcb -no-eglfs -dbus-runtime -skip qtwebengine -skip wayland -skip qtgamepad -system-freetype -qt-harfbuzz -no-openssl -no-glib"
+echo "*** $SOURCE_DIR/configure -prefix $PRODUCT_INSTALL $BUILD_TYPE -opensource -nomake tests -nomake examples -no-rpath -verbose -no-separate-debug-info -confirm-license -qt-libpng -qt-xcb -no-eglfs -dbus-runtime -skip qtwebengine -skip wayland -skip qtgamepad -system-freetype -qt-harfbuzz -no-openssl -no-glib -no-jasper"
 
 $SOURCE_DIR/configure -prefix $PRODUCT_INSTALL $BUILD_TYPE -opensource -nomake tests -nomake examples -no-rpath \
     -verbose -no-separate-debug-info -confirm-license -qt-libpng -qt-xcb -no-eglfs -dbus-runtime -skip qtwebengine \
     -skip wayland -skip qtgamepad -system-freetype -qt-harfbuzz \
-    -no-openssl -no-glib
+    -no-openssl -no-glib -no-jasper
 
 if [ $? -ne 0 ]
 then
diff --git a/products/glfw.pyconf b/products/glfw.pyconf
deleted file mode 100644 (file)
index 39411dc..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-default :
-{
-    name : "glfw"
-    get_source : "native"
-    system_info : 
-    {
-        rpm : []
-        rpm_dev : ["glfw-devel"]
-        apt : []
-        apt_dev : ["libglfw3-dev"]
-    }
-    depend : []
-    properties :
-    {
-      incremental : "yes"
-    }
-}
index 1dc31cac80f1667c064262276c35be2d8669bb6a..c797092bd5781c87f2d456ad6d1321ecd15a06fb 100644 (file)
@@ -2,13 +2,13 @@ default :
 {
     name : "openVKL"
     build_source : "cmake"
-    cmake_options : "-DBUILD_TESTING=OFF -DCMAKE_INSTALL_LIBDIR=lib"
+    cmake_options : "-DBUILD_TESTING=OFF -DCMAKE_INSTALL_LIBDIR=lib -DBUILD_EXAMPLES=OFF"
     get_source : "archive"
     environ :
     {
        env_script : $name + ".py"
     }
-    depend : ['Python', 'tbb','glfw', 'ispc', 'rkCommon', 'embree']
+    depend : ['Python', 'tbb', 'ispc', 'rkCommon', 'embree']
     build_depend : ['cmake']
     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name