File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,11 +19,17 @@ export PATH=/opt/python/${PYTAG}-${ABI}/bin/:$PATH
1919cd /tmp
2020
2121# configuration
22- git clone --depth 1 -b V` echo ${VERSION} | sed " s|\.|_|g" ` https://github.com/SalomePlatform/configuration.git
22+ SALOME_VERSION=` echo " V${VERSION} " | sed " s|\.|_|g" `
23+ git clone --depth 1 -b ${SALOME_VERSION} https://github.com/SalomePlatform/configuration.git
2324
2425# medcoupling
26+ VERSION=9.16.0dev0
27+ GIT_COMMIT=123ce02
2528pip install scipy
26- git clone --depth 1 -b V` echo ${VERSION} | sed " s|\.|_|g" ` https://github.com/SalomePlatform/medcoupling.git
29+ git clone --depth 100 https://github.com/SalomePlatform/medcoupling.git
30+ cd medcoupling
31+ git checkout ${GIT_COMMIT}
32+ cd ..
2733cmake -LAH -DCMAKE_BUILD_TYPE=Release \
2834 -DCMAKE_INSTALL_PREFIX=$PWD /install \
2935 -DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
You can’t perform that action at this time.
0 commit comments