Closed rkshthrmsh closed 1 year ago
Working on a change that will make the coreir backend optional
Thank, @leonardt. Is there a workaround for now?
Could you try using Python 3.8? Depending on your version of MacOS, you may be able to use the pre existing binary wheel to avoid compiling coreir from source. Another option is to step through the compile, which will require installing some dependencies like cmake. If you want to go down this path, you can check out the install steps here: https://github.com/rdaly525/coreir/blob/master/INSTALL.md although they are quite old and out of date so you may need to change some things.
You can also try the deprecate-coreir
branch, working on getting the tests updated, but it should hopefully install.
git clone https://github.com/phanrahan/magma.git
cd magma
git checkout deprecate-coreir
pip install -e . # install local symlink package
Using deprecate-coreir
branch worked.
It appears that the pip package for magma is not working. I am attempting to install it as per the README:
pip install magma-lang
, but it fails at building wheel for coreir. Installation details and output: OS: MacOS Python: Python 3.11 Output: