Skip to content

Commit b64b26c

Browse files
author
turtlebrowser-bot
committed
schedule : Commit by patricia-gallardo with SHA ea96fb0fcdb3674b4db14faa5b37f43b4b50e860 on refs/heads/master
1 parent 8ac77ac commit b64b26c

File tree

8,312 files changed

+1349015
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

8,312 files changed

+1349015
-0
lines changed

.conan/.conan.db

3 KB
Binary file not shown.

.conan/artifacts.properties

Whitespace-only changes.

.conan/cacert.pem

Lines changed: 5701 additions & 0 deletions
Large diffs are not rendered by default.

.conan/conan.conf

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
2+
[log]
3+
run_to_output = True # environment CONAN_LOG_RUN_TO_OUTPUT
4+
run_to_file = False # environment CONAN_LOG_RUN_TO_FILE
5+
level = critical # environment CONAN_LOGGING_LEVEL
6+
# trace_file = # environment CONAN_TRACE_FILE
7+
print_run_commands = False # environment CONAN_PRINT_RUN_COMMANDS
8+
9+
[general]
10+
default_profile = default
11+
compression_level = 9 # environment CONAN_COMPRESSION_LEVEL
12+
sysrequires_sudo = True # environment CONAN_SYSREQUIRES_SUDO
13+
request_timeout = 60 # environment CONAN_REQUEST_TIMEOUT (seconds)
14+
default_package_id_mode = semver_direct_mode # environment CONAN_DEFAULT_PACKAGE_ID_MODE
15+
# retry = 2 # environment CONAN_RETRY
16+
# retry_wait = 5 # environment CONAN_RETRY_WAIT (seconds)
17+
# sysrequires_mode = enabled # environment CONAN_SYSREQUIRES_MODE (allowed modes enabled/verify/disabled)
18+
# vs_installation_preference = Enterprise, Professional, Community, BuildTools # environment CONAN_VS_INSTALLATION_PREFERENCE
19+
# verbose_traceback = False # environment CONAN_VERBOSE_TRACEBACK
20+
# error_on_override = False # environment CONAN_ERROR_ON_OVERRIDE
21+
# bash_path = "" # environment CONAN_BASH_PATH (only windows)
22+
# read_only_cache = True # environment CONAN_READ_ONLY_CACHE
23+
# cache_no_locks = True # environment CONAN_CACHE_NO_LOCKS
24+
# user_home_short = your_path # environment CONAN_USER_HOME_SHORT
25+
# use_always_short_paths = False # environment CONAN_USE_ALWAYS_SHORT_PATHS
26+
# skip_vs_projects_upgrade = False # environment CONAN_SKIP_VS_PROJECTS_UPGRADE
27+
# non_interactive = False # environment CONAN_NON_INTERACTIVE
28+
# skip_broken_symlinks_check = False # environment CONAN_SKIP_BROKEN_SYMLINKS_CHECK
29+
30+
# conan_make_program = make # environment CONAN_MAKE_PROGRAM (overrides the make program used in AutoToolsBuildEnvironment.make)
31+
# conan_cmake_program = cmake # environment CONAN_CMAKE_PROGRAM (overrides the make program used in CMake.cmake_program)
32+
33+
# cmake_generator # environment CONAN_CMAKE_GENERATOR
34+
# cmake generator platform # environment CONAN_CMAKE_GENERATOR_PLATFORM
35+
# http://www.vtk.org/Wiki/CMake_Cross_Compiling
36+
# cmake_toolchain_file # environment CONAN_CMAKE_TOOLCHAIN_FILE
37+
# cmake_system_name # environment CONAN_CMAKE_SYSTEM_NAME
38+
# cmake_system_version # environment CONAN_CMAKE_SYSTEM_VERSION
39+
# cmake_system_processor # environment CONAN_CMAKE_SYSTEM_PROCESSOR
40+
# cmake_find_root_path # environment CONAN_CMAKE_FIND_ROOT_PATH
41+
# cmake_find_root_path_mode_program # environment CONAN_CMAKE_FIND_ROOT_PATH_MODE_PROGRAM
42+
# cmake_find_root_path_mode_library # environment CONAN_CMAKE_FIND_ROOT_PATH_MODE_LIBRARY
43+
# cmake_find_root_path_mode_include # environment CONAN_CMAKE_FIND_ROOT_PATH_MODE_INCLUDE
44+
45+
# msbuild_verbosity = minimal # environment CONAN_MSBUILD_VERBOSITY
46+
47+
# cpu_count = 1 # environment CONAN_CPU_COUNT
48+
49+
# Change the default location for building test packages to a temporary folder
50+
# which is deleted after the test.
51+
# temp_test_folder = True # environment CONAN_TEMP_TEST_FOLDER
52+
53+
# cacert_path # environment CONAN_CACERT_PATH
54+
# scm_to_conandata # environment CONAN_SCM_TO_CONANDATA
55+
56+
57+
# config_install_interval = 1h
58+
# required_conan_version = >=1.26
59+
60+
[storage]
61+
# This is the default path, but you can write your own. It must be an absolute path or a
62+
# path beginning with "~" (if the environment var CONAN_USER_HOME is specified, this directory, even
63+
# with "~/", will be relative to the conan user home, not to the system user home)
64+
path = ./data
65+
66+
[proxies]
67+
# Empty (or missing) section will try to use system proxies.
68+
# As documented in https://requests.readthedocs.io/en/master/user/advanced/#proxies - but see below
69+
# for proxies to specific hosts
70+
# http = http://user:[email protected]:3128/
71+
# http = http://10.10.1.10:3128
72+
# https = http://10.10.1.10:1080
73+
# To specify a proxy for a specific host or hosts, use multiple lines each specifying host = proxy-spec
74+
# http =
75+
# hostname.to.be.proxied.com = http://user:[email protected]:3128
76+
# You can skip the proxy for the matching (fnmatch) urls (comma-separated)
77+
# no_proxy_match = *bintray.com*, https://myserver.*
78+
79+
80+
[hooks] # environment CONAN_HOOKS
81+
attribute_checker
82+
83+
84+
# Default settings now declared in the default profile
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
sources:
2+
1.0.8:
3+
sha256: ab5a03176ee106d3f0fa90e381da478ddae405918153cca248e682cd0c4a2269
4+
url: https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
import os
2+
from conans import ConanFile, CMake, tools
3+
4+
5+
class Bzip2Conan(ConanFile):
6+
name = "bzip2"
7+
version = "1.0.8"
8+
url = "https://github.com/conan-io/conan-center-index"
9+
homepage = "http://www.bzip.org"
10+
license = "bzip2-1.0.8"
11+
description = "bzip2 is a free and open-source file compression program that uses the Burrows Wheeler algorithm."
12+
topics = ("conan", "bzip2", "data-compressor", "file-compression")
13+
settings = "os", "compiler", "arch", "build_type"
14+
options = {"shared": [True, False], "fPIC": [True, False], "build_executable": [True, False]}
15+
default_options = {"shared": False, "fPIC": True, "build_executable": True}
16+
exports_sources = "CMakeLists.txt"
17+
generators = "cmake"
18+
19+
@property
20+
def _source_subfolder(self):
21+
return "source_subfolder"
22+
23+
def config_options(self):
24+
if self.settings.os == "Windows":
25+
del self.options.fPIC
26+
27+
def configure(self):
28+
del self.settings.compiler.libcxx
29+
del self.settings.compiler.cppstd
30+
31+
def source(self):
32+
tools.get(**self.conan_data["sources"][self.version])
33+
folder_name = "%s-%s" % (self.name, self.version)
34+
os.rename(folder_name, self._source_subfolder)
35+
36+
def _configure_cmake(self):
37+
major = self.version.split(".")[0]
38+
cmake = CMake(self)
39+
cmake.definitions["BZ2_VERSION_STRING"] = self.version
40+
cmake.definitions["BZ2_VERSION_MAJOR"] = major
41+
cmake.definitions["BZ2_BUILD_EXE"] = "ON" if self.options.build_executable else "OFF"
42+
cmake.configure()
43+
return cmake
44+
45+
def build(self):
46+
cmake = self._configure_cmake()
47+
cmake.build()
48+
49+
def package(self):
50+
self.copy("LICENSE", dst="licenses", src=self._source_subfolder)
51+
cmake = self._configure_cmake()
52+
cmake.install()
53+
tools.rmdir(os.path.join(self.package_folder, "lib", "cmake"))
54+
55+
def package_info(self):
56+
self.cpp_info.names["cmake_find_package"] = "BZip2"
57+
self.cpp_info.names["cmake_find_package_multi"] = "BZip2"
58+
self.cpp_info.libs = tools.collect_libs(self)
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
1599209054
2+
conandata.yml: 48ba03a1f8f1d3c5e5f88ee16cf5d4c9
3+
conanfile.py: e9d524f692b231e1aa141a1995dac7aa
4+
export_source/CMakeLists.txt: 1a3836f72a40c358848f736ff58e282d
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"packages": {"3df6ebb8a308d309e882b21988fd9ea103560e16": {"remote": "conan-center", "recipe_revision": "0", "revision": "0", "properties": {}, "checksums": {"conan_package.tgz": {"sha1": "f4fb67fae6075048977f27bbf8583ef385365235", "md5": "ee3693813a809de68527d60ac72b4c1e"}, "conanmanifest.txt": {"sha1": "30ce942ae5f444767b03cfd918d49809d781ff91", "md5": "920fee00924e2a7d66ff50870ca85db2"}, "conaninfo.txt": {"sha1": "b3564e5c9d32fd788fd8b8e3d2ecbff30e21b09d", "md5": "26d99c809cfdccfedbb309410c805940"}}}}, "recipe": {"remote": "conan-center", "properties": {}, "revision": "0", "checksums": {"conan_export.tgz": {"sha1": "5a2eb16ade9bced471bfe964bcc6a726c864fad6", "md5": "44e99ec27f446c8c2903d7ead4a7e8e4"}, "conanfile.py": {"sha1": "4deb01e7b5764b8e6694b64ee3a8cc039726a116", "md5": "e9d524f692b231e1aa141a1995dac7aa"}, "conanmanifest.txt": {"sha1": "2f0f0b6d28e4e7f0660f26269d995b016c0e7155", "md5": "608446fc59b46ac42597f4c6ed845190"}}}}

