From bde30f1728452fd8ef41bbbc80718b4827febbf7 Mon Sep 17 00:00:00 2001 From: petermeisrimelmodelon Date: Tue, 27 Jan 2026 12:52:08 +0000 Subject: [PATCH] chore: update CI to latest assimulo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 92a401e2..20035e43 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ RUN git clone --depth 1 -b v2.7.0 https://github.com/LLNL/sundials /tmp/sundials make install #Install assimulo -RUN git clone --depth 1 -b Assimulo-3.7.2 https://github.com/modelon-community/Assimulo /tmp/Assimulo && \ +RUN git clone --depth 1 -b Assimulo-3.7.3 https://github.com/modelon-community/Assimulo /tmp/Assimulo && \ cd /tmp/Assimulo && \ rm setup.cfg && \ python3.11 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