Skip to content

Commit

Permalink
update Langevin solvers to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jcschaff committed May 30, 2024
1 parent 7bc1342 commit b29d8e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,9 @@
<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>
<solvers-langevin-mac.version>1.3.2</solvers-langevin-mac.version>
<solvers-langevin-windows.version>1.3.2</solvers-langevin-windows.version>
<solvers-langevin-linux.version>1.3.2</solvers-langevin-linux.version>
</properties>


Expand Down
4 changes: 2 additions & 2 deletions vcell-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@
<goal>wget</goal>
</goals>
<configuration>
<url>https://github.com/cam-center/LangevinNoVis01/releases/download/${solvers-langevin-mac.version}/langevin-macos-latest</url>
<url>https://github.com/cam-center/LangevinNoVis01/releases/download/${solvers-langevin-mac.version}/langevin-macos-13</url>
<outputDirectory>${project.build.directory}/../../localsolvers/mac64</outputDirectory>
<outputFileName>langevin_x64</outputFileName>
</configuration>
Expand Down Expand Up @@ -817,7 +817,7 @@
<goal>wget</goal>
</goals>
<configuration>
<url>https://github.com/cam-center/LangevinNoVis01/releases/download/${solvers-langevin-mac.version}/langevin-macos-latest</url>
<url>https://github.com/cam-center/LangevinNoVis01/releases/download/${solvers-langevin-mac.version}/langevin-macos-13</url>
<outputDirectory>${project.build.directory}/../../localsolvers/mac64</outputDirectory>
<outputFileName>langevin_x64</outputFileName>
</configuration>
Expand Down

0 comments on commit b29d8e2

Please sign in to comment.