Skip to content

Commit

Permalink
Updating GH workflow to Assimulo 3.6 (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterMeisrimelModelon authored Dec 12, 2024
1 parent fc9a53f commit b8b3595
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions doc/sphinx/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b8b3595

Please sign in to comment.