Skip to content

Commit cb4e44c

Browse files
committed
9.15.0
1 parent 823d7b0 commit cb4e44c

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/stable.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
version: [9.14.0]
10+
version: [9.15.0]
1111
abi: [cp39, cp310, cp311, cp312, cp313]
1212
steps:
1313
- uses: actions/checkout@v4
@@ -43,19 +43,19 @@ jobs:
4343
include:
4444
- abi: cp39
4545
python-version: '3.9'
46-
version: 9.14.0
46+
version: 9.15.0
4747
- abi: cp310
4848
python-version: '3.10'
49-
version: 9.14.0
49+
version: 9.15.0
5050
- abi: cp311
5151
python-version: '3.11'
52-
version: 9.14.0
52+
version: 9.15.0
5353
- abi: cp312
5454
python-version: '3.12'
55-
version: 9.14.0
55+
version: 9.15.0
5656
- abi: cp313
5757
python-version: '3.13'
58-
version: 9.14.0
58+
version: 9.15.0
5959
steps:
6060
- uses: actions/checkout@v4
6161
- uses: actions/setup-python@v4

build-wheels-windows.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ cmake -LAH -S hdf5 -B build_hdf5 -DCMAKE_INSTALL_PREFIX=C:/Libraries/hdf5 -DBUIL
7575
cmake --build build_hdf5 --config Release --target install
7676

7777
:: med
78-
set "MED_VERSION=4.1.1"
78+
set "MED_VERSION=4.2.0"
7979
curl -LO https://www.code-saturne.org/releases/external/med-%MED_VERSION%.tar.gz
8080
7z x med-%MED_VERSION%.tar.gz > nul
8181
7z x med-%MED_VERSION%.tar > nul

build_locally.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22
set -xe
33
docker build docker/manylinux -t medcoupling/manylinux
4-
docker run --rm -e MAKEFLAGS='-j8' -v `pwd`:/io medcoupling/manylinux /io/build-wheels-linux.sh 9.14.0 cp310
4+
docker run --rm -e MAKEFLAGS='-j8' -v `pwd`:/io medcoupling/manylinux /io/build-wheels-linux.sh 9.15.0 cp310

docker/manylinux/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN curl -fsSL https://download.gnome.org/sources/libxml2/2.10/libxml2-2.10.3.ta
2323
&& ./configure --without-python && make > /dev/null 2>&1 && make install > /dev/null 2>&1 && cd - && rm -r libxml2*
2424

2525
# med
26-
RUN curl -fSsL https://www.code-saturne.org/releases/external/med-4.1.1.tar.gz | tar xz \
27-
&& cmake -S med-4.1.1_SRC -B build_med -LAH -DCMAKE_BUILD_TYPE=Release \
26+
RUN curl -fSsL https://files.salome-platform.org/Salome/medfile/med-4.2.0.tar.gz | tar xz \
27+
&& cmake -S med-4.2.0 -B build_med -LAH -DCMAKE_BUILD_TYPE=Release \
2828
-DMEDFILE_BUILD_TESTS=OFF -DMEDFILE_INSTALL_DOC=OFF -DHDF5_DIR=$PWD/install/share/cmake/hdf5 \
2929
&& cmake --build build_med --target install

0 commit comments

Comments
 (0)