File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -85,11 +85,17 @@ cmake -LAH -S med-%MED_VERSION% -B build_med -DCMAKE_INSTALL_PREFIX=C:/Libraries
8585cmake --build build_med --config Release --target install
8686
8787:: configuration
88- git clone --depth 1 -b V%VERSION:. =_ % https://github.com/SalomePlatform/configuration.git
88+ set " SALOME_VERSION = V%VERSION:. =_ % "
89+ git clone --depth 1 -b %SALOME_VERSION% https://github.com/SalomePlatform/configuration.git
8990
9091:: medcoupling
9192pip install scipy
92- git clone --depth 1 -b V%VERSION:. =_ % https://github.com/SalomePlatform/medcoupling.git
93+ set " VERSION = 9.16.0dev0"
94+ set " GIT_COMMIT = 123ce02"
95+ git clone --depth 100 https://github.com/SalomePlatform/medcoupling.git
96+ cd medcoupling
97+ git checkout %GIT_COMMIT%
98+ cd ..
9399cmake -LAH -S medcoupling -B build_medcoupling -DCMAKE_INSTALL_PREFIX=C:/Libraries/medcoupling ^
94100 -DMEDFILE_ROOT_DIR=C:/Libraries/med ^
95101 -DMETIS_ROOT_DIR=C:/Libraries/metis ^
You can’t perform that action at this time.
0 commit comments