Skip to content

Commit

Permalink
update vcell-solvers to v0.8.0 across the board
Browse files Browse the repository at this point in the history
  • Loading branch information
jcschaff committed May 30, 2024
1 parent 9f4cc36 commit 7bc1342
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docker/build/Dockerfile-batch-dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/virtualcell/vcell-solvers:v0.0.42-dev3
FROM ghcr.io/virtualcell/vcell-solvers:v0.8.0

RUN apt-get -y update && \
apt-get install -y curl && \
Expand Down
2 changes: 1 addition & 1 deletion docker/swarm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ git tag ${theNewTag)
//Push new tag to github, e.g. "git push origin v0.0.22"
git push origin ${theNewTag)
//github will alert travisci(mac,linux) and appveyor(win) to start building the tagged commit for client local solvers
//they will send their archived solvers to github and add to tagged commit (win64.zip,linux64.tgz,mac64.tgz)
//they will send their archived solvers to github and add to tagged commit (win64.zip,linux64.tgz,macos_x86_64.tgz)
```

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,9 @@
<!-- - vcell solvers from ghcr.io/virtualcell/vcell-solvers:v0.0.42-dev3 -->
<!-- - langevin solver from 'solvers-langevin-linux.version' -->
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<solvers-vcell-mac.version>v0.0.44-dev4</solvers-vcell-mac.version>
<solvers-vcell-windows.version>v0.0.40</solvers-vcell-windows.version>
<solvers-vcell-linux.version>v0.0.44-dev4</solvers-vcell-linux.version>
<solvers-vcell-mac.version>v0.8.0</solvers-vcell-mac.version>
<solvers-vcell-windows.version>v0.8.0</solvers-vcell-windows.version>
<solvers-vcell-linux.version>v0.8.0</solvers-vcell-linux.version>
<solvers-langevin-mac.version>1.2.7</solvers-langevin-mac.version>
<solvers-langevin-windows.version>1.2.7</solvers-langevin-windows.version>
<solvers-langevin-linux.version>1.2.7</solvers-langevin-linux.version>
Expand Down
4 changes: 2 additions & 2 deletions vcell-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@
<goal>wget</goal>
</goals>
<configuration>
<url>https://github.com/virtualcell/vcell-solvers/releases/download/${solvers-vcell-mac.version}/mac64.tgz</url>
<url>https://github.com/virtualcell/vcell-solvers/releases/download/${solvers-vcell-mac.version}/macos_x86_64.tgz</url>
<unpack>true</unpack>
<outputDirectory>${project.build.directory}/../../localsolvers/mac64</outputDirectory>
</configuration>
Expand Down Expand Up @@ -793,7 +793,7 @@
<goal>wget</goal>
</goals>
<configuration>
<url>https://github.com/virtualcell/vcell-solvers/releases/download/${solvers-vcell-mac.version}/mac64.tgz</url>
<url>https://github.com/virtualcell/vcell-solvers/releases/download/${solvers-vcell-mac.version}/macos_x86_64.tgz</url>
<unpack>true</unpack>
<outputDirectory>${project.build.directory}/../../localsolvers/mac64</outputDirectory>
</configuration>
Expand Down

0 comments on commit 7bc1342

Please sign in to comment.