.conan/data/bzip2/1.0.8/_/_/metadata.json.lock

Whitespace-only changes.
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
[settings]
2+
arch=x86_64
3+
build_type=Release
4+
compiler=gcc
5+
compiler.version=5
6+
os=Linux
7+
8+
[requires]
9+
10+
11+
[options]
12+
build_executable=True
13+
fPIC=True
14+
shared=False
15+
16+
[full_settings]
17+
arch=x86_64
18+
build_type=Release
19+
compiler=gcc
20+
compiler.version=5
21+
os=Linux
22+
23+
[full_requires]
24+
25+
26+
[full_options]
27+
build_executable=True
28+
fPIC=True
29+
shared=False
30+
31+
[recipe_hash]
32+
f85c479b79b300b1b5e17510aca55c35
33+
34+
[env]
35+
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
1599209083
2+
bin/bzip2: cb10cd78dab49f5b36b439a6b42ef427
3+
conaninfo.txt: 26d99c809cfdccfedbb309410c805940
4+
include/bzlib.h: 62ae65ddbab1cbbc479e958bd404bea0
5+
lib/libbz2.a: 9919dc80ea5f5c2a643c9455316b7419
6+
licenses/LICENSE: 1e5cffe65fc786f83a11a4b225495c0b

0 commit comments

Comments
 (0)