up
This commit is contained in:
2
profiles/base_profiles/base.jinja
Normal file
2
profiles/base_profiles/base.jinja
Normal file
@@ -0,0 +1,2 @@
|
||||
include(default)
|
||||
|
||||
13
profiles/base_profiles/linux_base
Normal file
13
profiles/base_profiles/linux_base
Normal file
@@ -0,0 +1,13 @@
|
||||
include(base.jinja)
|
||||
[settings]
|
||||
os=Linux
|
||||
arch=x86_64
|
||||
compiler=gcc
|
||||
compiler.version=12
|
||||
target_abi=x86_64-linux-gnu
|
||||
compiler.libcxx=libstdc++11
|
||||
build_type=Release
|
||||
[options]
|
||||
[tool_requires]
|
||||
[buildenv]
|
||||
CONAN_V2_MODE=true
|
||||
12
profiles/linux_x86_64_gcc12
Normal file
12
profiles/linux_x86_64_gcc12
Normal file
@@ -0,0 +1,12 @@
|
||||
include(base_profiles/linux_base)
|
||||
include(options/linux_options)
|
||||
|
||||
[settings]
|
||||
arch=x86_64
|
||||
compiler=gcc
|
||||
compiler.version=12
|
||||
compiler.libcxx=libstdc++11
|
||||
|
||||
[buildenv]
|
||||
CC=x86_64-linux-gnu-gcc-12
|
||||
CXX=x86_64-linux-gnu-g++-12
|
||||
27
profiles/options/base_options.jinja
Normal file
27
profiles/options/base_options.jinja
Normal file
@@ -0,0 +1,27 @@
|
||||
[options]
|
||||
# openssl
|
||||
openssl/*:shared=True
|
||||
|
||||
# qt
|
||||
qt/*:shared=True
|
||||
|
||||
# Date default options
|
||||
date/*:shared=False
|
||||
date/*:header_only=False
|
||||
date/*:use_system_tz_db=True
|
||||
date/*:inject_tzdb=False
|
||||
# Until C++17:
|
||||
date/*:disable_string_view=True
|
||||
|
||||
#openldap
|
||||
openldap/*:shared=True
|
||||
openldap/*:disable_slapd=True
|
||||
#Разобраться после релиза:
|
||||
openldap/*:disable_mdb=True
|
||||
openldap/*:disable_bdb=True
|
||||
openldap/*:disable_hdb=True
|
||||
openldap/*:disable_monitor=True
|
||||
openldap/*:disable_relay=True
|
||||
openldap/*:disable_syncprov=True
|
||||
openldap/*:with_cyrus_sasl=False
|
||||
openldap/*:with_yielding_select=True
|
||||
2
profiles/options/linux_options
Normal file
2
profiles/options/linux_options
Normal file
@@ -0,0 +1,2 @@
|
||||
include(base_options.jinja)
|
||||
[options]
|
||||
Reference in New Issue
Block a user