-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathdlproject.yaml
More file actions
148 lines (138 loc) · 4.26 KB
/
Copy pathdlproject.yaml
File metadata and controls
148 lines (138 loc) · 4.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
# Config file for the project. Used by the Invoke tasks, primarily.
config:
# Basic configuration variables
global:
# Conan configuration. `conan config install` installs configuration file from this URL.
# See: https://docs.conan.io/en/latest/reference/commands/consumer/config.html#conan-config-install
# This is usually a pointer to a Git repo, from which it clones the default branch
config_url: git@github.com:datalogics/conan-config.git
# Regex that indicates a release branch
stable_branch_pattern: release-.*
# Configs based on platform information
#
# Keys can be (and are merged in this order)
#
# system
# system-machine
# system-version
# system-version-machine
#
# Where:
# system is macos, windows, or the name of the linux distribution (redhat includes centos)
# version is the major version number (major.minor on macos)
# machine is the processor architecture, i.e. x86_64
#
# items from global and modify them here.
# When merging:
# Dictionary keys override the base
# Lists are appended
macos-x86_64:
config:
Release:
profile_host:
- apple-clang-16.4-intel-cppstd-17
profile_build:
- apple-clang-16.4-intel-cppstd-17
macos-arm64:
config:
Release:
profile_host:
- apple-clang-16.4-arm-cppstd-17
profile_build:
- apple-clang-16.4-arm-cppstd-17
LicenseManaged:
include: Release
options:
- adobe_pdf_library/*:license_managed=True
- '*:license_managed=True'
aix-powerpc:
config:
Release:
profile_host:
- gcc-10-aix72-64-cppstd-17
profile_build:
- gcc-10-aix72-64-cppstd-17
options_host:
- include_dli=False
profile_build:
- gcc-10-aix72-64
rocky-9-x86_64:
# Use the clang 20 compiler on Rocky 9 Linux
config:
Release:
profile_host:
- clang-20-linux-x86_64-cppstd-17
profile_build:
- clang-20-linux-x86_64-cppstd-20
LicenseManaged:
include: Release
options_host:
- adobe_pdf_library/*:license_managed=True
- '*:license_managed=True'
Release32:
profile_host:
- clang-20-linux-x86
profile_build:
- clang-20-linux-x86_64
rocky-9-aarch64:
# Use the clang 20 compiler on Rocky 9 Linux
config:
Release:
profile_host:
- clang-20-linux-armv8-cppstd-17
profile_build:
- clang-20-linux-armv8-cppstd-20
LicenseManaged:
include: Release
options_host:
- adobe_pdf_library/*:license_managed=True
- '*:license_managed=True'
windows-x86_64:
config:
Release:
profile_host:
- msvc-x64-194-cppstd-17
profile_build:
- msvc-x64-194-cppstd-17
settings_host:
- adobe_pdf_library/*:compiler.runtime=static
settings_build:
- innoextract/*:compiler.cppstd=14
LicenseManaged:
include: Release
options_host:
- adobe_pdf_library/*:license_managed=True
- '*:license_managed=True'
Release32:
profile_host:
- msvc-x86-194-cppstd-17
profile_build:
- msvc-x86-194-cppstd-17
settings_host:
- adobe_pdf_library/*:compiler.runtime=static
settings_build:
- innoextract/*:compiler.cppstd=14
- msys2/*:arch=x86_64
LicenseManaged32:
include: Release32
options_host:
- adobe_pdf_library/*:license_managed=True
- '*:license_managed=True'
windows-arm64:
config:
Release:
profile_host:
- msvc-arm64-194-cppstd-17
profile_build:
- msvc-arm64-194-cppstd-17
settings_build:
- innoextract/*:arch=x86_64
- msys2/*:arch=x86_64
- strawberryperl/*:arch=x86_64
- xapian-core/*:arch=x86_64
- zlib/*:arch=x86_64
settings_host:
- adobe_pdf_library/*:build_type=RelWithDebInfo
- adobe_pdf_library/*:compiler.runtime=static
- adobe_pdf_library/*:compiler.runtime_type=Release
- adobe_pdf_library/*:compiler.update=8