We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81f912d commit e5a992fCopy full SHA for e5a992f
m4/Makefile.m4
@@ -1913,7 +1913,7 @@ build_py3ply: $(M4)/Makefile.m4
1913
touch build_py3ply
1914
$(PY3PLY): build_py3ply
1915
-rm -rf $(PY3PLY)
1916
- wget -O - -nv $(PY3PLYURL) | tar -xzf -
+ git clone $(PY3PLYURL)
1917
(cd $(PY3PLY); \
1918
PYTHONPATH=$(PY3CIFRW_PREFIX)/lib/python:$(PY3CIFRW_PREFIX)/lib64/python; export PYTHONPATH; \
1919
mkdir -p $(PY3CIFRW_PREFIX)/lib/python/site-packages; \
0 commit comments