Skip to content

Commit 67509a5

Browse files
committed
Temporarily use symengine fork with cuda code printer support
- bump qt, llvm and setup-ci
1 parent e679439 commit 67509a5

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on: push
33
env:
44
LIBSBML_VERSION: "v5.20.5"
55
LIBEXPAT_VERSION: "R_2_7_3"
6-
SYMENGINE_VERSION: "master"
6+
SYMENGINE_VERSION: "add_cudacode_printer"
77
GMP_VERSION: "6.3.0"
88
MPFR_VERSION: "4.2.1"
99
SPDLOG_VERSION: "v1.15.3"
@@ -84,10 +84,10 @@ jobs:
8484
TBB_SANITIZE: ${{ matrix.TBB_SANITIZE }}
8585
BUILD_TAG: ${{ matrix.BUILD_TAG }}
8686
steps:
87-
- uses: spatial-model-editor/setup-ci@2025.10.15
87+
- uses: spatial-model-editor/setup-ci@2026.03.23
8888
with:
89-
sme_deps_llvm: "21.1.2-tsan"
90-
sme_deps_qt: "6.9.2-tsan"
89+
sme_deps_llvm: "22.1.1"
90+
sme_deps_qt: "6.10.2"
9191
build_tag: ${{ matrix.BUILD_TAG }}
9292
cache_id: ${{ matrix.BUILD_TAG }}
9393
- uses: actions/checkout@v6

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@ ${SUDO_CMD} ninja install
690690
cd ../../
691691

692692
# build static version of symengine
693-
git clone -b $SYMENGINE_VERSION --depth 1 https://github.com/symengine/symengine.git
693+
git clone -b $SYMENGINE_VERSION --depth 1 https://github.com/lkeegan/symengine.git
694694
cd symengine
695695
mkdir build
696696
cd build

0 commit comments

Comments
 (0)