Skip to content

Commit 3639b14

Browse files
committed
win
1 parent 772c92e commit 3639b14

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

build-wheels-windows.bat

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,17 @@ cmake -LAH -S med-%MED_VERSION% -B build_med -DCMAKE_INSTALL_PREFIX=C:/Libraries
8585
cmake --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
9192
pip 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 ..
9399
cmake -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 ^

0 commit comments

Comments
 (0)