From 2a662805146a3ede62d031aa62b60847d37c7a3f Mon Sep 17 00:00:00 2001 From: Matt McGurn <75279702+mmcgurn@users.noreply.github.com> Date: Wed, 20 Dec 2023 16:05:06 -0500 Subject: [PATCH 1/2] Update DependencyDockerBuild.yaml --- .github/workflows/DependencyDockerBuild.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/DependencyDockerBuild.yaml b/.github/workflows/DependencyDockerBuild.yaml index 16363f67e..f9e5ab97e 100644 --- a/.github/workflows/DependencyDockerBuild.yaml +++ b/.github/workflows/DependencyDockerBuild.yaml @@ -45,10 +45,10 @@ jobs: # only run the fsanitize on amd to save ub resources - arch: { runson: ubuntu-latest, id: -amd64 } compiler: { id: -gcc-asan } - indices: [ { index64bit: 0, id: "" } ] + indices: { index64bit: 0, id: "" } - arch: { runson: ubuntu-latest, id: -amd64 } compiler: { id: -gcc-asan } - indices: [ { index64bit: 1, id: "-index64" } ] + indices: { index64bit: 1, id: "-index64" } runs-on: ${{ matrix.arch.runson }} @@ -94,10 +94,10 @@ jobs: # only run the fsanitize on amd to save ub resources - arch: { runson: ubuntu-latest, id: -amd64 } compiler: { id: -gcc-asan } - indices: [ { index64bit: 0, id: "" } ] + indices: { index64bit: 0, id: "" } - arch: { runson: ubuntu-latest, id: -amd64 } compiler: { id: -gcc-asan } - indices: [ { index64bit: 1, id: "-index64" } ] + indices: { index64bit: 1, id: "-index64" } steps: - name: Set up Docker Buildx From eb6d694ed0e69e1d9e4455d40fae3faa2747fc55 Mon Sep 17 00:00:00 2001 From: Matt McGurn <75279702+mmcgurn@users.noreply.github.com> Date: Wed, 20 Dec 2023 16:05:48 -0500 Subject: [PATCH 2/2] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 61698906b..8f85b07df 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.18.4) include(config/petscCompilers.cmake) # Set the project details -project(ablateLibrary VERSION 0.12.19) +project(ablateLibrary VERSION 0.12.20) # Load the Required 3rd Party Libaries pkg_check_modules(PETSc REQUIRED IMPORTED_TARGET GLOBAL PETSc)