Salome HOME
ALAMOS: Paraview compilation issue - help cmake to find rkCommon
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Mon, 31 Jan 2022 09:49:09 +0000 (10:49 +0100)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Mon, 31 Jan 2022 09:49:09 +0000 (10:49 +0100)
products/ParaView.pyconf
products/ospray.pyconf

index 5ea312633e4267a5030b9b459c7dc4ff93e3c348..4b5aeb6a7a193c31fddf2cdbba1b8db0cf8d2300 100755 (executable)
@@ -19,7 +19,7 @@ default :
               'cgns',
               'Pygments'
               ]
-    opt_depend : ['openmpi', 'ospray','tbb', 'openturns']
+    opt_depend : ['openmpi', 'ospray','tbb', 'openturns', 'rkCommon']
     build_depend : ["cmake"]
     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
@@ -151,6 +151,7 @@ version_5_9_1_MPI :
 
 version_5_9_0 :
 {
+    opt_depend : ['openmpi', 'ospray','tbb', 'openturns']
     compil_script :  'ParaView-5.9.0.sh'
     archive_info : {archive_name : "ParaView-5.9.0-lata.tar.gz"}
     # two other LATA patches already included in archive
index c5eb53473f185b7da1166338308a2123b3a581c9..60f9bc1ff0ff70ac77fe2408b9a94c75036d77dc 100644 (file)
@@ -31,8 +31,8 @@ default_win :
 
 version_2_4_0 :
 {
-  cmake_options : "-DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang -DEMBREE_ISPC_SUPPORT=ON -DEMBREE_TUTORIALS=OFF -Dembree_DIR=${embree_DIR} -DOSPRAY_ENABLE_APPS=OFF  -DCMAKE_INSTALL_LIBDIR=lib"
-  depend : ['embree','openVKL']
+  cmake_options : "-DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang -DEMBREE_ISPC_SUPPORT=ON -DEMBREE_TUTORIALS=OFF -Dembree_DIR=${embree_DIR} -DOSPRAY_ENABLE_APPS=OFF  -DCMAKE_INSTALL_LIBDIR=lib -Drkcommon_DIR=${rkcommon_DIR}"
+  depend : ['embree','openVKL', 'rkCommon']
 }
 
 version_1_7_3 :