Skip to content

Commit 0d540bd

Browse files
BrewTestBotchenrui333
authored andcommitted
yosys 0.57
yosys: need newer flex Signed-off-by: Rui Chen <[email protected]>
1 parent 02e39a4 commit 0d540bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/y/yosys.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Yosys < Formula
22
desc "Framework for Verilog RTL synthesis"
33
homepage "https://yosyshq.net/yosys/"
4-
url "https://github.com/YosysHQ/yosys/releases/download/v0.56/yosys.tar.gz"
5-
sha256 "b5270419812a38ab3dade6003130fc2eebc9757a4ed9e48b0ceb311428743d04"
4+
url "https://github.com/YosysHQ/yosys/releases/download/v0.57/yosys.tar.gz"
5+
sha256 "38e4edecd91006b45cadd33daa38f39c42ab625fe7a58cbfd8ab023d4a87bc4d"
66
license "ISC"
77
head "https://github.com/YosysHQ/yosys.git", branch: "main"
88

@@ -18,12 +18,12 @@ class Yosys < Formula
1818
end
1919

2020
depends_on "bison" => :build
21+
depends_on "flex" => :build
2122
depends_on "pkgconf" => :build
2223
depends_on "libtommath"
2324
depends_on "readline"
2425
depends_on "tcl-tk"
2526

26-
uses_from_macos "flex"
2727
uses_from_macos "libffi", since: :catalina
2828
uses_from_macos "python"
2929
uses_from_macos "zlib"

0 commit comments

Comments
 (0)