From 15a353f92af070ee1057e675a978acff84db11d9 Mon Sep 17 00:00:00 2001 From: Nabil Ghodbane Date: Mon, 31 Jan 2022 10:49:09 +0100 Subject: [PATCH] ALAMOS: Paraview compilation issue - help cmake to find rkCommon --- products/ParaView.pyconf | 3 ++- products/ospray.pyconf | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/products/ParaView.pyconf b/products/ParaView.pyconf index 5ea3126..4b5aeb6 100755 --- a/products/ParaView.pyconf +++ b/products/ParaView.pyconf @@ -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 diff --git a/products/ospray.pyconf b/products/ospray.pyconf index c5eb534..60f9bc1 100644 --- a/products/ospray.pyconf +++ b/products/ospray.pyconf @@ -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 : -- 2.30.2