From 46560a1335f42be799d1fba9cd9f02cde621f827 Mon Sep 17 00:00:00 2001 From: "Frank T. Bergmann" Date: Wed, 2 Oct 2024 20:37:49 +0200 Subject: [PATCH] - switch to 45 branch --- .github/workflows/emscripten.yml | 2 +- .github/workflows/test-cpp-api.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/emscripten.yml b/.github/workflows/emscripten.yml index f749c51..1e9a57f 100644 --- a/.github/workflows/emscripten.yml +++ b/.github/workflows/emscripten.yml @@ -62,7 +62,7 @@ jobs: cmake --build em-build-dependencies --config=Release git clone https://github.com/copasi/COPASI - cd COPASI && git checkout release/Version-4.44 && cd .. + cd COPASI && git checkout release/Version-4.45 && cd .. cd COPASI && gitTools/UpdateCopasiVersion --force && cd .. cp COPASI/copasi/lapack/f2c.h em-dependencies/include diff --git a/.github/workflows/test-cpp-api.yml b/.github/workflows/test-cpp-api.yml index e52cd62..7816613 100644 --- a/.github/workflows/test-cpp-api.yml +++ b/.github/workflows/test-cpp-api.yml @@ -51,7 +51,7 @@ jobs: cmake --build build-dependencies --config=${{env.BUILD_TYPE}} git clone https://github.com/copasi/COPASI - cd COPASI && git checkout release/Version-4.44 && cd .. + cd COPASI && git checkout release/Version-4.45 && cd .. cd COPASI && gitTools/UpdateCopasiVersion --force && cd .. cp COPASI/copasi/lapack/f2c.h dependencies/include