<#177 ./configure --disable-XXX doesn't seem to wo...
# open_pdks
g
#177 ./configure --disable-XXX doesn't seem to work New issue created by mithro
Copy code
./configure --enable-sky130-pdk=/host/skywater-pdk --enable-alpha-sky130 --prefix=/usr/local --enable-klayout --disable-magic --disable-netgen --disable-irsim --disa
ble-openlane --disable-qflow --disable-xschem                                                                                                                          
checking for a Python interpreter with version >= 3.4... python3                                                                                                       
checking for python3... /usr/bin/python3                                                                                                                               
checking for python3 version... 3.9                                                                                                                                    
checking for python3 platform... linux                                                                                                                                 
checking for python3 script directory... ${prefix}/lib/python3.9/site-packages                                                                                         
checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages                                                                          
checking python3 module: distutils... yes                                                                                                                              
checking for a sed that does not truncate output... /bin/sed                                                                                                           
configure: Found technology directories: sky130                                                                                                                        
Checking technology sky130...                                                                                                                                          
configure: Checking specified path for 'sky130' at /host/skywater-pdk                                                                                                  
checking for /host/skywater-pdk... yes                                                                                                                                 
configure: 'sky130' source path found at /host/skywater-pdk                                                                                                            
configure: Link targets set to none                                                                                                                                    
configure: Found tools: klayout magic netgen irsim openlane qflow xschem
checking for magic... /host/out/magic/bin/magic
checking for patch... /usr/bin/patch
configure: Package 'sky130_ml_xx_hd' will be installed automatically during make.
configure: Package 'xschem_sky130' will be installed automatically during make.
configure: Package 'sky130_sram_macros' will not be installed.
configure: Package 'sky130_osu_t12' will not be installed.
configure: Package 'sky130_osu_t15' will not be installed.
configure: Package 'sky130_osu_t18' will not be installed.
configure: Tools enabled for PDK setup installation: klayout magic netgen irsim openlane qflow xschem
configure: creating ./config.status
config.status: creating ../sky130/Makefile
config.status: creating ../Makefile
Build configured successfully
RTimothyEdwards/open_pdks