X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=products%2FopenVKL.pyconf;h=b63dbbbe5be41a5635f7a91c4ab76649c22005c6;hb=5a01d2ccc62ecf8b6f3aa75e9d787399648dadec;hp=c797092bd5781c87f2d456ad6d1321ecd15a06fb;hpb=1c39dcd3637a934036964d95f63f1174e4da30e3;p=tools%2Fsat_salome.git diff --git a/products/openVKL.pyconf b/products/openVKL.pyconf index c797092..b63dbbb 100644 --- a/products/openVKL.pyconf +++ b/products/openVKL.pyconf @@ -18,3 +18,26 @@ default : incremental : "yes" } } + +default_win: +{ + build_source : "cmake" + cmake_options : "-DBUILD_TESTING=OFF -DCMAKE_INSTALL_LIBDIR=lib -DBUILD_EXAMPLES=OFF -Dembree_DIR:PATH=%EMBREE_ROOT_DIR:\=/%" + properties : + { + incremental : "yes" + single_install_dir : "yes" + } + depend : ['Python', 'tbb', 'ispc', 'rkCommon', 'embree', 'pthreads'] + build_depend : ['cmake'] +} + +version_0_11_0: +{ +} + +version_0_11_0_win: +{ + build_source : "script" + compil_script: "openVKL-0.11.0.bat" +}