Skip to content

Commit

Permalink
Merge pull request #1142 from virtualcell/1140-nfsim-macos
Browse files Browse the repository at this point in the history
upgrade Macos solvers to fix NFSim failure
  • Loading branch information
jcschaff authored Feb 9, 2024
2 parents 1285cf2 + 9992288 commit 06ef1ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vcell-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@
<goal>wget</goal>
</goals>
<configuration>
<url>https://github.com/virtualcell/vcell-solvers/releases/download/v0.0.43/mac64.tgz</url>
<url>https://github.com/virtualcell/vcell-solvers/releases/download/v0.0.44-dev3/mac64.tgz</url>
<unpack>true</unpack>
<outputDirectory>${project.build.directory}/../../localsolvers/mac64</outputDirectory>
</configuration>
Expand Down Expand Up @@ -680,7 +680,7 @@
<goal>wget</goal>
</goals>
<configuration>
<url>https://github.com/virtualcell/vcell-solvers/releases/download/v0.0.43/mac64.tgz</url>
<url>https://github.com/virtualcell/vcell-solvers/releases/download/v0.0.44-dev3/mac64.tgz</url>
<unpack>true</unpack>
<outputDirectory>${project.build.directory}/../../localsolvers/mac64</outputDirectory>
</configuration>
Expand Down

0 comments on commit 06ef1ac

Please sign in to comment.