Difficulties building OpenROAD locally on M1 Pro Mac #6474
Unanswered
CooperDeng
asked this question in
Q&A
Replies: 2 comments 26 replies
-
DependencyInstaller worked just a couple of days ago for me (M1 MacBook).
In case you get that to work, here are the three things I needed to get OR to compile:
|
Beta Was this translation helpful? Give feedback.
23 replies
-
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello guys, was trying to build OpenROAD locally on my M1 (Pro, not sure if it makes a difference) Mac, but was running into some difficulties in installing dependencies.
Was doing the following commands:
(base) [my_userid] OpenROAD % ./etc/DependencyInstaller.sh: ./etc/DependencyInstaller.sh
The output was really weird, specifically indicating how there were syntax inssues within my soplex module (output attached)
output.txt
I have tried reinstalling soplex module but it did not work either, also the lemon-graph module installation is kinda funky (cannot be installed ude to the same error).
Plus here is an attachement for outptu from my brew doctor command.
doctor_output.txt
Any help is appreciated, thanks a lot!
Update:
Tried the commands below:
Ended up with the following output by reinstalling lemon-graph:
Beta Was this translation helpful? Give feedback.
All reactions