Skip to content

Commit

Permalink
new bottles, switching to macos14 sonoma
Browse files Browse the repository at this point in the history
  • Loading branch information
sbeamer committed Jan 12, 2024
1 parent bc77eca commit 1ab236b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Build the toolchain:

$ brew install riscv-tools

If you have macOS Ventura (13), `riscv-tools` will be installed from precompiled binaries. If you do not have Ventura (for x86), `riscv-tools` will be built from source. Note building from source will require approximately 6.5 GB for all of the source and intermediate build files. It builds with the default compiler (clang), but you can specify another compiler on the command line. For example:
If you have macOS Sonoma (14), `riscv-tools` will be installed from precompiled binaries. If you do not have Ventura (for x86), `riscv-tools` will be built from source. Note building from source will require approximately 6.5 GB for all of the source and intermediate build files. It builds with the default compiler (clang), but you can specify another compiler on the command line. For example:

$ brew install --cc=gcc-10 riscv-tools

Expand Down
4 changes: 2 additions & 2 deletions riscv-gnu-toolchain.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ class RiscvGnuToolchain < Formula

bottle do
root_url "http://riscv.org.s3.amazonaws.com/bottles"
rebuild 14
sha256 ventura: "dae252a926c582f65102b58aef1cec364bdbf5d4d8bdd2724ca9b7327fe97988"
rebuild 15
sha256 sonoma: "ef2e103e306aa3e4794d8bd5609618835e10260a44fe4502fe7d30beddf0f509"
end

# enabling multilib by default, must choose to build without
Expand Down
4 changes: 2 additions & 2 deletions riscv-isa-sim.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ class RiscvIsaSim < Formula

bottle do
root_url "http://riscv.org.s3.amazonaws.com/bottles"
rebuild 16
sha256 cellar: :any, ventura: "6dec4e890d6701f78d7ac6a970c0ea7934d9d36ba0a85406142e40c104ca2659"
rebuild 17
sha256 cellar: :any, sonoma: "11f640bb01a1b3ad864ab689257e1ae684b281f035d1343d9b415761e6b4cd23"
end

depends_on "dtc"
Expand Down
4 changes: 2 additions & 2 deletions riscv-pk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ class RiscvPk < Formula

bottle do
root_url "http://riscv.org.s3.amazonaws.com/bottles"
rebuild 14
sha256 cellar: :any_skip_relocation, ventura: "66af15234210962686fd6e4374a8eb3033da47ccfbc6d3f73157796f692f07d8"
rebuild 15
sha256 cellar: :any_skip_relocation, sonoma: "45ab4dd82407aee685ffbd049ad0df0cfced02e4e3c207b4d8d2e91e4ad91351"
end

depends_on "gnu-sed" => :build
Expand Down

0 comments on commit 1ab236b

Please sign in to comment.