File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 0.4.1 (unreleased)
2+
3+ - Updated CmdStan to 2.36.0
4+
15## 0.4.0 (2024-08-02)
26
37- Updated CmdStan to 2.35.0
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module Install
33 include Utils
44
55 def cmdstan_version
6- "2.35 .0"
6+ "2.36 .0"
77 end
88
99 def cmdstan_installed?
@@ -17,10 +17,10 @@ def install_cmdstan
1717
1818 # no stanc3 binary for Mac ARM
1919 if RbConfig ::CONFIG [ "host_os" ] !~ /darwin/i && RbConfig ::CONFIG [ "host_cpu" ] =~ /arm|aarch64/i
20- checksum = "87ea47f0576d581f0af7e3c1a2f9843d16a9c7b21ed94621c906f7a3183b410d "
20+ checksum = "ea475d79a1ed170c4fd5d76cd8a03da17af6be88c62c94c7590e4e5604598489 "
2121 url = "https://github.com/stan-dev/cmdstan/releases/download/v#{ version } /cmdstan-#{ version } -linux-arm64.tar.gz"
2222 else
23- checksum = "5bf668994e163419123d22bb7248ef1d30cbe2e7a14d50aa1c282b961f8172cd "
23+ checksum = "464114fe5e905f0e52b595ee799b467f9ef153983a3465deff75b1e70fb74641 "
2424 url = "https://github.com/stan-dev/cmdstan/releases/download/v#{ version } /cmdstan-#{ version } .tar.gz"
2525 end
2626
You can’t perform that action at this time.
0 commit comments