This commit is contained in:
aleksandr.vodyanov
2024-11-14 15:22:57 +03:00
commit 00fe75c874
9 changed files with 238 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
include(default)

View 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

View 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

View 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

View File

@@ -0,0 +1,2 @@
include(base_options.jinja)
[options]