Skip to content

Commit

Permalink
- use 4.44 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergmann committed May 8, 2024
1 parent 9b09abe commit 7ea0db4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/emscripten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.43 && cd ..
cd COPASI && git checkout release/Version-4.44 && cd ..
cd COPASI && gitTools/UpdateCopasiVersion --force && cd ..
cp COPASI/copasi/lapack/f2c.h em-dependencies/include
Expand Down
9 changes: 3 additions & 6 deletions .github/workflows/test-cpp-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ 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 && gitTools/UpdateCopasiVersion --force && cd ..
cd COPASI && git checkout release/Version-4.43 && cd ..
cp COPASI/copasi/lapack/f2c.h dependencies/include
cp COPASI/copasi/lapack/blaswrap.h dependencies/include
Expand All @@ -61,13 +61,10 @@ jobs:
-DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} \
-DBUILD_GUI=OFF \
-DENABLE_JIT:BOOL=OFF \
-DDATAVALUE_NEEDS_SIZE_T_MEMBERS=0 \
-DCOPASI_INSTALL_C_API=ON \
-DCMAKE_INSTALL_PREFIX=dependencies \
-DCOPASI_DEPENDENCY_DIR=dependencies \
-DCMAKE_PREFIX_PATH=dependencies \
-DF2C_INTEGER=long \
-DF2C_LOGICAL=long
-DCMAKE_PREFIX_PATH=dependencies
cmake --build ${{github.workspace}}/build-copasi --config=${{env.BUILD_TYPE}}
cmake --install ${{github.workspace}}/build-copasi --config=${{env.BUILD_TYPE}}
Expand All @@ -85,7 +82,7 @@ jobs:
# ctest -C ${{env.BUILD_TYPE}} -VV --rerun-failed --output-on-failure
working-directory: ${{github.workspace}}/build
run: |
./copasijs_test -s "~[slow]~[sbml]"
./copasijs_test -s
Expand Down

0 comments on commit 7ea0db4

Please sign in to comment.