]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
fix CAS: change http to https and use git instead of archive
authorSONOLET Aymeric <aymeric.sonolet@cea.fr>
Wed, 6 Dec 2023 14:38:40 +0000 (15:38 +0100)
committerSONOLET Aymeric <aymeric.sonolet@cea.fr>
Wed, 6 Dec 2023 14:38:40 +0000 (15:38 +0100)
products/CAS.pyconf

index db79cf9d97254754697f6c32efba4fcb3d9aeab8..60c7f741eb82c9ab7ebd1f0c64194e3975ce7789 100755 (executable)
@@ -42,9 +42,9 @@ version_CR753_SALOME_PATCH :
     name : "CAS"
     build_source : "cmake"
     cmake_options : "-DUSE_TCL=OFF -DBUILD_MODULE_Draw=OFF -DUSE_FREETYPE=ON -D3RDPARTY_FREETYPE_DIR=$FREETYPEDIR -DUSE_FREEIMAGE=ON -D3RDPARTY_FREEIMAGE_DIR=$FREEIMAGEDIR -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON"
-    #get_source : "git"
+    get_source : "git"
     #FIXME
-    get_source : "archive"
+    #get_source : "archive"
     archive_info :
     {
         archive_name : "CAS-V7_5_3p5.tar.gz"
@@ -52,7 +52,7 @@ version_CR753_SALOME_PATCH :
     }
     git_info:
     {
-        repo : "http://git.dev.opencascade.org/repos/occt.git"
+        repo : "https://git.dev.opencascade.org/repos/occt.git"
         repo_dev : $repo
     }
     environ :