Mohanad Mohamed
01/11/2022, 6:23 PM$PATH
or making magic as an alias of its directory but nothing new. All dependencies and required packages are installed earlier.
The config command i'm using is:
./configure --enable-sky130-pdk=<skywater pdk path> --prefix=<local installation directory> --enable-xschem-sky130
I know that configuration is looking for magic in /usr/local/bin/magic
but that path needs sudo. Is there any other options?Matt Venn
01/11/2022, 7:17 PMMohanad Mohamed
01/11/2022, 7:20 PM/usr/local/
needs sudo privilege to install magic in it.Matt Venn
01/11/2022, 7:20 PMMohanad Mohamed
01/11/2022, 7:20 PMMatt Venn
01/11/2022, 7:21 PMTim Edwards
01/11/2022, 7:29 PMwhich magic
from the autoconf script, which means that if you install magic into some spot in your own home directory tree, and you alter your PATH environment variable to include the location of the magic
executable script, then open_pdks
should configure itself with the correct path to magic when you run configure
.PATH
environment variable, so what I said above should work.Mohanad Mohamed
01/11/2022, 7:32 PMPATH
, now it works.
Thank you so much.