From d719425c5bc8a5b90e0a5f9fbf7c9bee7dc77de9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Schartum=20Dokken?= Date: Tue, 30 Apr 2024 22:00:32 +0200 Subject: [PATCH] Expand adios2 build matrix on openmpi to ensure we are testing 2.9.2 and 2.10.0 (#117) * Expand adios2 build matrix on openmpi to ensure we are testing 2.9.2 and 2.10.0 * Bump version number --- .github/workflows/test_package_openmpi.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_package_openmpi.yml b/.github/workflows/test_package_openmpi.yml index 71a3242..01dc928 100644 --- a/.github/workflows/test_package_openmpi.yml +++ b/.github/workflows/test_package_openmpi.yml @@ -41,7 +41,7 @@ jobs: strategy: matrix: - adios2: ["default", "v2.10.0"] + adios2: ["default", "v2.9.2", "v2.10.0"] steps: - uses: actions/checkout@v4 diff --git a/pyproject.toml b/pyproject.toml index 9be0a67..506db4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools>=61.0.0", "wheel"] [project] name = "adios4dolfinx" -version = "0.8.1" +version = "0.8.1.post0" description = "Checkpointing functionality for DOLFINx meshes/functions with ADIOS2" authors = [{ name = "Jørgen S. Dokken", email = "dokken@simula.no" }] license = { file = "LICENSE" }