From 4543831b08610a3114f569d20925f283734a5a63 Mon Sep 17 00:00:00 2001 From: Quentin Cozette Date: Thu, 11 Mar 2021 11:29:02 +0100 Subject: [PATCH] OCCT : use archive until repositories be back online --- products/CAS.pyconf | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/products/CAS.pyconf b/products/CAS.pyconf index 5084d8f..161ae81 100755 --- a/products/CAS.pyconf +++ b/products/CAS.pyconf @@ -42,7 +42,8 @@ version_V7_5_0 : name : "CAS" build_source : "cmake" cmake_options : "-DUSE_TCL=OFF -DBUILD_MODULE_Draw=OFF -DUSE_FREETYPE=ON -D3RDPARTY_FREETYPE_DIR=$FREETYPEDIR -DUSE_GL2PS=OFF -DUSE_FREEIMAGE=ON -D3RDPARTY_FREEIMAGE_DIR=$FREEIMAGEDIR" - get_source : "git" + #get_source : "git" + get_source : "archive" git_info: { repo : "http://git.dev.opencascade.org/repos/occt.git" @@ -80,7 +81,12 @@ version_V7_5_0_win : name : "CAS" build_source : "script" compil_script : "CAS_7.5.bat" - get_source : "git" + #get_source : "git" + get_source : "archive" + archive_info : + { + archive_name : "CAS-V7_5_0.tar.gz" + } git_info: { repo : "http://git.dev.opencascade.org/repos/occt.git" -- 2.39.2