From 15c0502348c7e3cd53cfa80ff0876d3eac10dc1c Mon Sep 17 00:00:00 2001 From: Peter Meisrimel Date: Thu, 12 Dec 2024 09:52:46 +0100 Subject: [PATCH] Updating GH workflow to Assimulo 3.6 --- .github/workflows/build.yml | 2 +- doc/sphinx/source/conf.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0c5cea78..3c8314db 100755 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,7 +40,7 @@ jobs: sudo make install - name: Install assimulo run: | - git clone --depth 1 -b Assimulo-3.5.2 https://github.com/modelon-community/Assimulo /tmp/Assimulo + git clone --depth 1 -b Assimulo-3.6.0 https://github.com/modelon-community/Assimulo /tmp/Assimulo cd /tmp/Assimulo rm setup.cfg python3 setup.py install --user --sundials-home=/usr --blas-home=/usr/lib/x86_64-linux-gnu/ --lapack-home=/usr/lib/x86_64-linux-gnu/ --superlu-home=/usr diff --git a/doc/sphinx/source/conf.py b/doc/sphinx/source/conf.py index 984c38e5..b97f3783 100644 --- a/doc/sphinx/source/conf.py +++ b/doc/sphinx/source/conf.py @@ -51,9 +51,9 @@ # built documents. # # The short X.Y version. -version = '2.15.0' +version = '2.16.0' # The full version, including alpha/beta/rc tags. -release = '2.15.0' +release = '2.16.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.