Skip to content

Commit 772c92e

Browse files
committed
9.16dev
1 parent b9062fc commit 772c92e

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

build-wheels-linux.sh

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,17 @@ export PATH=/opt/python/${PYTAG}-${ABI}/bin/:$PATH
1919
cd /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
2528
pip 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 ..
2733
cmake -LAH -DCMAKE_BUILD_TYPE=Release \
2834
-DCMAKE_INSTALL_PREFIX=$PWD/install \
2935
-DCMAKE_POLICY_VERSION_MINIMUM=3.5 \

0 commit comments

Comments
 (0)