Codebase list cod-tools / cc347b1
Adding a patch to build Python3 code by default. Andrius Merkys 4 years ago
2 changed file(s) with 15 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 --- a/src/components/pycodcif/Makelocal-setuptools
1 +++ b/src/components/pycodcif/Makelocal-setuptools
2 @@ -6,9 +6,9 @@
3
4 all: build
5
6 -build: ${PYTHON2_PYCODCIF_PY} # ${PYTHON3_PYCODCIF_PY}
7 +build: ${PYTHON3_PYCODCIF_PY}
8
9 -install: install-2 # install-3
10 +install: install-3
11
12 ${SETUP_PY}: ${SETUP_PYIN}
13 sed 's/@@VERSION@@/'${VERSION}'/' < $< > $@
22 distclean-tmp.diff
33 disable-test-network-access.diff
44 spglib.diff
5 build-python3-by-default.diff