From 5603702ec134b2df6b1b0554718da38e83fb7b53 Mon Sep 17 00:00:00 2001 From: vcfrmgit Date: Tue, 10 Aug 2021 21:43:16 -0400 Subject: [PATCH] Use solvers v0.0.40 --- docker/build/Dockerfile-batch-dev | 2 +- vcell-core/pom.xml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docker/build/Dockerfile-batch-dev b/docker/build/Dockerfile-batch-dev index 03edff9cc2..4f4b01a302 100644 --- a/docker/build/Dockerfile-batch-dev +++ b/docker/build/Dockerfile-batch-dev @@ -76,7 +76,7 @@ #WORKDIR /vcellbin #ENV PATH=/vcellbin:$PATH -FROM virtualcell/vcell-solvers:v0.0.36 +FROM virtualcell/vcell-solvers:v0.0.40 RUN apt-get -y update && \ apt-get install -y openjdk-8-jre-headless curl && \ diff --git a/vcell-core/pom.xml b/vcell-core/pom.xml index ca1be78e22..eb4772e905 100644 --- a/vcell-core/pom.xml +++ b/vcell-core/pom.xml @@ -378,7 +378,7 @@ - https://github.com/virtualcell/vcell-solvers/releases/download/v0.0.36/win64.zip + https://github.com/virtualcell/vcell-solvers/releases/download/v0.0.40/win64.zip true ${project.build.directory}/../../localsolvers/win64 @@ -418,7 +418,7 @@ wget - https://github.com/virtualcell/vcell-solvers/releases/download/v0.0.36/mac64.tgz + https://github.com/virtualcell/vcell-solvers/releases/download/v0.0.40/mac64.tgz true ${project.build.directory}/../../localsolvers/mac64 @@ -473,7 +473,7 @@ wget - https://github.com/virtualcell/vcell-solvers/releases/download/v0.0.36/linux64.tgz + https://github.com/virtualcell/vcell-solvers/releases/download/v0.0.40/linux64.tgz true ${project.build.directory}/../../localsolvers/linux64 @@ -485,7 +485,7 @@ wget - https://github.com/virtualcell/vcell-solvers/releases/download/v0.0.36/win64.zip + https://github.com/virtualcell/vcell-solvers/releases/download/v0.0.40/win64.zip true ${project.build.directory}/../../localsolvers/win64 true @@ -498,7 +498,7 @@ wget - https://github.com/virtualcell/vcell-solvers/releases/download/v0.0.36/mac64.tgz + https://github.com/virtualcell/vcell-solvers/releases/download/v0.0.40/mac64.tgz true ${project.build.directory}/../../localsolvers/mac64