remove openlane dependency from pdk-with-volare (#55)

Co-authored-by: Marwan Abbas <marwan@ciic.c.catx-ext-efabless.internal>
This commit is contained in:
Marwan Abbas 2022-04-07 17:53:48 +02:00 committed by GitHub
parent f2cf19d6f2
commit 72513ffcbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1217,7 +1217,7 @@ endif
.PHONY: pdk-with-volare
pdk-with-volare: check-python install-volare $(OPENLANE_ROOT)/dependencies/tool_metadata.yml
@volare enable -f $(OPENLANE_ROOT)/dependencies/tool_metadata.yml
@volare enable ${OPEN_PDKS_COMMIT}
check-python:
ifeq ($(shell which python3),)