author | Edouard Tisserant <edouard.tisserant@gmail.com> |
Sat, 16 Dec 2017 17:29:59 +0100 | |
changeset 34 | 0a8caba627ac |
parent 30 | 1def008491ba |
child 36 | ad68e85dc416 |
permissions | -rw-r--r-- |
0
7bc9d95b92bc
initial commit, 1.03 installs on WinXP, python test builds and works
Edouard Tisserant
parents:
diff
changeset
|
1 |
#! gmake |
7bc9d95b92bc
initial commit, 1.03 installs on WinXP, python test builds and works
Edouard Tisserant
parents:
diff
changeset
|
2 |
|
7bc9d95b92bc
initial commit, 1.03 installs on WinXP, python test builds and works
Edouard Tisserant
parents:
diff
changeset
|
3 |
# This is Makefile for Beremiz installer |
2
2d6e92fb19e9
Gave up with legacy dll collection mechanism, and fixed missing VC9 redistributable for winXP SP2
Edouard Tisserant
parents:
1
diff
changeset
|
4 |
# |
14
8d49ccbdb035
clean up trailing whitespaces and wrong indention
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
13
diff
changeset
|
5 |
# Invoke with "make -f path/to/Makefile" on a linux box |
6
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
6 |
# in directory where build should happen. |
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
7 |
# |
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
8 |
# All those dependencies have to be installed : |
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
9 |
# |
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
10 |
# Windows installer : |
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
11 |
# - wine (tested with 1.2 and 1.6. Fail with 1.4) |
0
7bc9d95b92bc
initial commit, 1.03 installs on WinXP, python test builds and works
Edouard Tisserant
parents:
diff
changeset
|
12 |
# - mingw32 |
6
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
13 |
# - flex |
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
14 |
# - bison |
0
7bc9d95b92bc
initial commit, 1.03 installs on WinXP, python test builds and works
Edouard Tisserant
parents:
diff
changeset
|
15 |
# - tar |
7bc9d95b92bc
initial commit, 1.03 installs on WinXP, python test builds and works
Edouard Tisserant
parents:
diff
changeset
|
16 |
# - unrar |
7bc9d95b92bc
initial commit, 1.03 installs on WinXP, python test builds and works
Edouard Tisserant
parents:
diff
changeset
|
17 |
# - wget |
7bc9d95b92bc
initial commit, 1.03 installs on WinXP, python test builds and works
Edouard Tisserant
parents:
diff
changeset
|
18 |
# - nsis |
6
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
19 |
# - libtool |
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
20 |
# - xmlstarlet |
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
21 |
# - xsltproc |
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
22 |
# - python-lxml |
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
23 |
# |
2
2d6e92fb19e9
Gave up with legacy dll collection mechanism, and fixed missing VC9 redistributable for winXP SP2
Edouard Tisserant
parents:
1
diff
changeset
|
24 |
# WARNING : DISPLAY variable have to be defined to a valid X server |
2d6e92fb19e9
Gave up with legacy dll collection mechanism, and fixed missing VC9 redistributable for winXP SP2
Edouard Tisserant
parents:
1
diff
changeset
|
25 |
# in case it would be a problem, run : |
2d6e92fb19e9
Gave up with legacy dll collection mechanism, and fixed missing VC9 redistributable for winXP SP2
Edouard Tisserant
parents:
1
diff
changeset
|
26 |
# xvfb-run make -f /path/to/this/Makefile |
0
7bc9d95b92bc
initial commit, 1.03 installs on WinXP, python test builds and works
Edouard Tisserant
parents:
diff
changeset
|
27 |
|
16 | 28 |
version = 1.2-rc1 |
0
7bc9d95b92bc
initial commit, 1.03 installs on WinXP, python test builds and works
Edouard Tisserant
parents:
diff
changeset
|
29 |
|
29 | 30 |
src := $(abspath $(dir $(lastword $(MAKEFILE_LIST)))) |
22
07ad3ba42d39
Experimental docker based installer build, + update of mingw binaries - builds, untested
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
21
diff
changeset
|
31 |
HGREMOTE ?= https://hg.beremiz.org/ |
28
950f79385de7
HGROOT now default to parent of directory containing makefile. Added more instruction in Dockerfile
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
27
diff
changeset
|
32 |
HGROOT ?= $(abspath $(src)/..) |
6
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
33 |
GITROOT := $(HGROOT) |
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
34 |
DIST = |
29 | 35 |
CPUS := `cat /proc/cpuinfo | grep -e 'processor\W*:\W*[[:digit:]]*' | nl -n ln | tail -n1 | cut -f1` |
6
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
36 |
BLKDEV=/dev/null |
0
7bc9d95b92bc
initial commit, 1.03 installs on WinXP, python test builds and works
Edouard Tisserant
parents:
diff
changeset
|
37 |
|
12
1cea304b3e88
use global CROSS_COMPILE prefix to define compilers for matiec and canfestival
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
11
diff
changeset
|
38 |
|
1cea304b3e88
use global CROSS_COMPILE prefix to define compilers for matiec and canfestival
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
11
diff
changeset
|
39 |
CROSS_COMPILE=i686-w64-mingw32 |
19
4cd3af22787e
get gcc runtime lib from where gcc thinks they are
Edouard Tisserant 7BB06627 <edouard.tisserant@gmail.com>
parents:
18
diff
changeset
|
40 |
CROSS_COMPILE_LIBS_DIR=$(shell dirname $(shell $(CROSS_COMPILE)-gcc -print-libgcc-file-name)) |
12
1cea304b3e88
use global CROSS_COMPILE prefix to define compilers for matiec and canfestival
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
11
diff
changeset
|
41 |
CC=$(CROSS_COMPILE)-gcc |
1cea304b3e88
use global CROSS_COMPILE prefix to define compilers for matiec and canfestival
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
11
diff
changeset
|
42 |
CXX=$(CROSS_COMPILE)-g++ |
1cea304b3e88
use global CROSS_COMPILE prefix to define compilers for matiec and canfestival
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
11
diff
changeset
|
43 |
|
1cea304b3e88
use global CROSS_COMPILE prefix to define compilers for matiec and canfestival
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
11
diff
changeset
|
44 |
define get_runtime_libs |
1cea304b3e88
use global CROSS_COMPILE prefix to define compilers for matiec and canfestival
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
11
diff
changeset
|
45 |
cp $(CROSS_COMPILE_LIBS_DIR)/libgcc_s_sjlj-1.dll $(1) |
1cea304b3e88
use global CROSS_COMPILE prefix to define compilers for matiec and canfestival
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
11
diff
changeset
|
46 |
cp $(CROSS_COMPILE_LIBS_DIR)/libstdc++-6.dll $(1) |
1cea304b3e88
use global CROSS_COMPILE prefix to define compilers for matiec and canfestival
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
11
diff
changeset
|
47 |
endef |
1cea304b3e88
use global CROSS_COMPILE prefix to define compilers for matiec and canfestival
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
11
diff
changeset
|
48 |
|
0
7bc9d95b92bc
initial commit, 1.03 installs on WinXP, python test builds and works
Edouard Tisserant
parents:
diff
changeset
|
49 |
distfiles = $(src)/distfiles |
6
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
50 |
sfmirror = downloads |
0
7bc9d95b92bc
initial commit, 1.03 installs on WinXP, python test builds and works
Edouard Tisserant
parents:
diff
changeset
|
51 |
tmp := $(shell mktemp -d) |
7bc9d95b92bc
initial commit, 1.03 installs on WinXP, python test builds and works
Edouard Tisserant
parents:
diff
changeset
|
52 |
|
6
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
53 |
define hg_get_archive |
22
07ad3ba42d39
Experimental docker based installer build, + update of mingw binaries - builds, untested
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
21
diff
changeset
|
54 |
test -d $(HGROOT)/`basename $(1)` || hg --cwd $(HGROOT) clone $(HGREMOTE)`basename $(1)` |
6
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
55 |
hg -R $(HGROOT)/`basename $(1)` archive $(2) $(1) |
22
07ad3ba42d39
Experimental docker based installer build, + update of mingw binaries - builds, untested
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
21
diff
changeset
|
56 |
hg -R $(HGROOT)/`basename $(1)` id -i | sed 's/\+//' > $(1)/revision |
15
db66054a2ff3
create and add file with revision information for Beremiz
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
14
diff
changeset
|
57 |
endef |
db66054a2ff3
create and add file with revision information for Beremiz
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
14
diff
changeset
|
58 |
|
0
7bc9d95b92bc
initial commit, 1.03 installs on WinXP, python test builds and works
Edouard Tisserant
parents:
diff
changeset
|
59 |
define get_src_hg |
6
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
60 |
rm -rf $(1) |
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
61 |
$(call hg_get_archive, $(1), $(2)) |
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
62 |
endef |
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
63 |
|
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
64 |
define get_src_git |
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
65 |
rm -rf $(1) |
0
7bc9d95b92bc
initial commit, 1.03 installs on WinXP, python test builds and works
Edouard Tisserant
parents:
diff
changeset
|
66 |
mkdir $(1) |
6
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
67 |
(cd $(GITROOT)/`basename $(1)`; git archive --format=tar $(2)) | tar -C $(1) -x |
0
7bc9d95b92bc
initial commit, 1.03 installs on WinXP, python test builds and works
Edouard Tisserant
parents:
diff
changeset
|
68 |
endef |
7bc9d95b92bc
initial commit, 1.03 installs on WinXP, python test builds and works
Edouard Tisserant
parents:
diff
changeset
|
69 |
|
7bc9d95b92bc
initial commit, 1.03 installs on WinXP, python test builds and works
Edouard Tisserant
parents:
diff
changeset
|
70 |
define get_src_http |
5 | 71 |
dld=$(distfiles)/`echo $(2) | tr ' ()' '___'`;( ( [ -f $$dld ] || wget $(1)/$(2) -O $$dld ) && ( [ ! -f $$dld.md5 ] && (cd $(distfiles);md5sum `basename $$dld`) > $$dld.md5 || (cd $(distfiles);md5sum -c `basename $$dld.md5`) ) ) && |
0
7bc9d95b92bc
initial commit, 1.03 installs on WinXP, python test builds and works
Edouard Tisserant
parents:
diff
changeset
|
72 |
endef |
7bc9d95b92bc
initial commit, 1.03 installs on WinXP, python test builds and works
Edouard Tisserant
parents:
diff
changeset
|
73 |
|
7bc9d95b92bc
initial commit, 1.03 installs on WinXP, python test builds and works
Edouard Tisserant
parents:
diff
changeset
|
74 |
define get_src_pypi |
23
ddac0d77cb11
pypi repo now requires https
Paul Beltyukov <beltyukov.p.a@gmail.com>
parents:
21
diff
changeset
|
75 |
$(call get_src_http,https://pypi.python.org/packages/$(1),$(2)) |
0
7bc9d95b92bc
initial commit, 1.03 installs on WinXP, python test builds and works
Edouard Tisserant
parents:
diff
changeset
|
76 |
endef |
7bc9d95b92bc
initial commit, 1.03 installs on WinXP, python test builds and works
Edouard Tisserant
parents:
diff
changeset
|
77 |
|
7bc9d95b92bc
initial commit, 1.03 installs on WinXP, python test builds and works
Edouard Tisserant
parents:
diff
changeset
|
78 |
define get_src_sf |
22
07ad3ba42d39
Experimental docker based installer build, + update of mingw binaries - builds, untested
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
21
diff
changeset
|
79 |
$(call get_src_http,https://$(sfmirror).sourceforge.net/project/$(1),$(2)) |
6
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
80 |
endef |
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
81 |
|
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
82 |
all: Beremiz-$(version).exe $(targets_add) |
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
83 |
|
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
84 |
|
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
85 |
ifneq ("$(DIST)","") |
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
86 |
include $(src)/$(DIST).mk |
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
87 |
endif |
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
88 |
|
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
89 |
build: |
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
90 |
rm -rf build |
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
91 |
mkdir -p build |
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
92 |
|
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
93 |
# native toolchain, pre-built |
0
7bc9d95b92bc
initial commit, 1.03 installs on WinXP, python test builds and works
Edouard Tisserant
parents:
diff
changeset
|
94 |
mingwdir=build/mingw |
8
b7e0285edfa8
Added msys' make, bash and coreutils with mingw binaries
Edouard Tisserant
parents:
6
diff
changeset
|
95 |
|
b7e0285edfa8
Added msys' make, bash and coreutils with mingw binaries
Edouard Tisserant
parents:
6
diff
changeset
|
96 |
define get_mingw |
22
07ad3ba42d39
Experimental docker based installer build, + update of mingw binaries - builds, untested
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
21
diff
changeset
|
97 |
$(call get_src_sf,mingw/MinGW/Base/$(1),$(2)) tar -C $(mingwdir) -xf $$dld |
8
b7e0285edfa8
Added msys' make, bash and coreutils with mingw binaries
Edouard Tisserant
parents:
6
diff
changeset
|
98 |
endef |
b7e0285edfa8
Added msys' make, bash and coreutils with mingw binaries
Edouard Tisserant
parents:
6
diff
changeset
|
99 |
define get_msys |
22
07ad3ba42d39
Experimental docker based installer build, + update of mingw binaries - builds, untested
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
21
diff
changeset
|
100 |
$(call get_src_sf,mingw/MSYS/Base/$(1),$(2)) tar -C $(mingwdir) -xf $$dld |
8
b7e0285edfa8
Added msys' make, bash and coreutils with mingw binaries
Edouard Tisserant
parents:
6
diff
changeset
|
101 |
endef |
6
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
102 |
mingw: |build |
5 | 103 |
rm -rf $(mingwdir) |
0
7bc9d95b92bc
initial commit, 1.03 installs on WinXP, python test builds and works
Edouard Tisserant
parents:
diff
changeset
|
104 |
mkdir -p $(mingwdir) |
7bc9d95b92bc
initial commit, 1.03 installs on WinXP, python test builds and works
Edouard Tisserant
parents:
diff
changeset
|
105 |
# windows.h |
22
07ad3ba42d39
Experimental docker based installer build, + update of mingw binaries - builds, untested
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
21
diff
changeset
|
106 |
$(call get_mingw,w32api/w32api-5.0.1,w32api-5.0.1-mingw32-dev.tar.xz) |
0
7bc9d95b92bc
initial commit, 1.03 installs on WinXP, python test builds and works
Edouard Tisserant
parents:
diff
changeset
|
107 |
# mingw runtime |
22
07ad3ba42d39
Experimental docker based installer build, + update of mingw binaries - builds, untested
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
21
diff
changeset
|
108 |
$(call get_mingw,mingwrt/mingwrt-5.0.1,mingwrt-5.0.1-mingw32-dll.tar.xz) |
0
7bc9d95b92bc
initial commit, 1.03 installs on WinXP, python test builds and works
Edouard Tisserant
parents:
diff
changeset
|
109 |
# mingw headers and lib |
22
07ad3ba42d39
Experimental docker based installer build, + update of mingw binaries - builds, untested
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
21
diff
changeset
|
110 |
$(call get_mingw,mingwrt/mingwrt-5.0.1,mingwrt-5.0.1-mingw32-dev.tar.xz) |
0
7bc9d95b92bc
initial commit, 1.03 installs on WinXP, python test builds and works
Edouard Tisserant
parents:
diff
changeset
|
111 |
# binutils |
26
5d6dc1aaf7ad
Use newer binutils.
Paul Beltyukov <beltyukov.p.a@gmail.com>
parents:
23
diff
changeset
|
112 |
$(call get_mingw,binutils/binutils-2.28,binutils-2.28-1-mingw32-bin.tar.xz) |
0
7bc9d95b92bc
initial commit, 1.03 installs on WinXP, python test builds and works
Edouard Tisserant
parents:
diff
changeset
|
113 |
# C compiler |
22
07ad3ba42d39
Experimental docker based installer build, + update of mingw binaries - builds, untested
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
21
diff
changeset
|
114 |
$(call get_mingw,gcc/Version6/gcc-6.3.0,gcc-core-6.3.0-1-mingw32-bin.tar.xz) |
0
7bc9d95b92bc
initial commit, 1.03 installs on WinXP, python test builds and works
Edouard Tisserant
parents:
diff
changeset
|
115 |
# dependencies |
22
07ad3ba42d39
Experimental docker based installer build, + update of mingw binaries - builds, untested
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
21
diff
changeset
|
116 |
$(call get_mingw,gmp/gmp-6.1.2,libgmp-6.1.2-2-mingw32-dll-10.tar.xz) |
07ad3ba42d39
Experimental docker based installer build, + update of mingw binaries - builds, untested
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
21
diff
changeset
|
117 |
$(call get_mingw,mpc/mpc-1.0.3,libmpc-1.0.3-1-mingw32-dll-3.tar.xz) |
07ad3ba42d39
Experimental docker based installer build, + update of mingw binaries - builds, untested
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
21
diff
changeset
|
118 |
$(call get_mingw,mpfr/mpfr-3.1.5,libmpfr-3.1.5-1-mingw32-dll-4.tar.xz) |
07ad3ba42d39
Experimental docker based installer build, + update of mingw binaries - builds, untested
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
21
diff
changeset
|
119 |
$(call get_mingw,gettext/gettext-0.18.3.2-2,libintl-0.18.3.2-2-mingw32-dll-8.tar.xz) |
07ad3ba42d39
Experimental docker based installer build, + update of mingw binaries - builds, untested
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
21
diff
changeset
|
120 |
$(call get_mingw,gettext/gettext-0.18.3.2-2,libgettextpo-0.18.3.2-2-mingw32-dll-0.tar.xz) |
07ad3ba42d39
Experimental docker based installer build, + update of mingw binaries - builds, untested
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
21
diff
changeset
|
121 |
$(call get_mingw,libiconv/libiconv-1.14-3,libiconv-1.14-3-mingw32-dll.tar.lzma) |
07ad3ba42d39
Experimental docker based installer build, + update of mingw binaries - builds, untested
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
21
diff
changeset
|
122 |
|
8
b7e0285edfa8
Added msys' make, bash and coreutils with mingw binaries
Edouard Tisserant
parents:
6
diff
changeset
|
123 |
# make, bash, and dependencies |
22
07ad3ba42d39
Experimental docker based installer build, + update of mingw binaries - builds, untested
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
21
diff
changeset
|
124 |
$(call get_msys,bash/bash-3.1.23-1,bash-3.1.23-1-msys-1.0.18-bin.tar.xz) |
8
b7e0285edfa8
Added msys' make, bash and coreutils with mingw binaries
Edouard Tisserant
parents:
6
diff
changeset
|
125 |
$(call get_msys,coreutils/coreutils-5.97-3,coreutils-5.97-3-msys-1.0.13-bin.tar.lzma) |
22
07ad3ba42d39
Experimental docker based installer build, + update of mingw binaries - builds, untested
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
21
diff
changeset
|
126 |
$(call get_msys,libiconv/libiconv-1.14-1,libiconv-1.14-1-msys-1.0.17-bin.tar.lzma) |
07ad3ba42d39
Experimental docker based installer build, + update of mingw binaries - builds, untested
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
21
diff
changeset
|
127 |
$(call get_msys,libiconv/libiconv-1.14-1,libiconv-1.14-1-msys-1.0.17-dll-2.tar.lzma) |
07ad3ba42d39
Experimental docker based installer build, + update of mingw binaries - builds, untested
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
21
diff
changeset
|
128 |
$(call get_msys,gettext/gettext-0.18.1.1-1,libintl-0.18.1.1-1-msys-1.0.17-dll-8.tar.lzma) |
8
b7e0285edfa8
Added msys' make, bash and coreutils with mingw binaries
Edouard Tisserant
parents:
6
diff
changeset
|
129 |
$(call get_msys,regex/regex-1.20090805-2,libregex-1.20090805-2-msys-1.0.13-dll-1.tar.lzma) |
b7e0285edfa8
Added msys' make, bash and coreutils with mingw binaries
Edouard Tisserant
parents:
6
diff
changeset
|
130 |
$(call get_msys,termcap/termcap-0.20050421_1-2,libtermcap-0.20050421_1-2-msys-1.0.13-dll-0.tar.lzma) |
b7e0285edfa8
Added msys' make, bash and coreutils with mingw binaries
Edouard Tisserant
parents:
6
diff
changeset
|
131 |
$(call get_msys,make/make-3.81-3,make-3.81-3-msys-1.0.13-bin.tar.lzma) |
22
07ad3ba42d39
Experimental docker based installer build, + update of mingw binaries - builds, untested
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
21
diff
changeset
|
132 |
$(call get_msys,msys-core/msys-1.0.19-1,msysCORE-1.0.19-1-msys-1.0.19-bin.tar.xz) |
8
b7e0285edfa8
Added msys' make, bash and coreutils with mingw binaries
Edouard Tisserant
parents:
6
diff
changeset
|
133 |
$(call get_msys,termcap/termcap-0.20050421_1-2,libtermcap-0.20050421_1-2-msys-1.0.13-dll-0.tar.lzma) |
b7e0285edfa8
Added msys' make, bash and coreutils with mingw binaries
Edouard Tisserant
parents:
6
diff
changeset
|
134 |
touch $@ |
0
7bc9d95b92bc
initial commit, 1.03 installs on WinXP, python test builds and works
Edouard Tisserant
parents:
diff
changeset
|
135 |
|
7bc9d95b92bc
initial commit, 1.03 installs on WinXP, python test builds and works
Edouard Tisserant
parents:
diff
changeset
|
136 |
msiexec = WINEPREFIX=$(tmp) msiexec |
7bc9d95b92bc
initial commit, 1.03 installs on WinXP, python test builds and works
Edouard Tisserant
parents:
diff
changeset
|
137 |
wine = WINEPREFIX=$(tmp) wine |
7bc9d95b92bc
initial commit, 1.03 installs on WinXP, python test builds and works
Edouard Tisserant
parents:
diff
changeset
|
138 |
pydir = build/python |
7bc9d95b92bc
initial commit, 1.03 installs on WinXP, python test builds and works
Edouard Tisserant
parents:
diff
changeset
|
139 |
pysite = $(pydir)/Lib/site-packages |
7bc9d95b92bc
initial commit, 1.03 installs on WinXP, python test builds and works
Edouard Tisserant
parents:
diff
changeset
|
140 |
|
6
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
141 |
python: |build |
5 | 142 |
rm -rf $(pydir) |
2
2d6e92fb19e9
Gave up with legacy dll collection mechanism, and fixed missing VC9 redistributable for winXP SP2
Edouard Tisserant
parents:
1
diff
changeset
|
143 |
mkdir -p $(pydir) |
29 | 144 |
|
0
7bc9d95b92bc
initial commit, 1.03 installs on WinXP, python test builds and works
Edouard Tisserant
parents:
diff
changeset
|
145 |
# Python |
29 | 146 |
$(call get_src_http,http://www.python.org/ftp/python/2.7.3,python-2.7.3.msi)\ |
0
7bc9d95b92bc
initial commit, 1.03 installs on WinXP, python test builds and works
Edouard Tisserant
parents:
diff
changeset
|
147 |
$(msiexec) /qn /a $$dld TARGETDIR=.\\$(pydir) |
29 | 148 |
|
149 |
# WxPython 2.8 (needs running inno unpacker in wine) |
|
0
7bc9d95b92bc
initial commit, 1.03 installs on WinXP, python test builds and works
Edouard Tisserant
parents:
diff
changeset
|
150 |
$(call get_src_sf,innounp/innounp/innounp%200.36,innounp036.rar)\ |
7bc9d95b92bc
initial commit, 1.03 installs on WinXP, python test builds and works
Edouard Tisserant
parents:
diff
changeset
|
151 |
unrar e $$dld innounp.exe $(tmp) |
7bc9d95b92bc
initial commit, 1.03 installs on WinXP, python test builds and works
Edouard Tisserant
parents:
diff
changeset
|
152 |
$(call get_src_sf,wxpython/wxPython/2.8.12.1,wxPython2.8-win32-unicode-2.8.12.1-py27.exe)\ |
30
1def008491ba
More Makefile updates.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
29
diff
changeset
|
153 |
$(wine) $(tmp)/innounp.exe -d$(tmp)/wx28 -x $$dld |
1def008491ba
More Makefile updates.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
29
diff
changeset
|
154 |
cp -R $(tmp)/wx28/\{code_GetPythonDir\}/* $(pydir) |
1def008491ba
More Makefile updates.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
29
diff
changeset
|
155 |
cp -R $(tmp)/wx28/\{app\}/* $(pysite) |
29 | 156 |
|
157 |
# WxPython 3.0 (needs running inno unpacker in wine) |
|
158 |
$(call get_src_sf,wxpython/wxPython/3.0.2.0,wxPython3.0-win32-3.0.2.0-py27.exe)\ |
|
30
1def008491ba
More Makefile updates.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
29
diff
changeset
|
159 |
$(wine) $(tmp)/innounp.exe -d$(tmp)/wx30 -x $$dld |
1def008491ba
More Makefile updates.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
29
diff
changeset
|
160 |
cp -R $(tmp)/wx30/\{code_GetPythonDir\}/* $(pydir) |
1def008491ba
More Makefile updates.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
29
diff
changeset
|
161 |
cp -R $(tmp)/wx30/\{app\}/* $(pysite) |
29 | 162 |
|
2
2d6e92fb19e9
Gave up with legacy dll collection mechanism, and fixed missing VC9 redistributable for winXP SP2
Edouard Tisserant
parents:
1
diff
changeset
|
163 |
# wxPython fails if VC9.0 bullshit is not fully here. |
2d6e92fb19e9
Gave up with legacy dll collection mechanism, and fixed missing VC9 redistributable for winXP SP2
Edouard Tisserant
parents:
1
diff
changeset
|
164 |
$(call get_src_http,http://download.microsoft.com/download/1/1/1/1116b75a-9ec3-481a-a3c8-1777b5381140,vcredist_x86.exe)\ |
2d6e92fb19e9
Gave up with legacy dll collection mechanism, and fixed missing VC9 redistributable for winXP SP2
Edouard Tisserant
parents:
1
diff
changeset
|
165 |
cp $$dld $(tmp) |
2d6e92fb19e9
Gave up with legacy dll collection mechanism, and fixed missing VC9 redistributable for winXP SP2
Edouard Tisserant
parents:
1
diff
changeset
|
166 |
$(wine) $(tmp)/vcredist_x86.exe /qn /a |
2d6e92fb19e9
Gave up with legacy dll collection mechanism, and fixed missing VC9 redistributable for winXP SP2
Edouard Tisserant
parents:
1
diff
changeset
|
167 |
cp $(tmp)/drive_c/windows/winsxs/x86_Microsoft.VC90.CRT*/* $(pydir) |
29 | 168 |
|
6
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
169 |
# MathPlotLib |
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
170 |
$(call get_src_http,https://github.com/downloads/matplotlib/matplotlib,matplotlib-1.2.0.win32-py2.7.exe)\ |
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
171 |
unzip -d $(tmp)/mathplotlib $$dld ; [ $$? -eq 1 ] #silence error unziping .exe |
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
172 |
cp -R $(tmp)/mathplotlib/PLATLIB/* $(pysite) |
29 | 173 |
|
0
7bc9d95b92bc
initial commit, 1.03 installs on WinXP, python test builds and works
Edouard Tisserant
parents:
diff
changeset
|
174 |
# pywin32 |
7bc9d95b92bc
initial commit, 1.03 installs on WinXP, python test builds and works
Edouard Tisserant
parents:
diff
changeset
|
175 |
$(call get_src_sf,pywin32/pywin32/Build216,pywin32-216.win32-py2.7.exe)\ |
7bc9d95b92bc
initial commit, 1.03 installs on WinXP, python test builds and works
Edouard Tisserant
parents:
diff
changeset
|
176 |
unzip -d $(tmp)/pw32 $$dld ; [ $$? -eq 1 ] #silence error unziping .exe |
7bc9d95b92bc
initial commit, 1.03 installs on WinXP, python test builds and works
Edouard Tisserant
parents:
diff
changeset
|
177 |
cp -R $(tmp)/pw32/PLATLIB/* $(pysite) |
29 | 178 |
|
179 |
# zope.interface (twisted prereq) |
|
30
1def008491ba
More Makefile updates.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
29
diff
changeset
|
180 |
$(call get_src_pypi,9d/2d/beb32519c0bd19bda4ac38c34db417d563ee698518e582f951d0b9e5898b,zope.interface-4.3.2-py2.7-win32.egg)\ |
14
8d49ccbdb035
clean up trailing whitespaces and wrong indention
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
13
diff
changeset
|
181 |
unzip -d $(tmp) $$dld |
3
2ee55ffac580
Added zope.interface to installer so that twisted framework loads (needed by svgui)
Edouard Tisserant
parents:
2
diff
changeset
|
182 |
cp -R $(tmp)/zope $(pysite) |
29 | 183 |
|
184 |
# six (pyopenssl prereq) |
|
30
1def008491ba
More Makefile updates.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
29
diff
changeset
|
185 |
$(call get_src_pypi,67/4b/141a581104b1f6397bfa78ac9d43d8ad29a7ca43ea90a2d863fe3056e86a,six-1.11.0-py2.py3-none-any.whl)\ |
29 | 186 |
unzip -d $(tmp) $$dld |
187 |
cp -R $(tmp)/six.py $(pysite) |
|
188 |
||
189 |
# enum34 (cryptography prereq) |
|
30
1def008491ba
More Makefile updates.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
29
diff
changeset
|
190 |
$(call get_src_pypi,bf/3e/31d502c25302814a7c2f1d3959d2a3b3f78e509002ba91aea64993936876,enum34-1.1.6.tar.gz)\ |
29 | 191 |
tar -C $(tmp) -xzf $$dld |
192 |
cp -R $(tmp)/enum34-1.1.6/enum $(pysite) |
|
193 |
||
194 |
# cryptography (pyopenssl prereq) |
|
30
1def008491ba
More Makefile updates.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
29
diff
changeset
|
195 |
$(call get_src_pypi,17/08/04dc376411968ac21f2e11a8d7d70e936a654172567672fa79710a137bd9,cryptography-2.1.4-cp27-cp27m-win32.whl)\ |
29 | 196 |
unzip -d $(tmp) $$dld |
197 |
cp -R $(tmp)/cryptography $(pysite) |
|
198 |
||
199 |
# pyopenssl (twisted/ssl prereq) |
|
30
1def008491ba
More Makefile updates.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
29
diff
changeset
|
200 |
$(call get_src_pypi,79/db/7c0cfe4aa8341a5fab4638952520d8db6ab85ff84505e12c00ea311c3516,pyOpenSSL-17.5.0-py2.py3-none-any.whl)\ |
29 | 201 |
unzip -d $(tmp) $$dld |
202 |
cp -R $(tmp)/OpenSSL $(pysite) |
|
203 |
||
204 |
# pyasn1 (service identity prereq) |
|
30
1def008491ba
More Makefile updates.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
29
diff
changeset
|
205 |
$(call get_src_pypi,eb/3d/b7d0fdf4a882e26674c68c20f40682491377c4db1439870f5b6f862f76ed,pyasn1-0.4.2.tar.gz)\ |
1def008491ba
More Makefile updates.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
29
diff
changeset
|
206 |
tar -C $(tmp) -xzf $$dld |
1def008491ba
More Makefile updates.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
29
diff
changeset
|
207 |
cp -R $(tmp)/pyasn1-0.4.2/pyasn1 $(pysite) |
29 | 208 |
|
209 |
# pyasn1-modules (service identity prereq) |
|
30
1def008491ba
More Makefile updates.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
29
diff
changeset
|
210 |
$(call get_src_pypi,ab/76/36ab0e099e6bd27ed95b70c2c86c326d3affa59b9b535c63a2f892ac9f45,pyasn1-modules-0.2.1.tar.gz)\ |
1def008491ba
More Makefile updates.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
29
diff
changeset
|
211 |
tar -C $(tmp) -xzf $$dld |
1def008491ba
More Makefile updates.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
29
diff
changeset
|
212 |
cp -R $(tmp)/pyasn1-modules-0.2.1/pyasn1_modules $(pysite) |
29 | 213 |
|
214 |
# characteristic (service identity prereq) |
|
30
1def008491ba
More Makefile updates.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
29
diff
changeset
|
215 |
$(call get_src_pypi,dc/66/54b7a4758ea44fbc93895c7745060005272560fb2c356f2a6f7448ef9a80,characteristic-14.3.0.tar.gz)\ |
29 | 216 |
tar -C $(tmp) -xzf $$dld |
217 |
cp -R $(tmp)/characteristic-14.3.0/characteristic.py $(pysite) |
|
218 |
||
219 |
# service identity (twisted prereq) |
|
30
1def008491ba
More Makefile updates.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
29
diff
changeset
|
220 |
$(call get_src_pypi,de/2a/cab6e30be82c8fcd2339ef618036720eda954cf05daef514e386661c9221,service_identity-17.0.0.tar.gz)\ |
1def008491ba
More Makefile updates.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
29
diff
changeset
|
221 |
tar -C $(tmp) -xzf $$dld |
1def008491ba
More Makefile updates.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
29
diff
changeset
|
222 |
cp -R $(tmp)/service_identity-17.0.0/src/service_identity $(pysite) |
29 | 223 |
|
224 |
# txaio (autobahn prereq) |
|
30
1def008491ba
More Makefile updates.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
29
diff
changeset
|
225 |
$(call get_src_pypi,d6/95/d0c67304515f352342bc8fd14e5a3e7ca924134608acb730916073b18464,txaio-2.8.2.tar.gz)\ |
1def008491ba
More Makefile updates.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
29
diff
changeset
|
226 |
tar -C $(tmp) -xzf $$dld |
1def008491ba
More Makefile updates.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
29
diff
changeset
|
227 |
cp -R $(tmp)/txaio-2.8.2/txaio $(pysite) |
29 | 228 |
|
229 |
# python-msgpack (autobahn prereq) |
|
30
1def008491ba
More Makefile updates.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
29
diff
changeset
|
230 |
$(call get_src_pypi,59/ca/b8048e184a2edb5b3cd46f38be130e87cbce77f4168ed62344bc33df3e1b,msgpack_python-0.4.8-cp27-cp27m-win32.whl)\ |
29 | 231 |
unzip -d $(tmp) $$dld |
232 |
cp -R $(tmp)/msgpack $(pysite) |
|
233 |
||
234 |
# u-msgpack-python (autobahn prereq) |
|
30
1def008491ba
More Makefile updates.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
29
diff
changeset
|
235 |
$(call get_src_pypi,b8/ff/5730f61767d5acecac103343d66ebf631ebd672fa14e50472f05545749c2,u-msgpack-python-2.4.1.tar.gz)\ |
1def008491ba
More Makefile updates.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
29
diff
changeset
|
236 |
tar -C $(tmp) -xzf $$dld |
1def008491ba
More Makefile updates.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
29
diff
changeset
|
237 |
cp -R $(tmp)/u-msgpack-python-2.4.1/umsgpack.py $(pysite) |
29 | 238 |
|
239 |
# cffi (cryptography prereq) |
|
30
1def008491ba
More Makefile updates.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
29
diff
changeset
|
240 |
$(call get_src_pypi,5e/67/01ae6ae50d168d3b92f2a80bf62e07537171d0a1938c8bceb7e64d36829f,cffi-1.11.2-cp27-cp27m-win32.whl)\ |
29 | 241 |
unzip -d $(tmp) $$dld |
242 |
cp -R $(tmp)/cffi $(tmp)/_cffi_backend.pyd $(pysite) |
|
243 |
||
0
7bc9d95b92bc
initial commit, 1.03 installs on WinXP, python test builds and works
Edouard Tisserant
parents:
diff
changeset
|
244 |
# Twisted |
30
1def008491ba
More Makefile updates.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
29
diff
changeset
|
245 |
$(call get_src_pypi,fe/cb/97504d68c2f4300fb121f700cc2fae10e1856ba043e964acfab02e120835,Twisted-17.9.0-cp27-cp27m-win32.whl)\ |
29 | 246 |
unzip -d $(tmp) $$dld |
247 |
cp -R $(tmp)/twisted $(pysite) |
|
248 |
||
249 |
# Autobahn |
|
30
1def008491ba
More Makefile updates.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
29
diff
changeset
|
250 |
$(call get_src_pypi,e4/2e/01a64212b1eb580d601fa20f146c962235e3493795f46e3b254597ec635d,autobahn-17.10.1.tar.gz)\ |
1def008491ba
More Makefile updates.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
29
diff
changeset
|
251 |
tar -C $(tmp) -xzf $$dld |
1def008491ba
More Makefile updates.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
29
diff
changeset
|
252 |
cp -R $(tmp)/autobahn-17.10.1/autobahn $(pysite) |
29 | 253 |
|
0
7bc9d95b92bc
initial commit, 1.03 installs on WinXP, python test builds and works
Edouard Tisserant
parents:
diff
changeset
|
254 |
# Nevow |
7bc9d95b92bc
initial commit, 1.03 installs on WinXP, python test builds and works
Edouard Tisserant
parents:
diff
changeset
|
255 |
$(call get_src_pypi,source/N/Nevow,Nevow-0.10.0.tar.gz)\ |
6
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
256 |
tar -C $(tmp) -xzf $$dld |
0
7bc9d95b92bc
initial commit, 1.03 installs on WinXP, python test builds and works
Edouard Tisserant
parents:
diff
changeset
|
257 |
for i in nevow formless twisted; do cp -R $(tmp)/Nevow-0.10.0/$$i $(pysite); done |
29 | 258 |
|
0
7bc9d95b92bc
initial commit, 1.03 installs on WinXP, python test builds and works
Edouard Tisserant
parents:
diff
changeset
|
259 |
# Numpy |
30
1def008491ba
More Makefile updates.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
29
diff
changeset
|
260 |
$(call get_src_pypi,fd/32/196073188f5b8b464e0fabb470f971fa5dcd91b55726a43b40b008212358,numpy-1.13.3-2-cp27-none-win32.whl)\ |
1def008491ba
More Makefile updates.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
29
diff
changeset
|
261 |
unzip -d $(tmp) $$dld |
1def008491ba
More Makefile updates.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
29
diff
changeset
|
262 |
cp -R $(tmp)/numpy/* $(pysite) |
29 | 263 |
|
0
7bc9d95b92bc
initial commit, 1.03 installs on WinXP, python test builds and works
Edouard Tisserant
parents:
diff
changeset
|
264 |
# SimpleJson |
7bc9d95b92bc
initial commit, 1.03 installs on WinXP, python test builds and works
Edouard Tisserant
parents:
diff
changeset
|
265 |
$(call get_src_pypi,source/s/simplejson,simplejson-2.2.1.tar.gz)\ |
6
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
266 |
tar -C $(tmp) -xzf $$dld |
0
7bc9d95b92bc
initial commit, 1.03 installs on WinXP, python test builds and works
Edouard Tisserant
parents:
diff
changeset
|
267 |
cp -R $(tmp)/simplejson-2.2.1/simplejson/ $(pysite) |
29 | 268 |
|
21
5c0a6affeafa
switch zeroconf from pip instead of copy of old version in Beremiz tree
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
19
diff
changeset
|
269 |
# Zeroconf |
5c0a6affeafa
switch zeroconf from pip instead of copy of old version in Beremiz tree
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
19
diff
changeset
|
270 |
$(call get_src_pypi,6b/88/48dbe88b10098f98acef33218763c5630b0081c7fd0849ab4793b1e9b6d3,zeroconf-0.19.1-py2.py3-none-any.whl)\ |
5c0a6affeafa
switch zeroconf from pip instead of copy of old version in Beremiz tree
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
19
diff
changeset
|
271 |
unzip -d $(tmp)/zeroconf $$dld |
5c0a6affeafa
switch zeroconf from pip instead of copy of old version in Beremiz tree
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
19
diff
changeset
|
272 |
cp -R $(tmp)/zeroconf/* $(pysite) |
29 | 273 |
|
21
5c0a6affeafa
switch zeroconf from pip instead of copy of old version in Beremiz tree
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
19
diff
changeset
|
274 |
# netifaces |
5c0a6affeafa
switch zeroconf from pip instead of copy of old version in Beremiz tree
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
19
diff
changeset
|
275 |
$(call get_src_pypi,05/00/c719457bcb8f14f9a7b9244c3c5e203c40d041a364cf784cf554aaef8129,netifaces-0.10.6-py2.7-win32.egg)\ |
5c0a6affeafa
switch zeroconf from pip instead of copy of old version in Beremiz tree
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
19
diff
changeset
|
276 |
unzip -d $(tmp)/netifaces $$dld |
5c0a6affeafa
switch zeroconf from pip instead of copy of old version in Beremiz tree
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
19
diff
changeset
|
277 |
cp -R $(tmp)/netifaces/* $(pysite) |
29 | 278 |
|
0
7bc9d95b92bc
initial commit, 1.03 installs on WinXP, python test builds and works
Edouard Tisserant
parents:
diff
changeset
|
279 |
# WxGlade |
10
b4cadeffabe4
upgrade wxglade to version: 0.7.2 (2016-10-21)
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
6
diff
changeset
|
280 |
$(call get_src_http,https://bitbucket.org/wxglade/wxglade/get,034d891cc947.zip)\ |
14
8d49ccbdb035
clean up trailing whitespaces and wrong indention
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
13
diff
changeset
|
281 |
unzip -d $(tmp) $$dld |
10
b4cadeffabe4
upgrade wxglade to version: 0.7.2 (2016-10-21)
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
6
diff
changeset
|
282 |
mv $(tmp)/wxglade-wxglade-034d891cc947 $(pysite)/wxglade |
29 | 283 |
|
0
7bc9d95b92bc
initial commit, 1.03 installs on WinXP, python test builds and works
Edouard Tisserant
parents:
diff
changeset
|
284 |
# Pyro |
30
1def008491ba
More Makefile updates.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
29
diff
changeset
|
285 |
$(call get_src_pypi,61/68/0978adae315261b87acd216517c2c7f00780396e4d1426c5412458c6a28f,Pyro-3.16.tar.gz)\ |
1def008491ba
More Makefile updates.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
29
diff
changeset
|
286 |
tar -C $(tmp) -xzf $$dld |
1def008491ba
More Makefile updates.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
29
diff
changeset
|
287 |
mv $(tmp)/Pyro-3.16/Pyro $(pysite) |
1def008491ba
More Makefile updates.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
29
diff
changeset
|
288 |
|
1def008491ba
More Makefile updates.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
29
diff
changeset
|
289 |
# Lxml |
1def008491ba
More Makefile updates.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
29
diff
changeset
|
290 |
$(call get_src_pypi,c7/e6/26a600d9828554ca9de35d3d1daf3779028bea37025f3dd25e9d58d63bac,lxml-4.1.1-cp27-cp27m-win32.whl)\ |
1def008491ba
More Makefile updates.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
29
diff
changeset
|
291 |
unzip -d $(tmp) $$dld |
1def008491ba
More Makefile updates.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
29
diff
changeset
|
292 |
cp -R $(tmp)/lxml/* $(pysite) |
29 | 293 |
|
34
0a8caba627ac
fixed M2Crypto build
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
30
diff
changeset
|
294 |
touch $@ |
0a8caba627ac
fixed M2Crypto build
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
30
diff
changeset
|
295 |
|
0a8caba627ac
fixed M2Crypto build
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
30
diff
changeset
|
296 |
|
0a8caba627ac
fixed M2Crypto build
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
30
diff
changeset
|
297 |
OSSLVER=openssl-1.0.1p |
0a8caba627ac
fixed M2Crypto build
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
30
diff
changeset
|
298 |
MINGPFX=i686-w64-mingw32- |
0a8caba627ac
fixed M2Crypto build
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
30
diff
changeset
|
299 |
|
0a8caba627ac
fixed M2Crypto build
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
30
diff
changeset
|
300 |
openssl: |
29 | 301 |
# Build Openssl |
302 |
$(call get_src_http,https://openssl.org/source,$(OSSLVER).tar.gz)\ |
|
303 |
tar -C $(tmp) -xzf $$dld |
|
304 |
cd $(tmp)/$(OSSLVER); \ |
|
305 |
CC=$(MINGPFX)gcc ./Configure mingw && \ |
|
306 |
make all build-shared CROSS_COMPILE=$(MINGPFX) SHARED_LDFLAGS=-static-libgcc |
|
34
0a8caba627ac
fixed M2Crypto build
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
30
diff
changeset
|
307 |
mv $(tmp)/$(OSSLVER) .; |
0a8caba627ac
fixed M2Crypto build
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
30
diff
changeset
|
308 |
|
0a8caba627ac
fixed M2Crypto build
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
30
diff
changeset
|
309 |
touch $@ |
0a8caba627ac
fixed M2Crypto build
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
30
diff
changeset
|
310 |
|
0a8caba627ac
fixed M2Crypto build
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
30
diff
changeset
|
311 |
M2CRVER=M2Crypto-0.22.5 |
0a8caba627ac
fixed M2Crypto build
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
30
diff
changeset
|
312 |
|
0a8caba627ac
fixed M2Crypto build
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
30
diff
changeset
|
313 |
m2crypto: openssl |
29 | 314 |
# Build M2crypto |
34
0a8caba627ac
fixed M2Crypto build
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
30
diff
changeset
|
315 |
$(call get_src_pypi,54/f5/6fa9bca4a18cc36c0c84c73d41d8e521c8cb70f077b11297efcd985242a6,M2Crypto-0.22.5.tar.gz)\ |
29 | 316 |
tar -C $(tmp) -xzf $$dld |
317 |
cd $(tmp)/$(M2CRVER); \ |
|
318 |
patch -p1 < $(src)/M2Crypto-mingw-cross-compile-fix.patch && \ |
|
319 |
PYTHONLIB=$(abspath $(pydir))/libs \ |
|
320 |
PYTHONINC=$(abspath $(pydir))/include/ \ |
|
321 |
MINGCCPREFIX=$(MINGPFX) \ |
|
322 |
python setup.py build build_ext \ |
|
34
0a8caba627ac
fixed M2Crypto build
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
30
diff
changeset
|
323 |
--openssl=$(CURDIR)/$(OSSLVER) -cmingw32 |
29 | 324 |
|
325 |
# Copy openssl dlls directly in M2Crypto package directory |
|
34
0a8caba627ac
fixed M2Crypto build
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
30
diff
changeset
|
326 |
cp -a $(CURDIR)/$(OSSLVER)/*.dll $(tmp)/$(M2CRVER)/build/lib.win32-2.7/M2Crypto |
29 | 327 |
|
328 |
# Move result into python site packages |
|
329 |
mv $(tmp)/$(M2CRVER)/build/lib.win32-2.7/M2Crypto $(pysite) |
|
330 |
||
6
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
331 |
touch $@ |
0
7bc9d95b92bc
initial commit, 1.03 installs on WinXP, python test builds and works
Edouard Tisserant
parents:
diff
changeset
|
332 |
|
7bc9d95b92bc
initial commit, 1.03 installs on WinXP, python test builds and works
Edouard Tisserant
parents:
diff
changeset
|
333 |
matiecdir = build/matiec |
6
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
334 |
matiec: |build |
0
7bc9d95b92bc
initial commit, 1.03 installs on WinXP, python test builds and works
Edouard Tisserant
parents:
diff
changeset
|
335 |
$(call get_src_hg,$(tmp)/matiec) |
7bc9d95b92bc
initial commit, 1.03 installs on WinXP, python test builds and works
Edouard Tisserant
parents:
diff
changeset
|
336 |
cd $(tmp)/matiec ;\ |
6
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
337 |
autoreconf;\ |
12
1cea304b3e88
use global CROSS_COMPILE prefix to define compilers for matiec and canfestival
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
11
diff
changeset
|
338 |
automake --add-missing;\ |
1cea304b3e88
use global CROSS_COMPILE prefix to define compilers for matiec and canfestival
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
11
diff
changeset
|
339 |
./configure --host=$(CROSS_COMPILE);\ |
0
7bc9d95b92bc
initial commit, 1.03 installs on WinXP, python test builds and works
Edouard Tisserant
parents:
diff
changeset
|
340 |
make -j$(CPUS); |
6
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
341 |
rm -rf $(matiecdir) |
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
342 |
mkdir -p $(matiecdir) |
0
7bc9d95b92bc
initial commit, 1.03 installs on WinXP, python test builds and works
Edouard Tisserant
parents:
diff
changeset
|
343 |
mv $(tmp)/matiec/*.exe $(matiecdir) |
29 | 344 |
|
12
1cea304b3e88
use global CROSS_COMPILE prefix to define compilers for matiec and canfestival
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
11
diff
changeset
|
345 |
# install necessary shared libraries from local cross-compiler |
1cea304b3e88
use global CROSS_COMPILE prefix to define compilers for matiec and canfestival
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
11
diff
changeset
|
346 |
$(call get_runtime_libs,$(matiecdir)) |
29 | 347 |
|
0
7bc9d95b92bc
initial commit, 1.03 installs on WinXP, python test builds and works
Edouard Tisserant
parents:
diff
changeset
|
348 |
mv $(tmp)/matiec/lib $(matiecdir) |
6
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
349 |
touch $@ |
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
350 |
|
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
351 |
examples: |build |
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
352 |
rm -rf examples |
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
353 |
mkdir -p examples |
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
354 |
|
14
8d49ccbdb035
clean up trailing whitespaces and wrong indention
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
13
diff
changeset
|
355 |
beremiz: | build examples |
0
7bc9d95b92bc
initial commit, 1.03 installs on WinXP, python test builds and works
Edouard Tisserant
parents:
diff
changeset
|
356 |
$(call get_src_hg,build/beremiz) |
29 | 357 |
$(call tweak_beremiz_source) |
6
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
358 |
rm -rf examples/canopen_tests |
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
359 |
mkdir -p examples/canopen_tests |
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
360 |
mv build/beremiz/tests/canopen_* examples/canopen_tests |
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
361 |
rm -rf examples/base_tests |
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
362 |
mkdir -p examples/base_tests |
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
363 |
mv build/beremiz/tests/* examples/base_tests |
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
364 |
touch $@ |
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
365 |
|
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
366 |
CFbuild = build/CanFestival-3 |
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
367 |
CFconfig = $(CFbuild)/objdictgen/canfestival_config.py |
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
368 |
canfestival: mingw |
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
369 |
rm -rf $(CFbuild) |
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
370 |
$(call get_src_hg,$(CFbuild)) |
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
371 |
cd $(CFbuild); \ |
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
372 |
./configure --can=tcp_win32 \ |
12
1cea304b3e88
use global CROSS_COMPILE prefix to define compilers for matiec and canfestival
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
11
diff
changeset
|
373 |
--cc=$(CC) \ |
1cea304b3e88
use global CROSS_COMPILE prefix to define compilers for matiec and canfestival
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
11
diff
changeset
|
374 |
--cxx=$(CXX) \ |
6
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
375 |
--target=win32 \ |
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
376 |
--wx=0 |
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
377 |
$(MAKE) -C $(CFbuild) |
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
378 |
cd $(CFbuild); find . -name "*.o" -exec rm {} ';' #remove object files only |
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
379 |
touch $@ |
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
380 |
|
34
0a8caba627ac
fixed M2Crypto build
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
30
diff
changeset
|
381 |
targets=python m2crypto mingw matiec beremiz |
6
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
382 |
Beremiz-$(version).exe: $(targets) $(src)/license.txt $(src)/install.nsi $(targets_ex) |
0
7bc9d95b92bc
initial commit, 1.03 installs on WinXP, python test builds and works
Edouard Tisserant
parents:
diff
changeset
|
383 |
sed -e 's/\$$BVERSION/$(version)/g' $(src)/license.txt > build/license.txt |
6
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
384 |
sed -e 's/\$$BVERSION/$(version)/g' $(src)/install.nsi |\ |
14
8d49ccbdb035
clean up trailing whitespaces and wrong indention
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
13
diff
changeset
|
385 |
sed -e 's/\$$BEXTENSIONS/$(extensions)/g' |\ |
8d49ccbdb035
clean up trailing whitespaces and wrong indention
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
13
diff
changeset
|
386 |
makensis - |
8d49ccbdb035
clean up trailing whitespaces and wrong indention
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
13
diff
changeset
|
387 |
|
6
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
388 |
clean_installer: |
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
389 |
rm -rf build Beremiz-$(version).exe $(targets) $(targets_ex) |
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
390 |
|
862080d48ef2
Various updates and enhancement in installer build system, including support for specialized distributions, existing in other branches
Edouard Tisserant
parents:
5
diff
changeset
|
391 |