chipsalliance / homebrew-verible

Apache License 2.0
16 stars 8 forks source link

Update to v0.0-3007-g4437c436 #17

Closed hzeller closed 1 year ago

hzeller commented 1 year ago

Might be fixing #16

hzeller commented 1 year ago

@thuvasooriya Can you test this PR ? I don't have a mac to test

thuvasooriya commented 1 year ago

@thuvasooriya Can you test this PR ? I don't have a mac to test

Alright. I’m not familiar with testing branches so give me some time I’ll try.

hzeller commented 1 year ago

You could download the patch from https://patch-diff.githubusercontent.com/raw/chipsalliance/homebrew-verible/pull/17.diff and then patch locally into your copy.

thuvasooriya commented 1 year ago

You could download the patch from https://patch-diff.githubusercontent.com/raw/chipsalliance/homebrew-verible/pull/17.diff and then patch locally into your copy.

==> Fetching chipsalliance/verible/verible
==> Cloning https://github.com/chipsalliance/verible.git
Updating /Users/tony/Library/Caches/Homebrew/verible--git
==> Checking out tag v0.0-3007-g4437c436
HEAD is now at 4437c436 Merge pull request #1767 from hzeller/20230301-experimental-cc-script
HEAD is now at 4437c436 Merge pull request #1767 from hzeller/20230301-experimental-cc-script
==> Installing verible from chipsalliance/verible
==> bazel build --jobs=8 --compilation_mode=opt --copt=-mcpu=apple-m1 --linkopt=-Wl,-rpath,@loader_path/../lib --verbose_failures //verilog/

I’ve finally managed to do it by editing the rb file manually. It’s stuck on the last step for a very long time. Not sure why.

hzeller commented 1 year ago

it is probably compiling. It takes a while.

hzeller commented 1 year ago

did it work ?

thuvasooriya commented 1 year ago

did it work ?

==> Fetching chipsalliance/verible/verible
==> Cloning https://github.com/chipsalliance/verible.git
Updating /Users/tony/Library/Caches/Homebrew/verible--git
==> Checking out tag v0.0-3007-g4437c436
HEAD is now at 4437c436 Merge pull request #1767 from hzeller/20230301-experimental-cc-script
HEAD is now at 4437c436 Merge pull request #1767 from hzeller/20230301-experimental-cc-script
==> Installing verible from chipsalliance/verible
==> bazel build --jobs=8 --compilation_mode=opt --copt=-mcpu=apple-m1 --linkopt=-Wl,-rpath,@loader_path/../lib --verbose_failures //verilog/
🍺  /opt/homebrew/Cellar/verible/0.0-3007-g4437c436: 14 files, 24.8MB, built in 184 minutes 43 seconds
==> Running `brew cleanup verible`...
Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).

Sorry for the delay. Yes it did ✨