mirror of https://github.com/efabless/caravel.git
Allow volare installation from user project directories.
This commit is contained in:
parent
61906428d4
commit
ac6539c8b5
4
Makefile
4
Makefile
|
@ -823,12 +823,12 @@ README.rst: README.src.rst docs/source/getting-started.rst docs/source/tool-vers
|
|||
-e's@.. warning::@**WARNING:**@g' \
|
||||
> openlane/README.rst
|
||||
|
||||
venv/manifest.txt: ./requirements.txt
|
||||
venv/manifest.txt: $(CARAVEL_ROOT)/requirements.txt
|
||||
$(MAKE) check-python
|
||||
rm -rf ./venv
|
||||
$(PYTHON_BIN) -m venv ./venv
|
||||
./venv/bin/python3 -m pip install --upgrade --no-cache-dir pip
|
||||
./venv/bin/python3 -m pip install --upgrade --no-cache-dir -r requirements.txt
|
||||
./venv/bin/python3 -m pip install --upgrade --no-cache-dir -r $(CARAVEL_ROOT)/requirements.txt
|
||||
./venv/bin/python3 -m pip freeze > $@
|
||||
|
||||
###########################################################################
|
||||
|
|
Loading…
Reference in New Issue