We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31e0364 commit 514d159Copy full SHA for 514d159
Makefile
@@ -5,12 +5,13 @@ virtual-env:
5
$(PYTHON) -m venv $(VENV)
6
7
pygraphviz:
8
- git clone https://github.com/pygraphviz/pygraphviz
9
- . $(VENV)/bin/activate && \
+ @git clone https://github.com/pygraphviz/pygraphviz
+ @. $(VENV)/bin/activate && \
10
cd pygraphviz && \
11
git checkout 6c0876c9bb158452f1193d562531d258e9193f2e && \
12
git apply ../patches/graphviz-includes.diff && \
13
python setup.py install
14
+ @rm -rf pygraphviz
15
16
17
deps: pygraphviz
0 commit comments