Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ ifneq ($(CBFLIB_DONT_USE_PY3CIFRW),yes)
# Definitions to get versions of python3 PyCifRW and PLY
#
PY3CIFRW ?= PyCifRW-4.3_rev_19Jun21
PY3PLY = ply-3.11
PY3PLY = ply
PY3CIFRWFLAG = -DCBF_USE_PYCIFRW
PY3CIFRW_PREFIX ?= $(HOME)/.local
endif
Expand Down Expand Up @@ -765,7 +765,7 @@ PY2PLYURL = http://www.dabeaz.com/ply/$(PY2PLY).tar.gz
endif
ifneq ($(CBFLIB_DONT_USE_PY3CIFRW),yes)
PY3CIFRWURL = http://downloads.sf.net/cbflib/$(PY3CIFRW).tar.gz
PY3PLYURL = http://downloads.sf.net/cbflib/$(PY3PLY).tar.gz
PY3PLYURL = https://github.com/dabeaz/ply.git
endif
REGEX_URL ?= http://downloads.sf.net/cbflib/$(REGEX).tar.gz
TIFF_URL ?= http://downloads.sf.net/cbflib/$(TIFF).tar.gz
Expand Down Expand Up @@ -1513,10 +1513,7 @@ build_py3ply: $(M4)/Makefile.m4
touch build_py3ply
$(PY3PLY): build_py3ply
-rm -rf $(PY3PLY)
-rm -rf $(PY3PLY).tar.gz
$(DOWNLOAD) $(PY3PLYURL)
tar -xvf $(PY3PLY).tar.gz
-rm $(PY3PLY).tar.gz
git clone $(PY3PLYURL)
(cd $(PY3PLY); \
PYTHONPATH=$(PY3CIFRW_PREFIX)/lib/python:$(PY3CIFRW_PREFIX)/lib64/python; export PYTHONPATH; \
mkdir -p $(PY3CIFRW_PREFIX)/lib/python/site-packages; \
Expand Down
9 changes: 3 additions & 6 deletions Makefile_DIALS
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ ifneq ($(CBFLIB_DONT_USE_PY3CIFRW),yes)
# Definitions to get versions of python3 PyCifRW and PLY
#
PY3CIFRW ?= PyCifRW-4.3_rev_19Jun21
PY3PLY = ply-3.11
PY3PLY = ply
PY3CIFRWFLAG = -DCBF_USE_PYCIFRW
PY3CIFRW_PREFIX ?= $(HOME)/.local
endif
Expand Down Expand Up @@ -694,7 +694,7 @@ PY2PLYURL = http://www.dabeaz.com/ply/$(PY2PLY).tar.gz
endif
ifneq ($(CBFLIB_DONT_USE_PY3CIFRW),yes)
PY3CIFRWURL = http://downloads.sf.net/cbflib/$(PY3CIFRW).tar.gz
PY3PLYURL = http://downloads.sf.net/cbflib/$(PY3PLY).tar.gz
PY3PLYURL = https://github.com/dabeaz/ply.git
endif
REGEX_URL ?= http://downloads.sf.net/cbflib/$(REGEX).tar.gz
TIFF_URL ?= http://downloads.sf.net/cbflib/$(TIFF).tar.gz
Expand Down Expand Up @@ -1379,10 +1379,7 @@ build_py3ply: $(M4)/Makefile.m4
touch build_py3ply
$(PY3PLY): build_py3ply
-rm -rf $(PY3PLY)
-rm -rf $(PY3PLY).tar.gz
$(DOWNLOAD) $(PY3PLYURL)
tar -xvf $(PY3PLY).tar.gz
-rm $(PY3PLY).tar.gz
git clone $(PY3PLYURL)
(cd $(PY3PLY); \
PYTHONPATH=$(PY3CIFRW_PREFIX)/lib/python:$(PY3CIFRW_PREFIX)/lib64/python; export PYTHONPATH; \
mkdir -p $(PY3CIFRW_PREFIX)/lib/python/site-packages; \
Expand Down
9 changes: 3 additions & 6 deletions Makefile_LINUX
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ ifneq ($(CBFLIB_DONT_USE_PY3CIFRW),yes)
# Definitions to get versions of python3 PyCifRW and PLY
#
PY3CIFRW ?= PyCifRW-4.3_rev_19Jun21
PY3PLY = ply-3.11
PY3PLY = ply
PY3CIFRWFLAG = -DCBF_USE_PYCIFRW
PY3CIFRW_PREFIX ?= $(HOME)/.local
endif
Expand Down Expand Up @@ -761,7 +761,7 @@ PY2PLYURL = http://www.dabeaz.com/ply/$(PY2PLY).tar.gz
endif
ifneq ($(CBFLIB_DONT_USE_PY3CIFRW),yes)
PY3CIFRWURL = http://downloads.sf.net/cbflib/$(PY3CIFRW).tar.gz
PY3PLYURL = http://downloads.sf.net/cbflib/$(PY3PLY).tar.gz
PY3PLYURL = https://github.com/dabeaz/ply.git
endif
REGEX_URL ?= http://downloads.sf.net/cbflib/$(REGEX).tar.gz
TIFF_URL ?= http://downloads.sf.net/cbflib/$(TIFF).tar.gz
Expand Down Expand Up @@ -1509,10 +1509,7 @@ build_py3ply: $(M4)/Makefile.m4
touch build_py3ply
$(PY3PLY): build_py3ply
-rm -rf $(PY3PLY)
-rm -rf $(PY3PLY).tar.gz
$(DOWNLOAD) $(PY3PLYURL)
tar -xvf $(PY3PLY).tar.gz
-rm $(PY3PLY).tar.gz
git clone $(PY3PLYURL)
(cd $(PY3PLY); \
PYTHONPATH=$(PY3CIFRW_PREFIX)/lib/python:$(PY3CIFRW_PREFIX)/lib64/python; export PYTHONPATH; \
mkdir -p $(PY3CIFRW_PREFIX)/lib/python/site-packages; \
Expand Down
9 changes: 3 additions & 6 deletions Makefile_MINGW
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ ifneq ($(CBFLIB_DONT_USE_PY3CIFRW),yes)
# Definitions to get versions of python3 PyCifRW and PLY
#
PY3CIFRW ?= PyCifRW-4.3_rev_19Jun21
PY3PLY = ply-3.11
PY3PLY = ply
PY3CIFRWFLAG = -DCBF_USE_PYCIFRW
PY3CIFRW_PREFIX ?= $(HOME)/.local
endif
Expand Down Expand Up @@ -775,7 +775,7 @@ PY2PLYURL = http://www.dabeaz.com/ply/$(PY2PLY).tar.gz
endif
ifneq ($(CBFLIB_DONT_USE_PY3CIFRW),yes)
PY3CIFRWURL = http://downloads.sf.net/cbflib/$(PY3CIFRW).tar.gz
PY3PLYURL = http://downloads.sf.net/cbflib/$(PY3PLY).tar.gz
PY3PLYURL = https://github.com/dabeaz/ply.git
endif
REGEX_URL ?= http://downloads.sf.net/cbflib/$(REGEX).tar.gz
TIFF_URL ?= http://downloads.sf.net/cbflib/$(TIFF).tar.gz
Expand Down Expand Up @@ -1523,10 +1523,7 @@ build_py3ply: $(M4)/Makefile.m4
touch build_py3ply
$(PY3PLY): build_py3ply
-rm -rf $(PY3PLY)
-rm -rf $(PY3PLY).tar.gz
$(DOWNLOAD) $(PY3PLYURL)
tar -xvf $(PY3PLY).tar.gz
-rm $(PY3PLY).tar.gz
git clone $(PY3PLYURL)
(cd $(PY3PLY); \
PYTHONPATH=$(PY3CIFRW_PREFIX)/lib/python:$(PY3CIFRW_PREFIX)/lib64/python; export PYTHONPATH; \
mkdir -p $(PY3CIFRW_PREFIX)/lib/python/site-packages; \
Expand Down
9 changes: 3 additions & 6 deletions Makefile_MSYS2
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ ifneq ($(CBFLIB_DONT_USE_PY3CIFRW),yes)
# Definitions to get versions of python3 PyCifRW and PLY
#
PY3CIFRW ?= PyCifRW-4.3_rev_19Jun21
PY3PLY = ply-3.11
PY3PLY = ply
PY3CIFRWFLAG = -DCBF_USE_PYCIFRW
PY3CIFRW_PREFIX ?= $(HOME)/.local
endif
Expand Down Expand Up @@ -760,7 +760,7 @@ PY2PLYURL = http://www.dabeaz.com/ply/$(PY2PLY).tar.gz
endif
ifneq ($(CBFLIB_DONT_USE_PY3CIFRW),yes)
PY3CIFRWURL = http://downloads.sf.net/cbflib/$(PY3CIFRW).tar.gz
PY3PLYURL = http://downloads.sf.net/cbflib/$(PY3PLY).tar.gz
PY3PLYURL = https://github.com/dabeaz/ply.git
endif
REGEX_URL ?= http://downloads.sf.net/cbflib/$(REGEX).tar.gz
TIFF_URL ?= http://downloads.sf.net/cbflib/$(TIFF).tar.gz
Expand Down Expand Up @@ -1508,10 +1508,7 @@ build_py3ply: $(M4)/Makefile.m4
touch build_py3ply
$(PY3PLY): build_py3ply
-rm -rf $(PY3PLY)
-rm -rf $(PY3PLY).tar.gz
$(DOWNLOAD) $(PY3PLYURL)
tar -xvf $(PY3PLY).tar.gz
-rm $(PY3PLY).tar.gz
git clone $(PY3PLYURL)
(cd $(PY3PLY); \
PYTHONPATH=$(PY3CIFRW_PREFIX)/lib/python:$(PY3CIFRW_PREFIX)/lib64/python; export PYTHONPATH; \
mkdir -p $(PY3CIFRW_PREFIX)/lib/python/site-packages; \
Expand Down
9 changes: 3 additions & 6 deletions Makefile_OSX
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ ifneq ($(CBFLIB_DONT_USE_PY3CIFRW),yes)
# Definitions to get versions of python3 PyCifRW and PLY
#
PY3CIFRW ?= PyCifRW-4.3_rev_19Jun21
PY3PLY = ply-3.11
PY3PLY = ply
PY3CIFRWFLAG = -DCBF_USE_PYCIFRW
PY3CIFRW_PREFIX ?= $(HOME)/.local
endif
Expand Down Expand Up @@ -759,7 +759,7 @@ PY2PLYURL = http://www.dabeaz.com/ply/$(PY2PLY).tar.gz
endif
ifneq ($(CBFLIB_DONT_USE_PY3CIFRW),yes)
PY3CIFRWURL = http://downloads.sf.net/cbflib/$(PY3CIFRW).tar.gz
PY3PLYURL = http://downloads.sf.net/cbflib/$(PY3PLY).tar.gz
PY3PLYURL = https://github.com/dabeaz/ply.git
endif
REGEX_URL ?= http://downloads.sf.net/cbflib/$(REGEX).tar.gz
TIFF_URL ?= http://downloads.sf.net/cbflib/$(TIFF).tar.gz
Expand Down Expand Up @@ -1507,10 +1507,7 @@ build_py3ply: $(M4)/Makefile.m4
touch build_py3ply
$(PY3PLY): build_py3ply
-rm -rf $(PY3PLY)
-rm -rf $(PY3PLY).tar.gz
$(DOWNLOAD) $(PY3PLYURL)
tar -xvf $(PY3PLY).tar.gz
-rm $(PY3PLY).tar.gz
git clone $(PY3PLYURL)
(cd $(PY3PLY); \
PYTHONPATH=$(PY3CIFRW_PREFIX)/lib/python:$(PY3CIFRW_PREFIX)/lib64/python; export PYTHONPATH; \
mkdir -p $(PY3CIFRW_PREFIX)/lib/python/site-packages; \
Expand Down
9 changes: 3 additions & 6 deletions m4/Makefile.m4
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ ifneq ($(CBFLIB_DONT_USE_PY3CIFRW),yes)
# Definitions to get versions of python3 PyCifRW and PLY
#
PY3CIFRW ?= PyCifRW-4.3_rev_19Jun21
PY3PLY = ply-3.11
PY3PLY = ply
PY3CIFRWFLAG = -DCBF_USE_PYCIFRW
PY3CIFRW_PREFIX ?= $(HOME)/.local
endif
Expand Down Expand Up @@ -1134,7 +1134,7 @@ PY2PLYURL = http://www.dabeaz.com/ply/$(PY2PLY).tar.gz
endif
ifneq ($(CBFLIB_DONT_USE_PY3CIFRW),yes)
PY3CIFRWURL = http://downloads.sf.net/cbflib/$(PY3CIFRW).tar.gz
PY3PLYURL = http://downloads.sf.net/cbflib/$(PY3PLY).tar.gz
PY3PLYURL = https://github.com/dabeaz/ply.git
endif
REGEX_URL ?= http://downloads.sf.net/cbflib/$(REGEX).tar.gz
TIFF_URL ?= http://downloads.sf.net/cbflib/$(TIFF).tar.gz
Expand Down Expand Up @@ -1882,10 +1882,7 @@ build_py3ply: $(M4)/Makefile.m4
touch build_py3ply
$(PY3PLY): build_py3ply
-rm -rf $(PY3PLY)
-rm -rf $(PY3PLY).tar.gz
$(DOWNLOAD) $(PY3PLYURL)
tar -xvf $(PY3PLY).tar.gz
-rm $(PY3PLY).tar.gz
wget -O - -nv $(PY3PLYURL) | tar -xzf -
(cd $(PY3PLY); \
PYTHONPATH=$(PY3CIFRW_PREFIX)/lib/python:$(PY3CIFRW_PREFIX)/lib64/python; export PYTHONPATH; \
mkdir -p $(PY3CIFRW_PREFIX)/lib/python/site-packages; \
Expand Down
Loading