Skip to content

Commit 8da5111

Browse files
authored
Merge pull request #331 from SylvainCorlay/brand-regex-fix
Fix brand regex
2 parents d127e33 + cb4aab7 commit 8da5111

18 files changed

Lines changed: 568 additions & 32 deletions

.azure-pipelines/azure-pipelines-linux.yml

Lines changed: 6 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.azure-pipelines/azure-pipelines-osx.yml

Lines changed: 11 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.azure-pipelines/azure-pipelines-win.yml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
BUILD:
2+
- aarch64-conda_cos7-linux-gnu
3+
bzip2:
4+
- '1'
5+
c_compiler:
6+
- gcc
7+
c_compiler_version:
8+
- '7'
9+
cdt_arch:
10+
- aarch64
11+
cdt_name:
12+
- cos7
13+
channel_sources:
14+
- conda-forge
15+
channel_targets:
16+
- conda-forge main
17+
cxx_compiler:
18+
- gxx
19+
cxx_compiler_version:
20+
- '7'
21+
docker_image:
22+
- condaforge/linux-anvil-aarch64
23+
libffi:
24+
- '3.2'
25+
ncurses:
26+
- '6.1'
27+
openssl:
28+
- 1.1.1
29+
pin_run_as_build:
30+
bzip2:
31+
max_pin: x
32+
libffi:
33+
max_pin: x.x
34+
ncurses:
35+
max_pin: x.x
36+
openssl:
37+
max_pin: x.x.x
38+
python:
39+
min_pin: x.x
40+
max_pin: x.x
41+
readline:
42+
max_pin: x
43+
sqlite:
44+
max_pin: x
45+
tk:
46+
max_pin: x.x
47+
xz:
48+
max_pin: x.x
49+
zlib:
50+
max_pin: x.x
51+
python:
52+
- 3.6.* *_cpython
53+
readline:
54+
- '8.0'
55+
sqlite:
56+
- '3'
57+
target_platform:
58+
- linux-aarch64
59+
tk:
60+
- '8.6'
61+
xz:
62+
- '5.2'
63+
zlib:
64+
- '1.2'
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
BUILD:
2+
- aarch64-conda_cos7-linux-gnu
3+
bzip2:
4+
- '1'
5+
c_compiler:
6+
- gcc
7+
c_compiler_version:
8+
- '7'
9+
cdt_arch:
10+
- aarch64
11+
cdt_name:
12+
- cos7
13+
channel_sources:
14+
- conda-forge
15+
channel_targets:
16+
- conda-forge main
17+
cxx_compiler:
18+
- gxx
19+
cxx_compiler_version:
20+
- '7'
21+
docker_image:
22+
- condaforge/linux-anvil-aarch64
23+
libffi:
24+
- '3.2'
25+
ncurses:
26+
- '6.1'
27+
openssl:
28+
- 1.1.1
29+
pin_run_as_build:
30+
bzip2:
31+
max_pin: x
32+
libffi:
33+
max_pin: x.x
34+
ncurses:
35+
max_pin: x.x
36+
openssl:
37+
max_pin: x.x.x
38+
python:
39+
min_pin: x.x
40+
max_pin: x.x
41+
readline:
42+
max_pin: x
43+
sqlite:
44+
max_pin: x
45+
tk:
46+
max_pin: x.x
47+
xz:
48+
max_pin: x.x
49+
zlib:
50+
max_pin: x.x
51+
python:
52+
- 3.7.* *_cpython
53+
readline:
54+
- '8.0'
55+
sqlite:
56+
- '3'
57+
target_platform:
58+
- linux-aarch64
59+
tk:
60+
- '8.6'
61+
xz:
62+
- '5.2'
63+
zlib:
64+
- '1.2'
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
bzip2:
2+
- '1'
3+
c_compiler:
4+
- gcc
5+
c_compiler_version:
6+
- '8'
7+
channel_sources:
8+
- conda-forge,defaults
9+
channel_targets:
10+
- conda-forge main
11+
cxx_compiler:
12+
- gxx
13+
cxx_compiler_version:
14+
- '8'
15+
docker_image:
16+
- condaforge/linux-anvil-ppc64le
17+
libffi:
18+
- '3.2'
19+
ncurses:
20+
- '6.1'
21+
openssl:
22+
- 1.1.1
23+
pin_run_as_build:
24+
bzip2:
25+
max_pin: x
26+
libffi:
27+
max_pin: x.x
28+
ncurses:
29+
max_pin: x.x
30+
openssl:
31+
max_pin: x.x.x
32+
python:
33+
min_pin: x.x
34+
max_pin: x.x
35+
readline:
36+
max_pin: x
37+
sqlite:
38+
max_pin: x
39+
xz:
40+
max_pin: x.x
41+
zlib:
42+
max_pin: x.x
43+
python:
44+
- 3.6.* *_cpython
45+
readline:
46+
- '8.0'
47+
sqlite:
48+
- '3'
49+
target_platform:
50+
- linux-ppc64le
51+
xz:
52+
- '5.2'
53+
zlib:
54+
- '1.2'
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
bzip2:
2+
- '1'
3+
c_compiler:
4+
- gcc
5+
c_compiler_version:
6+
- '8'
7+
channel_sources:
8+
- conda-forge,defaults
9+
channel_targets:
10+
- conda-forge main
11+
cxx_compiler:
12+
- gxx
13+
cxx_compiler_version:
14+
- '8'
15+
docker_image:
16+
- condaforge/linux-anvil-ppc64le
17+
libffi:
18+
- '3.2'
19+
ncurses:
20+
- '6.1'
21+
openssl:
22+
- 1.1.1
23+
pin_run_as_build:
24+
bzip2:
25+
max_pin: x
26+
libffi:
27+
max_pin: x.x
28+
ncurses:
29+
max_pin: x.x
30+
openssl:
31+
max_pin: x.x.x
32+
python:
33+
min_pin: x.x
34+
max_pin: x.x
35+
readline:
36+
max_pin: x
37+
sqlite:
38+
max_pin: x
39+
xz:
40+
max_pin: x.x
41+
zlib:
42+
max_pin: x.x
43+
python:
44+
- 3.7.* *_cpython
45+
readline:
46+
- '8.0'
47+
sqlite:
48+
- '3'
49+
target_platform:
50+
- linux-ppc64le
51+
xz:
52+
- '5.2'
53+
zlib:
54+
- '1.2'

0 commit comments

Comments
 (0)