Avoid creating lvs and drc symlink for gf180mcu klayout tech folder The lvs and drc folders are already in the klayout folder, so there's no need to create a symbolic link. This fixes the gf180mcu compile error
diff --git a/gf180mcu/Makefile.in b/gf180mcu/Makefile.in index f5c237f..f1f10ba 100644 --- a/gf180mcu/Makefile.in +++ b/gf180mcu/Makefile.in
@@ -1003,10 +1003,6 @@ -gds cells/klayout/pymacros/cells/*/*.gds noextract \ -library primitive gf180mcu_fd_pr \ 2>&1 | tee -a ${GF180MCU$*}_make.log - # The klayout GUI prefers that drc/ and lvs/ exist under tech/, - # so make symbolic links. - (cd ${STAGING_PATH}/${GF180MCU$*}/libs.tech/klayout/tech ; \ - ln -f -s ../lvs ; ln -f -s ../drc) # Add "device primitive" property to the bipolar devices and # order the ports correctly to match the subcircuit model. This # ensures that the bipolar layouts extract correctly.