File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33env :
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
Original file line number Diff line number Diff line change @@ -690,7 +690,7 @@ ${SUDO_CMD} ninja install
690690cd ../../
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
694694cd symengine
695695mkdir build
696696cd build
You can’t perform that action at this time.
0 commit comments