bender icon indicating copy to clipboard operation
bender copied to clipboard

Possibility to release a build for macOS?

Open V0XNIHILI opened this issue 2 years ago • 2 comments

Dear Bender team,

I am really excited by the possibility of a well-built and widely adopted Verilog package manager. So, thank you very much for developing this project!

I was wondering whether it would also be possible to release pre-built binaries for macOS (the platform that I am using).

Best, Douwe

V0XNIHILI avatar Oct 19 '23 13:10 V0XNIHILI

Hi Douwe,

Thank you for your interest in bender! I'd be happy to add a build flow for macOS, but currently do not have the time to implement it properly. Ideally, a universal binary (both for x86_64 and arm64/aarch64) would be implemented and the download script (found on the website branch) adjusted to run correctly for macOS. I would be happy to review a PR that adds this feature! Otherwise, you can always install rust and run cargo install bender to have a system installation for bender.

Best, Michael

micprog avatar Oct 23 '23 11:10 micprog

Hey, for now I indeed used cargo install bender and this was really easy and works perfectly! I don't have enough knowledge to setup a build flow for macOS unfortunately :(

V0XNIHILI avatar Oct 24 '23 19:10 V0XNIHILI