Skip to content

Commit

Permalink
updating sundials for sckits.odes 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Jan 23, 2019
1 parent 3624177 commit 42ebfd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wc_env_manager/assets/base_image/Dockerfile.template
Expand Up @@ -500,7 +500,7 @@ RUN apt-get update -y \
# SUNDIALS: SUite of Nonlinear and DIfferential/ALgebraic Equation Solvers
# https://computation.llnl.gov/projects/sundials
{% if sundials_install -%}
ARG sundials_version=2.7.0
ARG sundials_version=3.1.1
RUN apt-get update -y \
&& apt-get install -y --no-install-recommends \
build-essential \
Expand Down

0 comments on commit 42ebfd0

Please sign in to comment.