Skip to content

Commit

Permalink
WIP dune-copasi v2
Browse files Browse the repository at this point in the history
  • Loading branch information
lkeegan committed Aug 11, 2023
1 parent c10abd5 commit 71b24c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: push

env:
SME_DEPS_COMMON_VERSION: "2023.07.12"
DUNE_COPASI_VERSION: "releases/1.1"
DUNE_COPASI_VERSION: "cxx20_and_libcpp_support"

jobs:
linux:
Expand Down
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ export DUNE_COPASI_USE_STATIC_DEPS=ON
export CMAKE_INSTALL_PREFIX=$DEPSDIR
export MAKE_OPTIONS="-j2 VERBOSE=1"
export CMAKE_CXX_FLAGS='-fvisibility=hidden'
export DUNE_PDELAB_ENABLE_TRACING=OFF
export DUNE_COPASI_USE_PARAFIELDS=OFF
if [[ $MSYSTEM ]]; then
# on windows add flags to support large object files
# https://stackoverflow.com/questions/16596876/object-file-has-too-many-sections
Expand Down

0 comments on commit 71b24c0

Please sign in to comment.