From 6f117eddd709ed6c78f9ae9821b137350ac619ab Mon Sep 17 00:00:00 2001 From: Julien Jerphanion Date: Mon, 25 Sep 2023 08:39:28 +0200 Subject: [PATCH 1/7] Only build against 2.1.10 for libevent Signed-off-by: Julien Jerphanion --- recipe/conda_build_config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/recipe/conda_build_config.yaml b/recipe/conda_build_config.yaml index 682c07cc..b464049f 100644 --- a/recipe/conda_build_config.yaml +++ b/recipe/conda_build_config.yaml @@ -4,6 +4,5 @@ MACOSX_DEPLOYMENT_TARGET: # [osx and x86_64] - "11.0" # [osx and x86_64] libevent: - "2.1.10" - - "2.1.12" msgpack_c: - 6 From ef85609c0e1c58e95ce6cd1934385420c1336185 Mon Sep 17 00:00:00 2001 From: Julien Jerphanion Date: Mon, 25 Sep 2023 08:54:46 +0200 Subject: [PATCH 2/7] Use `arcticdb_libevent_2_1_10` as a channel name Signed-off-by: Julien Jerphanion --- recipe/conda_build_config.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipe/conda_build_config.yaml b/recipe/conda_build_config.yaml index b464049f..900df2b3 100644 --- a/recipe/conda_build_config.yaml +++ b/recipe/conda_build_config.yaml @@ -6,3 +6,6 @@ libevent: - "2.1.10" msgpack_c: - 6 + +channel_targets: + - conda-forge arcticdb_libevent_2_1_10 From 0347d1688fef083ecbde657287af2eb9d78d79ab Mon Sep 17 00:00:00 2001 From: "conda-forge-webservices[bot]" <91080706+conda-forge-webservices[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 07:07:49 +0000 Subject: [PATCH 3/7] MNT: Re-rendered with conda-build 3.26.1, conda-smithy 3.26.2, and conda-forge-pinning 2023.09.24.21.36.48 --- .azure-pipelines/azure-pipelines-linux.yml | 32 ++--- .azure-pipelines/azure-pipelines-osx.yml | 56 +++----- ..._libevent2.1.12python3.10.____cpython.yaml | 47 ------- ..._libevent2.1.12python3.11.____cpython.yaml | 47 ------- ...4_libevent2.1.12python3.8.____cpython.yaml | 47 ------- ...4_libevent2.1.12python3.9.____cpython.yaml | 47 ------- ...l => linux_64_python3.10.____cpython.yaml} | 4 +- ...l => linux_64_python3.11.____cpython.yaml} | 4 +- ...ml => linux_64_python3.8.____cpython.yaml} | 4 +- ...ml => linux_64_python3.9.____cpython.yaml} | 4 +- .ci_support/migrations/python311.yaml | 37 ----- ..._libevent2.1.12python3.10.____cpython.yaml | 49 ------- ..._libevent2.1.12python3.11.____cpython.yaml | 49 ------- ...4_libevent2.1.12python3.8.____cpython.yaml | 49 ------- ...4_libevent2.1.12python3.9.____cpython.yaml | 49 ------- ...aml => osx_64_python3.10.____cpython.yaml} | 4 +- ...aml => osx_64_python3.11.____cpython.yaml} | 4 +- ...yaml => osx_64_python3.8.____cpython.yaml} | 4 +- ...yaml => osx_64_python3.9.____cpython.yaml} | 4 +- ..._libevent2.1.12python3.10.____cpython.yaml | 47 ------- ..._libevent2.1.12python3.11.____cpython.yaml | 47 ------- ...4_libevent2.1.12python3.8.____cpython.yaml | 47 ------- ...4_libevent2.1.12python3.9.____cpython.yaml | 47 ------- ... => osx_arm64_python3.10.____cpython.yaml} | 4 +- ... => osx_arm64_python3.11.____cpython.yaml} | 4 +- ...l => osx_arm64_python3.8.____cpython.yaml} | 4 +- ...l => osx_arm64_python3.9.____cpython.yaml} | 4 +- .scripts/build_steps.sh | 9 +- .scripts/logging_utils.sh | 4 +- .scripts/run_osx_build.sh | 8 +- README.md | 132 ++++-------------- 31 files changed, 94 insertions(+), 804 deletions(-) delete mode 100644 .ci_support/linux_64_libevent2.1.12python3.10.____cpython.yaml delete mode 100644 .ci_support/linux_64_libevent2.1.12python3.11.____cpython.yaml delete mode 100644 .ci_support/linux_64_libevent2.1.12python3.8.____cpython.yaml delete mode 100644 .ci_support/linux_64_libevent2.1.12python3.9.____cpython.yaml rename .ci_support/{linux_64_libevent2.1.10python3.10.____cpython.yaml => linux_64_python3.10.____cpython.yaml} (91%) rename .ci_support/{linux_64_libevent2.1.10python3.11.____cpython.yaml => linux_64_python3.11.____cpython.yaml} (91%) rename .ci_support/{linux_64_libevent2.1.10python3.8.____cpython.yaml => linux_64_python3.8.____cpython.yaml} (91%) rename .ci_support/{linux_64_libevent2.1.10python3.9.____cpython.yaml => linux_64_python3.9.____cpython.yaml} (91%) delete mode 100644 .ci_support/migrations/python311.yaml delete mode 100644 .ci_support/osx_64_libevent2.1.12python3.10.____cpython.yaml delete mode 100644 .ci_support/osx_64_libevent2.1.12python3.11.____cpython.yaml delete mode 100644 .ci_support/osx_64_libevent2.1.12python3.8.____cpython.yaml delete mode 100644 .ci_support/osx_64_libevent2.1.12python3.9.____cpython.yaml rename .ci_support/{osx_64_libevent2.1.10python3.10.____cpython.yaml => osx_64_python3.10.____cpython.yaml} (91%) rename .ci_support/{osx_64_libevent2.1.10python3.11.____cpython.yaml => osx_64_python3.11.____cpython.yaml} (91%) rename .ci_support/{osx_64_libevent2.1.10python3.8.____cpython.yaml => osx_64_python3.8.____cpython.yaml} (91%) rename .ci_support/{osx_64_libevent2.1.10python3.9.____cpython.yaml => osx_64_python3.9.____cpython.yaml} (91%) delete mode 100644 .ci_support/osx_arm64_libevent2.1.12python3.10.____cpython.yaml delete mode 100644 .ci_support/osx_arm64_libevent2.1.12python3.11.____cpython.yaml delete mode 100644 .ci_support/osx_arm64_libevent2.1.12python3.8.____cpython.yaml delete mode 100644 .ci_support/osx_arm64_libevent2.1.12python3.9.____cpython.yaml rename .ci_support/{osx_arm64_libevent2.1.10python3.10.____cpython.yaml => osx_arm64_python3.10.____cpython.yaml} (91%) rename .ci_support/{osx_arm64_libevent2.1.10python3.11.____cpython.yaml => osx_arm64_python3.11.____cpython.yaml} (91%) rename .ci_support/{osx_arm64_libevent2.1.10python3.8.____cpython.yaml => osx_arm64_python3.8.____cpython.yaml} (91%) rename .ci_support/{osx_arm64_libevent2.1.10python3.9.____cpython.yaml => osx_arm64_python3.9.____cpython.yaml} (91%) diff --git a/.azure-pipelines/azure-pipelines-linux.yml b/.azure-pipelines/azure-pipelines-linux.yml index b87d95e0..90be2241 100755 --- a/.azure-pipelines/azure-pipelines-linux.yml +++ b/.azure-pipelines/azure-pipelines-linux.yml @@ -8,36 +8,20 @@ jobs: vmImage: ubuntu-latest strategy: matrix: - linux_64_libevent2.1.10python3.10.____cpython: - CONFIG: linux_64_libevent2.1.10python3.10.____cpython + linux_64_python3.10.____cpython: + CONFIG: linux_64_python3.10.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_64_libevent2.1.10python3.11.____cpython: - CONFIG: linux_64_libevent2.1.10python3.11.____cpython + linux_64_python3.11.____cpython: + CONFIG: linux_64_python3.11.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_64_libevent2.1.10python3.8.____cpython: - CONFIG: linux_64_libevent2.1.10python3.8.____cpython + linux_64_python3.8.____cpython: + CONFIG: linux_64_python3.8.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_64_libevent2.1.10python3.9.____cpython: - CONFIG: linux_64_libevent2.1.10python3.9.____cpython - UPLOAD_PACKAGES: 'True' - DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_64_libevent2.1.12python3.10.____cpython: - CONFIG: linux_64_libevent2.1.12python3.10.____cpython - UPLOAD_PACKAGES: 'True' - DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_64_libevent2.1.12python3.11.____cpython: - CONFIG: linux_64_libevent2.1.12python3.11.____cpython - UPLOAD_PACKAGES: 'True' - DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_64_libevent2.1.12python3.8.____cpython: - CONFIG: linux_64_libevent2.1.12python3.8.____cpython - UPLOAD_PACKAGES: 'True' - DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_64_libevent2.1.12python3.9.____cpython: - CONFIG: linux_64_libevent2.1.12python3.9.____cpython + linux_64_python3.9.____cpython: + CONFIG: linux_64_python3.9.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 timeoutInMinutes: 360 diff --git a/.azure-pipelines/azure-pipelines-osx.yml b/.azure-pipelines/azure-pipelines-osx.yml index 86fd3d71..052ccf05 100755 --- a/.azure-pipelines/azure-pipelines-osx.yml +++ b/.azure-pipelines/azure-pipelines-osx.yml @@ -8,53 +8,29 @@ jobs: vmImage: macOS-11 strategy: matrix: - osx_64_libevent2.1.10python3.10.____cpython: - CONFIG: osx_64_libevent2.1.10python3.10.____cpython + osx_64_python3.10.____cpython: + CONFIG: osx_64_python3.10.____cpython UPLOAD_PACKAGES: 'True' - osx_64_libevent2.1.10python3.11.____cpython: - CONFIG: osx_64_libevent2.1.10python3.11.____cpython + osx_64_python3.11.____cpython: + CONFIG: osx_64_python3.11.____cpython UPLOAD_PACKAGES: 'True' - osx_64_libevent2.1.10python3.8.____cpython: - CONFIG: osx_64_libevent2.1.10python3.8.____cpython + osx_64_python3.8.____cpython: + CONFIG: osx_64_python3.8.____cpython UPLOAD_PACKAGES: 'True' - osx_64_libevent2.1.10python3.9.____cpython: - CONFIG: osx_64_libevent2.1.10python3.9.____cpython + osx_64_python3.9.____cpython: + CONFIG: osx_64_python3.9.____cpython UPLOAD_PACKAGES: 'True' - osx_64_libevent2.1.12python3.10.____cpython: - CONFIG: osx_64_libevent2.1.12python3.10.____cpython + osx_arm64_python3.10.____cpython: + CONFIG: osx_arm64_python3.10.____cpython UPLOAD_PACKAGES: 'True' - osx_64_libevent2.1.12python3.11.____cpython: - CONFIG: osx_64_libevent2.1.12python3.11.____cpython + osx_arm64_python3.11.____cpython: + CONFIG: osx_arm64_python3.11.____cpython UPLOAD_PACKAGES: 'True' - osx_64_libevent2.1.12python3.8.____cpython: - CONFIG: osx_64_libevent2.1.12python3.8.____cpython + osx_arm64_python3.8.____cpython: + CONFIG: osx_arm64_python3.8.____cpython UPLOAD_PACKAGES: 'True' - osx_64_libevent2.1.12python3.9.____cpython: - CONFIG: osx_64_libevent2.1.12python3.9.____cpython - UPLOAD_PACKAGES: 'True' - osx_arm64_libevent2.1.10python3.10.____cpython: - CONFIG: osx_arm64_libevent2.1.10python3.10.____cpython - UPLOAD_PACKAGES: 'True' - osx_arm64_libevent2.1.10python3.11.____cpython: - CONFIG: osx_arm64_libevent2.1.10python3.11.____cpython - UPLOAD_PACKAGES: 'True' - osx_arm64_libevent2.1.10python3.8.____cpython: - CONFIG: osx_arm64_libevent2.1.10python3.8.____cpython - UPLOAD_PACKAGES: 'True' - osx_arm64_libevent2.1.10python3.9.____cpython: - CONFIG: osx_arm64_libevent2.1.10python3.9.____cpython - UPLOAD_PACKAGES: 'True' - osx_arm64_libevent2.1.12python3.10.____cpython: - CONFIG: osx_arm64_libevent2.1.12python3.10.____cpython - UPLOAD_PACKAGES: 'True' - osx_arm64_libevent2.1.12python3.11.____cpython: - CONFIG: osx_arm64_libevent2.1.12python3.11.____cpython - UPLOAD_PACKAGES: 'True' - osx_arm64_libevent2.1.12python3.8.____cpython: - CONFIG: osx_arm64_libevent2.1.12python3.8.____cpython - UPLOAD_PACKAGES: 'True' - osx_arm64_libevent2.1.12python3.9.____cpython: - CONFIG: osx_arm64_libevent2.1.12python3.9.____cpython + osx_arm64_python3.9.____cpython: + CONFIG: osx_arm64_python3.9.____cpython UPLOAD_PACKAGES: 'True' timeoutInMinutes: 360 diff --git a/.ci_support/linux_64_libevent2.1.12python3.10.____cpython.yaml b/.ci_support/linux_64_libevent2.1.12python3.10.____cpython.yaml deleted file mode 100644 index 180a4013..00000000 --- a/.ci_support/linux_64_libevent2.1.12python3.10.____cpython.yaml +++ /dev/null @@ -1,47 +0,0 @@ -aws_sdk_cpp: -- 1.10.57 -c_compiler: -- gcc -c_compiler_version: -- '12' -cdt_name: -- cos6 -channel_sources: -- conda-forge -channel_targets: -- conda-forge main -cxx_compiler: -- gxx -cxx_compiler_version: -- '12' -docker_image: -- quay.io/condaforge/linux-anvil-cos7-x86_64 -gflags: -- '2.2' -glog: -- '0.6' -libev: -- '4.33' -libevent: -- 2.1.12 -lz4_c: -- 1.9.3 -msgpack_c: -- '6' -pcre: -- '8' -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.10.* *_cpython -spdlog: -- '1.11' -target_platform: -- linux-64 -zip_keys: -- - c_compiler_version - - cxx_compiler_version -zstd: -- '1.5' diff --git a/.ci_support/linux_64_libevent2.1.12python3.11.____cpython.yaml b/.ci_support/linux_64_libevent2.1.12python3.11.____cpython.yaml deleted file mode 100644 index d6a9e1ed..00000000 --- a/.ci_support/linux_64_libevent2.1.12python3.11.____cpython.yaml +++ /dev/null @@ -1,47 +0,0 @@ -aws_sdk_cpp: -- 1.10.57 -c_compiler: -- gcc -c_compiler_version: -- '12' -cdt_name: -- cos6 -channel_sources: -- conda-forge -channel_targets: -- conda-forge main -cxx_compiler: -- gxx -cxx_compiler_version: -- '12' -docker_image: -- quay.io/condaforge/linux-anvil-cos7-x86_64 -gflags: -- '2.2' -glog: -- '0.6' -libev: -- '4.33' -libevent: -- 2.1.12 -lz4_c: -- 1.9.3 -msgpack_c: -- '6' -pcre: -- '8' -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.11.* *_cpython -spdlog: -- '1.11' -target_platform: -- linux-64 -zip_keys: -- - c_compiler_version - - cxx_compiler_version -zstd: -- '1.5' diff --git a/.ci_support/linux_64_libevent2.1.12python3.8.____cpython.yaml b/.ci_support/linux_64_libevent2.1.12python3.8.____cpython.yaml deleted file mode 100644 index f2ea16a3..00000000 --- a/.ci_support/linux_64_libevent2.1.12python3.8.____cpython.yaml +++ /dev/null @@ -1,47 +0,0 @@ -aws_sdk_cpp: -- 1.10.57 -c_compiler: -- gcc -c_compiler_version: -- '12' -cdt_name: -- cos6 -channel_sources: -- conda-forge -channel_targets: -- conda-forge main -cxx_compiler: -- gxx -cxx_compiler_version: -- '12' -docker_image: -- quay.io/condaforge/linux-anvil-cos7-x86_64 -gflags: -- '2.2' -glog: -- '0.6' -libev: -- '4.33' -libevent: -- 2.1.12 -lz4_c: -- 1.9.3 -msgpack_c: -- '6' -pcre: -- '8' -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.8.* *_cpython -spdlog: -- '1.11' -target_platform: -- linux-64 -zip_keys: -- - c_compiler_version - - cxx_compiler_version -zstd: -- '1.5' diff --git a/.ci_support/linux_64_libevent2.1.12python3.9.____cpython.yaml b/.ci_support/linux_64_libevent2.1.12python3.9.____cpython.yaml deleted file mode 100644 index c13a2ab4..00000000 --- a/.ci_support/linux_64_libevent2.1.12python3.9.____cpython.yaml +++ /dev/null @@ -1,47 +0,0 @@ -aws_sdk_cpp: -- 1.10.57 -c_compiler: -- gcc -c_compiler_version: -- '12' -cdt_name: -- cos6 -channel_sources: -- conda-forge -channel_targets: -- conda-forge main -cxx_compiler: -- gxx -cxx_compiler_version: -- '12' -docker_image: -- quay.io/condaforge/linux-anvil-cos7-x86_64 -gflags: -- '2.2' -glog: -- '0.6' -libev: -- '4.33' -libevent: -- 2.1.12 -lz4_c: -- 1.9.3 -msgpack_c: -- '6' -pcre: -- '8' -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.9.* *_cpython -spdlog: -- '1.11' -target_platform: -- linux-64 -zip_keys: -- - c_compiler_version - - cxx_compiler_version -zstd: -- '1.5' diff --git a/.ci_support/linux_64_libevent2.1.10python3.10.____cpython.yaml b/.ci_support/linux_64_python3.10.____cpython.yaml similarity index 91% rename from .ci_support/linux_64_libevent2.1.10python3.10.____cpython.yaml rename to .ci_support/linux_64_python3.10.____cpython.yaml index a8c3f237..dda70846 100644 --- a/.ci_support/linux_64_libevent2.1.10python3.10.____cpython.yaml +++ b/.ci_support/linux_64_python3.10.____cpython.yaml @@ -9,7 +9,7 @@ cdt_name: channel_sources: - conda-forge channel_targets: -- conda-forge main +- conda-forge arcticdb_libevent_2_1_10 cxx_compiler: - gxx cxx_compiler_version: @@ -24,6 +24,8 @@ libev: - '4.33' libevent: - 2.1.10 +lmdb: +- 0.9.29 lz4_c: - 1.9.3 msgpack_c: diff --git a/.ci_support/linux_64_libevent2.1.10python3.11.____cpython.yaml b/.ci_support/linux_64_python3.11.____cpython.yaml similarity index 91% rename from .ci_support/linux_64_libevent2.1.10python3.11.____cpython.yaml rename to .ci_support/linux_64_python3.11.____cpython.yaml index b486e3ea..2a963410 100644 --- a/.ci_support/linux_64_libevent2.1.10python3.11.____cpython.yaml +++ b/.ci_support/linux_64_python3.11.____cpython.yaml @@ -9,7 +9,7 @@ cdt_name: channel_sources: - conda-forge channel_targets: -- conda-forge main +- conda-forge arcticdb_libevent_2_1_10 cxx_compiler: - gxx cxx_compiler_version: @@ -24,6 +24,8 @@ libev: - '4.33' libevent: - 2.1.10 +lmdb: +- 0.9.29 lz4_c: - 1.9.3 msgpack_c: diff --git a/.ci_support/linux_64_libevent2.1.10python3.8.____cpython.yaml b/.ci_support/linux_64_python3.8.____cpython.yaml similarity index 91% rename from .ci_support/linux_64_libevent2.1.10python3.8.____cpython.yaml rename to .ci_support/linux_64_python3.8.____cpython.yaml index 531fecbe..db605207 100644 --- a/.ci_support/linux_64_libevent2.1.10python3.8.____cpython.yaml +++ b/.ci_support/linux_64_python3.8.____cpython.yaml @@ -9,7 +9,7 @@ cdt_name: channel_sources: - conda-forge channel_targets: -- conda-forge main +- conda-forge arcticdb_libevent_2_1_10 cxx_compiler: - gxx cxx_compiler_version: @@ -24,6 +24,8 @@ libev: - '4.33' libevent: - 2.1.10 +lmdb: +- 0.9.29 lz4_c: - 1.9.3 msgpack_c: diff --git a/.ci_support/linux_64_libevent2.1.10python3.9.____cpython.yaml b/.ci_support/linux_64_python3.9.____cpython.yaml similarity index 91% rename from .ci_support/linux_64_libevent2.1.10python3.9.____cpython.yaml rename to .ci_support/linux_64_python3.9.____cpython.yaml index d3fd943d..d6e353f0 100644 --- a/.ci_support/linux_64_libevent2.1.10python3.9.____cpython.yaml +++ b/.ci_support/linux_64_python3.9.____cpython.yaml @@ -9,7 +9,7 @@ cdt_name: channel_sources: - conda-forge channel_targets: -- conda-forge main +- conda-forge arcticdb_libevent_2_1_10 cxx_compiler: - gxx cxx_compiler_version: @@ -24,6 +24,8 @@ libev: - '4.33' libevent: - 2.1.10 +lmdb: +- 0.9.29 lz4_c: - 1.9.3 msgpack_c: diff --git a/.ci_support/migrations/python311.yaml b/.ci_support/migrations/python311.yaml deleted file mode 100644 index c00be95a..00000000 --- a/.ci_support/migrations/python311.yaml +++ /dev/null @@ -1,37 +0,0 @@ -migrator_ts: 1666686085 -__migrator: - migration_number: 1 - operation: key_add - primary_key: python - ordering: - python: - - 3.6.* *_cpython - - 3.7.* *_cpython - - 3.8.* *_cpython - - 3.9.* *_cpython - - 3.10.* *_cpython - - 3.11.* *_cpython # new entry - - 3.6.* *_73_pypy - - 3.7.* *_73_pypy - - 3.8.* *_73_pypy - - 3.9.* *_73_pypy - paused: false - longterm: True - pr_limit: 60 - max_solver_attempts: 3 # this will make the bot retry "not solvable" stuff 12 times - exclude: - # this shouldn't attempt to modify the python feedstocks - - python - - pypy3.6 - - pypy-meta - - cross-python - - python_abi - exclude_pinned_pkgs: false - -python: - - 3.11.* *_cpython -# additional entries to add for zip_keys -numpy: - - 1.23 -python_impl: - - cpython diff --git a/.ci_support/osx_64_libevent2.1.12python3.10.____cpython.yaml b/.ci_support/osx_64_libevent2.1.12python3.10.____cpython.yaml deleted file mode 100644 index 6fdf837d..00000000 --- a/.ci_support/osx_64_libevent2.1.12python3.10.____cpython.yaml +++ /dev/null @@ -1,49 +0,0 @@ -MACOSX_DEPLOYMENT_TARGET: -- '11.0' -MACOSX_SDK_VERSION: -- '11.0' -aws_sdk_cpp: -- 1.10.57 -c_compiler: -- clang -c_compiler_version: -- '15' -channel_sources: -- conda-forge -channel_targets: -- conda-forge main -cxx_compiler: -- clangxx -cxx_compiler_version: -- '15' -gflags: -- '2.2' -glog: -- '0.6' -libev: -- '4.33' -libevent: -- 2.1.12 -lz4_c: -- 1.9.3 -macos_machine: -- x86_64-apple-darwin13.4.0 -msgpack_c: -- '6' -pcre: -- '8' -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.10.* *_cpython -spdlog: -- '1.11' -target_platform: -- osx-64 -zip_keys: -- - c_compiler_version - - cxx_compiler_version -zstd: -- '1.5' diff --git a/.ci_support/osx_64_libevent2.1.12python3.11.____cpython.yaml b/.ci_support/osx_64_libevent2.1.12python3.11.____cpython.yaml deleted file mode 100644 index 5ec3560b..00000000 --- a/.ci_support/osx_64_libevent2.1.12python3.11.____cpython.yaml +++ /dev/null @@ -1,49 +0,0 @@ -MACOSX_DEPLOYMENT_TARGET: -- '11.0' -MACOSX_SDK_VERSION: -- '11.0' -aws_sdk_cpp: -- 1.10.57 -c_compiler: -- clang -c_compiler_version: -- '15' -channel_sources: -- conda-forge -channel_targets: -- conda-forge main -cxx_compiler: -- clangxx -cxx_compiler_version: -- '15' -gflags: -- '2.2' -glog: -- '0.6' -libev: -- '4.33' -libevent: -- 2.1.12 -lz4_c: -- 1.9.3 -macos_machine: -- x86_64-apple-darwin13.4.0 -msgpack_c: -- '6' -pcre: -- '8' -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.11.* *_cpython -spdlog: -- '1.11' -target_platform: -- osx-64 -zip_keys: -- - c_compiler_version - - cxx_compiler_version -zstd: -- '1.5' diff --git a/.ci_support/osx_64_libevent2.1.12python3.8.____cpython.yaml b/.ci_support/osx_64_libevent2.1.12python3.8.____cpython.yaml deleted file mode 100644 index 885dffaf..00000000 --- a/.ci_support/osx_64_libevent2.1.12python3.8.____cpython.yaml +++ /dev/null @@ -1,49 +0,0 @@ -MACOSX_DEPLOYMENT_TARGET: -- '11.0' -MACOSX_SDK_VERSION: -- '11.0' -aws_sdk_cpp: -- 1.10.57 -c_compiler: -- clang -c_compiler_version: -- '15' -channel_sources: -- conda-forge -channel_targets: -- conda-forge main -cxx_compiler: -- clangxx -cxx_compiler_version: -- '15' -gflags: -- '2.2' -glog: -- '0.6' -libev: -- '4.33' -libevent: -- 2.1.12 -lz4_c: -- 1.9.3 -macos_machine: -- x86_64-apple-darwin13.4.0 -msgpack_c: -- '6' -pcre: -- '8' -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.8.* *_cpython -spdlog: -- '1.11' -target_platform: -- osx-64 -zip_keys: -- - c_compiler_version - - cxx_compiler_version -zstd: -- '1.5' diff --git a/.ci_support/osx_64_libevent2.1.12python3.9.____cpython.yaml b/.ci_support/osx_64_libevent2.1.12python3.9.____cpython.yaml deleted file mode 100644 index a4161d76..00000000 --- a/.ci_support/osx_64_libevent2.1.12python3.9.____cpython.yaml +++ /dev/null @@ -1,49 +0,0 @@ -MACOSX_DEPLOYMENT_TARGET: -- '11.0' -MACOSX_SDK_VERSION: -- '11.0' -aws_sdk_cpp: -- 1.10.57 -c_compiler: -- clang -c_compiler_version: -- '15' -channel_sources: -- conda-forge -channel_targets: -- conda-forge main -cxx_compiler: -- clangxx -cxx_compiler_version: -- '15' -gflags: -- '2.2' -glog: -- '0.6' -libev: -- '4.33' -libevent: -- 2.1.12 -lz4_c: -- 1.9.3 -macos_machine: -- x86_64-apple-darwin13.4.0 -msgpack_c: -- '6' -pcre: -- '8' -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.9.* *_cpython -spdlog: -- '1.11' -target_platform: -- osx-64 -zip_keys: -- - c_compiler_version - - cxx_compiler_version -zstd: -- '1.5' diff --git a/.ci_support/osx_64_libevent2.1.10python3.10.____cpython.yaml b/.ci_support/osx_64_python3.10.____cpython.yaml similarity index 91% rename from .ci_support/osx_64_libevent2.1.10python3.10.____cpython.yaml rename to .ci_support/osx_64_python3.10.____cpython.yaml index 840119d7..d2a738b9 100644 --- a/.ci_support/osx_64_libevent2.1.10python3.10.____cpython.yaml +++ b/.ci_support/osx_64_python3.10.____cpython.yaml @@ -11,7 +11,7 @@ c_compiler_version: channel_sources: - conda-forge channel_targets: -- conda-forge main +- conda-forge arcticdb_libevent_2_1_10 cxx_compiler: - clangxx cxx_compiler_version: @@ -24,6 +24,8 @@ libev: - '4.33' libevent: - 2.1.10 +lmdb: +- 0.9.29 lz4_c: - 1.9.3 macos_machine: diff --git a/.ci_support/osx_64_libevent2.1.10python3.11.____cpython.yaml b/.ci_support/osx_64_python3.11.____cpython.yaml similarity index 91% rename from .ci_support/osx_64_libevent2.1.10python3.11.____cpython.yaml rename to .ci_support/osx_64_python3.11.____cpython.yaml index d7cb2c26..4a027e2d 100644 --- a/.ci_support/osx_64_libevent2.1.10python3.11.____cpython.yaml +++ b/.ci_support/osx_64_python3.11.____cpython.yaml @@ -11,7 +11,7 @@ c_compiler_version: channel_sources: - conda-forge channel_targets: -- conda-forge main +- conda-forge arcticdb_libevent_2_1_10 cxx_compiler: - clangxx cxx_compiler_version: @@ -24,6 +24,8 @@ libev: - '4.33' libevent: - 2.1.10 +lmdb: +- 0.9.29 lz4_c: - 1.9.3 macos_machine: diff --git a/.ci_support/osx_64_libevent2.1.10python3.8.____cpython.yaml b/.ci_support/osx_64_python3.8.____cpython.yaml similarity index 91% rename from .ci_support/osx_64_libevent2.1.10python3.8.____cpython.yaml rename to .ci_support/osx_64_python3.8.____cpython.yaml index 8f2d5895..0b5c83a7 100644 --- a/.ci_support/osx_64_libevent2.1.10python3.8.____cpython.yaml +++ b/.ci_support/osx_64_python3.8.____cpython.yaml @@ -11,7 +11,7 @@ c_compiler_version: channel_sources: - conda-forge channel_targets: -- conda-forge main +- conda-forge arcticdb_libevent_2_1_10 cxx_compiler: - clangxx cxx_compiler_version: @@ -24,6 +24,8 @@ libev: - '4.33' libevent: - 2.1.10 +lmdb: +- 0.9.29 lz4_c: - 1.9.3 macos_machine: diff --git a/.ci_support/osx_64_libevent2.1.10python3.9.____cpython.yaml b/.ci_support/osx_64_python3.9.____cpython.yaml similarity index 91% rename from .ci_support/osx_64_libevent2.1.10python3.9.____cpython.yaml rename to .ci_support/osx_64_python3.9.____cpython.yaml index 5200e4d2..a164249c 100644 --- a/.ci_support/osx_64_libevent2.1.10python3.9.____cpython.yaml +++ b/.ci_support/osx_64_python3.9.____cpython.yaml @@ -11,7 +11,7 @@ c_compiler_version: channel_sources: - conda-forge channel_targets: -- conda-forge main +- conda-forge arcticdb_libevent_2_1_10 cxx_compiler: - clangxx cxx_compiler_version: @@ -24,6 +24,8 @@ libev: - '4.33' libevent: - 2.1.10 +lmdb: +- 0.9.29 lz4_c: - 1.9.3 macos_machine: diff --git a/.ci_support/osx_arm64_libevent2.1.12python3.10.____cpython.yaml b/.ci_support/osx_arm64_libevent2.1.12python3.10.____cpython.yaml deleted file mode 100644 index a7c9c448..00000000 --- a/.ci_support/osx_arm64_libevent2.1.12python3.10.____cpython.yaml +++ /dev/null @@ -1,47 +0,0 @@ -MACOSX_DEPLOYMENT_TARGET: -- '11.0' -aws_sdk_cpp: -- 1.10.57 -c_compiler: -- clang -c_compiler_version: -- '15' -channel_sources: -- conda-forge -channel_targets: -- conda-forge main -cxx_compiler: -- clangxx -cxx_compiler_version: -- '15' -gflags: -- '2.2' -glog: -- '0.6' -libev: -- '4.33' -libevent: -- 2.1.12 -lz4_c: -- 1.9.3 -macos_machine: -- arm64-apple-darwin20.0.0 -msgpack_c: -- '6' -pcre: -- '8' -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.10.* *_cpython -spdlog: -- '1.11' -target_platform: -- osx-arm64 -zip_keys: -- - c_compiler_version - - cxx_compiler_version -zstd: -- '1.5' diff --git a/.ci_support/osx_arm64_libevent2.1.12python3.11.____cpython.yaml b/.ci_support/osx_arm64_libevent2.1.12python3.11.____cpython.yaml deleted file mode 100644 index c19b4d77..00000000 --- a/.ci_support/osx_arm64_libevent2.1.12python3.11.____cpython.yaml +++ /dev/null @@ -1,47 +0,0 @@ -MACOSX_DEPLOYMENT_TARGET: -- '11.0' -aws_sdk_cpp: -- 1.10.57 -c_compiler: -- clang -c_compiler_version: -- '15' -channel_sources: -- conda-forge -channel_targets: -- conda-forge main -cxx_compiler: -- clangxx -cxx_compiler_version: -- '15' -gflags: -- '2.2' -glog: -- '0.6' -libev: -- '4.33' -libevent: -- 2.1.12 -lz4_c: -- 1.9.3 -macos_machine: -- arm64-apple-darwin20.0.0 -msgpack_c: -- '6' -pcre: -- '8' -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.11.* *_cpython -spdlog: -- '1.11' -target_platform: -- osx-arm64 -zip_keys: -- - c_compiler_version - - cxx_compiler_version -zstd: -- '1.5' diff --git a/.ci_support/osx_arm64_libevent2.1.12python3.8.____cpython.yaml b/.ci_support/osx_arm64_libevent2.1.12python3.8.____cpython.yaml deleted file mode 100644 index e704a65c..00000000 --- a/.ci_support/osx_arm64_libevent2.1.12python3.8.____cpython.yaml +++ /dev/null @@ -1,47 +0,0 @@ -MACOSX_DEPLOYMENT_TARGET: -- '11.0' -aws_sdk_cpp: -- 1.10.57 -c_compiler: -- clang -c_compiler_version: -- '15' -channel_sources: -- conda-forge -channel_targets: -- conda-forge main -cxx_compiler: -- clangxx -cxx_compiler_version: -- '15' -gflags: -- '2.2' -glog: -- '0.6' -libev: -- '4.33' -libevent: -- 2.1.12 -lz4_c: -- 1.9.3 -macos_machine: -- arm64-apple-darwin20.0.0 -msgpack_c: -- '6' -pcre: -- '8' -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.8.* *_cpython -spdlog: -- '1.11' -target_platform: -- osx-arm64 -zip_keys: -- - c_compiler_version - - cxx_compiler_version -zstd: -- '1.5' diff --git a/.ci_support/osx_arm64_libevent2.1.12python3.9.____cpython.yaml b/.ci_support/osx_arm64_libevent2.1.12python3.9.____cpython.yaml deleted file mode 100644 index e1f9e83c..00000000 --- a/.ci_support/osx_arm64_libevent2.1.12python3.9.____cpython.yaml +++ /dev/null @@ -1,47 +0,0 @@ -MACOSX_DEPLOYMENT_TARGET: -- '11.0' -aws_sdk_cpp: -- 1.10.57 -c_compiler: -- clang -c_compiler_version: -- '15' -channel_sources: -- conda-forge -channel_targets: -- conda-forge main -cxx_compiler: -- clangxx -cxx_compiler_version: -- '15' -gflags: -- '2.2' -glog: -- '0.6' -libev: -- '4.33' -libevent: -- 2.1.12 -lz4_c: -- 1.9.3 -macos_machine: -- arm64-apple-darwin20.0.0 -msgpack_c: -- '6' -pcre: -- '8' -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.9.* *_cpython -spdlog: -- '1.11' -target_platform: -- osx-arm64 -zip_keys: -- - c_compiler_version - - cxx_compiler_version -zstd: -- '1.5' diff --git a/.ci_support/osx_arm64_libevent2.1.10python3.10.____cpython.yaml b/.ci_support/osx_arm64_python3.10.____cpython.yaml similarity index 91% rename from .ci_support/osx_arm64_libevent2.1.10python3.10.____cpython.yaml rename to .ci_support/osx_arm64_python3.10.____cpython.yaml index 82897c21..7b3a7927 100644 --- a/.ci_support/osx_arm64_libevent2.1.10python3.10.____cpython.yaml +++ b/.ci_support/osx_arm64_python3.10.____cpython.yaml @@ -9,7 +9,7 @@ c_compiler_version: channel_sources: - conda-forge channel_targets: -- conda-forge main +- conda-forge arcticdb_libevent_2_1_10 cxx_compiler: - clangxx cxx_compiler_version: @@ -22,6 +22,8 @@ libev: - '4.33' libevent: - 2.1.10 +lmdb: +- 0.9.29 lz4_c: - 1.9.3 macos_machine: diff --git a/.ci_support/osx_arm64_libevent2.1.10python3.11.____cpython.yaml b/.ci_support/osx_arm64_python3.11.____cpython.yaml similarity index 91% rename from .ci_support/osx_arm64_libevent2.1.10python3.11.____cpython.yaml rename to .ci_support/osx_arm64_python3.11.____cpython.yaml index 63512cf8..96a4dde1 100644 --- a/.ci_support/osx_arm64_libevent2.1.10python3.11.____cpython.yaml +++ b/.ci_support/osx_arm64_python3.11.____cpython.yaml @@ -9,7 +9,7 @@ c_compiler_version: channel_sources: - conda-forge channel_targets: -- conda-forge main +- conda-forge arcticdb_libevent_2_1_10 cxx_compiler: - clangxx cxx_compiler_version: @@ -22,6 +22,8 @@ libev: - '4.33' libevent: - 2.1.10 +lmdb: +- 0.9.29 lz4_c: - 1.9.3 macos_machine: diff --git a/.ci_support/osx_arm64_libevent2.1.10python3.8.____cpython.yaml b/.ci_support/osx_arm64_python3.8.____cpython.yaml similarity index 91% rename from .ci_support/osx_arm64_libevent2.1.10python3.8.____cpython.yaml rename to .ci_support/osx_arm64_python3.8.____cpython.yaml index 0924b1ca..d7daaa9d 100644 --- a/.ci_support/osx_arm64_libevent2.1.10python3.8.____cpython.yaml +++ b/.ci_support/osx_arm64_python3.8.____cpython.yaml @@ -9,7 +9,7 @@ c_compiler_version: channel_sources: - conda-forge channel_targets: -- conda-forge main +- conda-forge arcticdb_libevent_2_1_10 cxx_compiler: - clangxx cxx_compiler_version: @@ -22,6 +22,8 @@ libev: - '4.33' libevent: - 2.1.10 +lmdb: +- 0.9.29 lz4_c: - 1.9.3 macos_machine: diff --git a/.ci_support/osx_arm64_libevent2.1.10python3.9.____cpython.yaml b/.ci_support/osx_arm64_python3.9.____cpython.yaml similarity index 91% rename from .ci_support/osx_arm64_libevent2.1.10python3.9.____cpython.yaml rename to .ci_support/osx_arm64_python3.9.____cpython.yaml index 5041630e..22868530 100644 --- a/.ci_support/osx_arm64_libevent2.1.10python3.9.____cpython.yaml +++ b/.ci_support/osx_arm64_python3.9.____cpython.yaml @@ -9,7 +9,7 @@ c_compiler_version: channel_sources: - conda-forge channel_targets: -- conda-forge main +- conda-forge arcticdb_libevent_2_1_10 cxx_compiler: - clangxx cxx_compiler_version: @@ -22,6 +22,8 @@ libev: - '4.33' libevent: - 2.1.10 +lmdb: +- 0.9.29 lz4_c: - 1.9.3 macos_machine: diff --git a/.scripts/build_steps.sh b/.scripts/build_steps.sh index a6b09f6b..322832b9 100755 --- a/.scripts/build_steps.sh +++ b/.scripts/build_steps.sh @@ -31,11 +31,10 @@ pkgs_dirs: CONDARC - -mamba install --update-specs --yes --quiet --channel conda-forge \ - conda-build pip boa conda-forge-ci-setup=3 -mamba update --update-specs --yes --quiet --channel conda-forge \ - conda-build pip boa conda-forge-ci-setup=3 +mamba install --update-specs --yes --quiet --channel conda-forge --strict-channel-priority \ + pip mamba conda-build boa conda-forge-ci-setup=3 +mamba update --update-specs --yes --quiet --channel conda-forge --strict-channel-priority \ + pip mamba conda-build boa conda-forge-ci-setup # set up the condarc setup_conda_rc "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}" diff --git a/.scripts/logging_utils.sh b/.scripts/logging_utils.sh index 57bc95c2..aff009f0 100644 --- a/.scripts/logging_utils.sh +++ b/.scripts/logging_utils.sh @@ -12,7 +12,7 @@ function startgroup { echo "##[group]$1";; travis ) echo "$1" - echo -en 'travis_fold:start:'"${1// /}"'\\r';; + echo -en 'travis_fold:start:'"${1// /}"'\r';; github_actions ) echo "::group::$1";; * ) @@ -28,7 +28,7 @@ function endgroup { azure ) echo "##[endgroup]";; travis ) - echo -en 'travis_fold:end:'"${1// /}"'\\r';; + echo -en 'travis_fold:end:'"${1// /}"'\r';; github_actions ) echo "::endgroup::";; esac diff --git a/.scripts/run_osx_build.sh b/.scripts/run_osx_build.sh index 3969edf3..cd9a88f2 100755 --- a/.scripts/run_osx_build.sh +++ b/.scripts/run_osx_build.sh @@ -23,10 +23,10 @@ bash $MINIFORGE_FILE -b -p ${MINIFORGE_HOME} source ${MINIFORGE_HOME}/etc/profile.d/conda.sh conda activate base -mamba install --update-specs --quiet --yes --channel conda-forge \ - conda-build pip boa conda-forge-ci-setup=3 -mamba update --update-specs --yes --quiet --channel conda-forge \ - conda-build pip boa conda-forge-ci-setup=3 +mamba install --update-specs --quiet --yes --channel conda-forge --strict-channel-priority \ + pip mamba conda-build boa conda-forge-ci-setup=3 +mamba update --update-specs --yes --quiet --channel conda-forge --strict-channel-priority \ + pip mamba conda-build boa conda-forge-ci-setup diff --git a/README.md b/README.md index c783a966..303fbdd9 100644 --- a/README.md +++ b/README.md @@ -39,171 +39,87 @@ Current build status - + - + - + - + - + - + - + - + - + - + - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - From dd446d1b9b501e00d0a18ccdf03b109c1b6bc18f Mon Sep 17 00:00:00 2001 From: Julien Jerphanion Date: Mon, 25 Sep 2023 09:09:35 +0200 Subject: [PATCH 4/7] Explicitly pin lmbdb 0.9.22 See: https://github.com/conda-forge/arcticdb-feedstock/pull/61#discussion_r1333987709 Signed-off-by: Julien Jerphanion --- recipe/conda_build_config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipe/conda_build_config.yaml b/recipe/conda_build_config.yaml index 900df2b3..465e1cc6 100644 --- a/recipe/conda_build_config.yaml +++ b/recipe/conda_build_config.yaml @@ -4,6 +4,8 @@ MACOSX_DEPLOYMENT_TARGET: # [osx and x86_64] - "11.0" # [osx and x86_64] libevent: - "2.1.10" +lmdb: + - "0.9.22" msgpack_c: - 6 From b552c12a67c008be16047c9d3b60da30fd7da5d3 Mon Sep 17 00:00:00 2001 From: "conda-forge-webservices[bot]" <91080706+conda-forge-webservices[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 07:13:11 +0000 Subject: [PATCH 5/7] MNT: Re-rendered with conda-build 3.26.1, conda-smithy 3.26.2, and conda-forge-pinning 2023.09.24.21.36.48 --- .ci_support/linux_64_python3.10.____cpython.yaml | 2 +- .ci_support/linux_64_python3.11.____cpython.yaml | 2 +- .ci_support/linux_64_python3.8.____cpython.yaml | 2 +- .ci_support/linux_64_python3.9.____cpython.yaml | 2 +- .ci_support/osx_64_python3.10.____cpython.yaml | 2 +- .ci_support/osx_64_python3.11.____cpython.yaml | 2 +- .ci_support/osx_64_python3.8.____cpython.yaml | 2 +- .ci_support/osx_64_python3.9.____cpython.yaml | 2 +- .ci_support/osx_arm64_python3.10.____cpython.yaml | 2 +- .ci_support/osx_arm64_python3.11.____cpython.yaml | 2 +- .ci_support/osx_arm64_python3.8.____cpython.yaml | 2 +- .ci_support/osx_arm64_python3.9.____cpython.yaml | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.ci_support/linux_64_python3.10.____cpython.yaml b/.ci_support/linux_64_python3.10.____cpython.yaml index dda70846..92953e3d 100644 --- a/.ci_support/linux_64_python3.10.____cpython.yaml +++ b/.ci_support/linux_64_python3.10.____cpython.yaml @@ -25,7 +25,7 @@ libev: libevent: - 2.1.10 lmdb: -- 0.9.29 +- 0.9.22 lz4_c: - 1.9.3 msgpack_c: diff --git a/.ci_support/linux_64_python3.11.____cpython.yaml b/.ci_support/linux_64_python3.11.____cpython.yaml index 2a963410..5b809165 100644 --- a/.ci_support/linux_64_python3.11.____cpython.yaml +++ b/.ci_support/linux_64_python3.11.____cpython.yaml @@ -25,7 +25,7 @@ libev: libevent: - 2.1.10 lmdb: -- 0.9.29 +- 0.9.22 lz4_c: - 1.9.3 msgpack_c: diff --git a/.ci_support/linux_64_python3.8.____cpython.yaml b/.ci_support/linux_64_python3.8.____cpython.yaml index db605207..3f372250 100644 --- a/.ci_support/linux_64_python3.8.____cpython.yaml +++ b/.ci_support/linux_64_python3.8.____cpython.yaml @@ -25,7 +25,7 @@ libev: libevent: - 2.1.10 lmdb: -- 0.9.29 +- 0.9.22 lz4_c: - 1.9.3 msgpack_c: diff --git a/.ci_support/linux_64_python3.9.____cpython.yaml b/.ci_support/linux_64_python3.9.____cpython.yaml index d6e353f0..6a29cc4a 100644 --- a/.ci_support/linux_64_python3.9.____cpython.yaml +++ b/.ci_support/linux_64_python3.9.____cpython.yaml @@ -25,7 +25,7 @@ libev: libevent: - 2.1.10 lmdb: -- 0.9.29 +- 0.9.22 lz4_c: - 1.9.3 msgpack_c: diff --git a/.ci_support/osx_64_python3.10.____cpython.yaml b/.ci_support/osx_64_python3.10.____cpython.yaml index d2a738b9..3915d0f9 100644 --- a/.ci_support/osx_64_python3.10.____cpython.yaml +++ b/.ci_support/osx_64_python3.10.____cpython.yaml @@ -25,7 +25,7 @@ libev: libevent: - 2.1.10 lmdb: -- 0.9.29 +- 0.9.22 lz4_c: - 1.9.3 macos_machine: diff --git a/.ci_support/osx_64_python3.11.____cpython.yaml b/.ci_support/osx_64_python3.11.____cpython.yaml index 4a027e2d..51f674cb 100644 --- a/.ci_support/osx_64_python3.11.____cpython.yaml +++ b/.ci_support/osx_64_python3.11.____cpython.yaml @@ -25,7 +25,7 @@ libev: libevent: - 2.1.10 lmdb: -- 0.9.29 +- 0.9.22 lz4_c: - 1.9.3 macos_machine: diff --git a/.ci_support/osx_64_python3.8.____cpython.yaml b/.ci_support/osx_64_python3.8.____cpython.yaml index 0b5c83a7..2faa8c86 100644 --- a/.ci_support/osx_64_python3.8.____cpython.yaml +++ b/.ci_support/osx_64_python3.8.____cpython.yaml @@ -25,7 +25,7 @@ libev: libevent: - 2.1.10 lmdb: -- 0.9.29 +- 0.9.22 lz4_c: - 1.9.3 macos_machine: diff --git a/.ci_support/osx_64_python3.9.____cpython.yaml b/.ci_support/osx_64_python3.9.____cpython.yaml index a164249c..8b14ef77 100644 --- a/.ci_support/osx_64_python3.9.____cpython.yaml +++ b/.ci_support/osx_64_python3.9.____cpython.yaml @@ -25,7 +25,7 @@ libev: libevent: - 2.1.10 lmdb: -- 0.9.29 +- 0.9.22 lz4_c: - 1.9.3 macos_machine: diff --git a/.ci_support/osx_arm64_python3.10.____cpython.yaml b/.ci_support/osx_arm64_python3.10.____cpython.yaml index 7b3a7927..703609cf 100644 --- a/.ci_support/osx_arm64_python3.10.____cpython.yaml +++ b/.ci_support/osx_arm64_python3.10.____cpython.yaml @@ -23,7 +23,7 @@ libev: libevent: - 2.1.10 lmdb: -- 0.9.29 +- 0.9.22 lz4_c: - 1.9.3 macos_machine: diff --git a/.ci_support/osx_arm64_python3.11.____cpython.yaml b/.ci_support/osx_arm64_python3.11.____cpython.yaml index 96a4dde1..5323de15 100644 --- a/.ci_support/osx_arm64_python3.11.____cpython.yaml +++ b/.ci_support/osx_arm64_python3.11.____cpython.yaml @@ -23,7 +23,7 @@ libev: libevent: - 2.1.10 lmdb: -- 0.9.29 +- 0.9.22 lz4_c: - 1.9.3 macos_machine: diff --git a/.ci_support/osx_arm64_python3.8.____cpython.yaml b/.ci_support/osx_arm64_python3.8.____cpython.yaml index d7daaa9d..35ce40ca 100644 --- a/.ci_support/osx_arm64_python3.8.____cpython.yaml +++ b/.ci_support/osx_arm64_python3.8.____cpython.yaml @@ -23,7 +23,7 @@ libev: libevent: - 2.1.10 lmdb: -- 0.9.29 +- 0.9.22 lz4_c: - 1.9.3 macos_machine: diff --git a/.ci_support/osx_arm64_python3.9.____cpython.yaml b/.ci_support/osx_arm64_python3.9.____cpython.yaml index 22868530..011ff18f 100644 --- a/.ci_support/osx_arm64_python3.9.____cpython.yaml +++ b/.ci_support/osx_arm64_python3.9.____cpython.yaml @@ -23,7 +23,7 @@ libev: libevent: - 2.1.10 lmdb: -- 0.9.29 +- 0.9.22 lz4_c: - 1.9.3 macos_machine: From 7e1e4cfbdc08e52f2e3fac9f4db154a710b8a67b Mon Sep 17 00:00:00 2001 From: Julien Jerphanion Date: Tue, 26 Sep 2023 07:28:08 +0200 Subject: [PATCH 6/7] Use the conda-forge main channel Signed-off-by: Julien Jerphanion Co-authored-by: h-vetinari --- recipe/conda_build_config.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/recipe/conda_build_config.yaml b/recipe/conda_build_config.yaml index 465e1cc6..835acee7 100644 --- a/recipe/conda_build_config.yaml +++ b/recipe/conda_build_config.yaml @@ -8,6 +8,3 @@ lmdb: - "0.9.22" msgpack_c: - 6 - -channel_targets: - - conda-forge arcticdb_libevent_2_1_10 From 024e57401c0a4e7295a3a62a6d9d0b5cc5e27723 Mon Sep 17 00:00:00 2001 From: "conda-forge-webservices[bot]" <91080706+conda-forge-webservices[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 05:31:26 +0000 Subject: [PATCH 7/7] MNT: Re-rendered with conda-build 3.26.1, conda-smithy 3.26.2, and conda-forge-pinning 2023.09.26.03.46.41 --- .ci_support/linux_64_python3.10.____cpython.yaml | 2 +- .ci_support/linux_64_python3.11.____cpython.yaml | 2 +- .ci_support/linux_64_python3.8.____cpython.yaml | 2 +- .ci_support/linux_64_python3.9.____cpython.yaml | 2 +- .ci_support/osx_64_python3.10.____cpython.yaml | 2 +- .ci_support/osx_64_python3.11.____cpython.yaml | 2 +- .ci_support/osx_64_python3.8.____cpython.yaml | 2 +- .ci_support/osx_64_python3.9.____cpython.yaml | 2 +- .ci_support/osx_arm64_python3.10.____cpython.yaml | 2 +- .ci_support/osx_arm64_python3.11.____cpython.yaml | 2 +- .ci_support/osx_arm64_python3.8.____cpython.yaml | 2 +- .ci_support/osx_arm64_python3.9.____cpython.yaml | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.ci_support/linux_64_python3.10.____cpython.yaml b/.ci_support/linux_64_python3.10.____cpython.yaml index 92953e3d..d42fe6f5 100644 --- a/.ci_support/linux_64_python3.10.____cpython.yaml +++ b/.ci_support/linux_64_python3.10.____cpython.yaml @@ -9,7 +9,7 @@ cdt_name: channel_sources: - conda-forge channel_targets: -- conda-forge arcticdb_libevent_2_1_10 +- conda-forge main cxx_compiler: - gxx cxx_compiler_version: diff --git a/.ci_support/linux_64_python3.11.____cpython.yaml b/.ci_support/linux_64_python3.11.____cpython.yaml index 5b809165..56b78a08 100644 --- a/.ci_support/linux_64_python3.11.____cpython.yaml +++ b/.ci_support/linux_64_python3.11.____cpython.yaml @@ -9,7 +9,7 @@ cdt_name: channel_sources: - conda-forge channel_targets: -- conda-forge arcticdb_libevent_2_1_10 +- conda-forge main cxx_compiler: - gxx cxx_compiler_version: diff --git a/.ci_support/linux_64_python3.8.____cpython.yaml b/.ci_support/linux_64_python3.8.____cpython.yaml index 3f372250..8908ef40 100644 --- a/.ci_support/linux_64_python3.8.____cpython.yaml +++ b/.ci_support/linux_64_python3.8.____cpython.yaml @@ -9,7 +9,7 @@ cdt_name: channel_sources: - conda-forge channel_targets: -- conda-forge arcticdb_libevent_2_1_10 +- conda-forge main cxx_compiler: - gxx cxx_compiler_version: diff --git a/.ci_support/linux_64_python3.9.____cpython.yaml b/.ci_support/linux_64_python3.9.____cpython.yaml index 6a29cc4a..84500e17 100644 --- a/.ci_support/linux_64_python3.9.____cpython.yaml +++ b/.ci_support/linux_64_python3.9.____cpython.yaml @@ -9,7 +9,7 @@ cdt_name: channel_sources: - conda-forge channel_targets: -- conda-forge arcticdb_libevent_2_1_10 +- conda-forge main cxx_compiler: - gxx cxx_compiler_version: diff --git a/.ci_support/osx_64_python3.10.____cpython.yaml b/.ci_support/osx_64_python3.10.____cpython.yaml index 3915d0f9..f55dab0b 100644 --- a/.ci_support/osx_64_python3.10.____cpython.yaml +++ b/.ci_support/osx_64_python3.10.____cpython.yaml @@ -11,7 +11,7 @@ c_compiler_version: channel_sources: - conda-forge channel_targets: -- conda-forge arcticdb_libevent_2_1_10 +- conda-forge main cxx_compiler: - clangxx cxx_compiler_version: diff --git a/.ci_support/osx_64_python3.11.____cpython.yaml b/.ci_support/osx_64_python3.11.____cpython.yaml index 51f674cb..e499fbce 100644 --- a/.ci_support/osx_64_python3.11.____cpython.yaml +++ b/.ci_support/osx_64_python3.11.____cpython.yaml @@ -11,7 +11,7 @@ c_compiler_version: channel_sources: - conda-forge channel_targets: -- conda-forge arcticdb_libevent_2_1_10 +- conda-forge main cxx_compiler: - clangxx cxx_compiler_version: diff --git a/.ci_support/osx_64_python3.8.____cpython.yaml b/.ci_support/osx_64_python3.8.____cpython.yaml index 2faa8c86..90e366ba 100644 --- a/.ci_support/osx_64_python3.8.____cpython.yaml +++ b/.ci_support/osx_64_python3.8.____cpython.yaml @@ -11,7 +11,7 @@ c_compiler_version: channel_sources: - conda-forge channel_targets: -- conda-forge arcticdb_libevent_2_1_10 +- conda-forge main cxx_compiler: - clangxx cxx_compiler_version: diff --git a/.ci_support/osx_64_python3.9.____cpython.yaml b/.ci_support/osx_64_python3.9.____cpython.yaml index 8b14ef77..5f929afc 100644 --- a/.ci_support/osx_64_python3.9.____cpython.yaml +++ b/.ci_support/osx_64_python3.9.____cpython.yaml @@ -11,7 +11,7 @@ c_compiler_version: channel_sources: - conda-forge channel_targets: -- conda-forge arcticdb_libevent_2_1_10 +- conda-forge main cxx_compiler: - clangxx cxx_compiler_version: diff --git a/.ci_support/osx_arm64_python3.10.____cpython.yaml b/.ci_support/osx_arm64_python3.10.____cpython.yaml index 703609cf..b3deca62 100644 --- a/.ci_support/osx_arm64_python3.10.____cpython.yaml +++ b/.ci_support/osx_arm64_python3.10.____cpython.yaml @@ -9,7 +9,7 @@ c_compiler_version: channel_sources: - conda-forge channel_targets: -- conda-forge arcticdb_libevent_2_1_10 +- conda-forge main cxx_compiler: - clangxx cxx_compiler_version: diff --git a/.ci_support/osx_arm64_python3.11.____cpython.yaml b/.ci_support/osx_arm64_python3.11.____cpython.yaml index 5323de15..dd77ee80 100644 --- a/.ci_support/osx_arm64_python3.11.____cpython.yaml +++ b/.ci_support/osx_arm64_python3.11.____cpython.yaml @@ -9,7 +9,7 @@ c_compiler_version: channel_sources: - conda-forge channel_targets: -- conda-forge arcticdb_libevent_2_1_10 +- conda-forge main cxx_compiler: - clangxx cxx_compiler_version: diff --git a/.ci_support/osx_arm64_python3.8.____cpython.yaml b/.ci_support/osx_arm64_python3.8.____cpython.yaml index 35ce40ca..a6c53597 100644 --- a/.ci_support/osx_arm64_python3.8.____cpython.yaml +++ b/.ci_support/osx_arm64_python3.8.____cpython.yaml @@ -9,7 +9,7 @@ c_compiler_version: channel_sources: - conda-forge channel_targets: -- conda-forge arcticdb_libevent_2_1_10 +- conda-forge main cxx_compiler: - clangxx cxx_compiler_version: diff --git a/.ci_support/osx_arm64_python3.9.____cpython.yaml b/.ci_support/osx_arm64_python3.9.____cpython.yaml index 011ff18f..cd2de5af 100644 --- a/.ci_support/osx_arm64_python3.9.____cpython.yaml +++ b/.ci_support/osx_arm64_python3.9.____cpython.yaml @@ -9,7 +9,7 @@ c_compiler_version: channel_sources: - conda-forge channel_targets: -- conda-forge arcticdb_libevent_2_1_10 +- conda-forge main cxx_compiler: - clangxx cxx_compiler_version:
VariantStatus
linux_64_libevent2.1.10python3.10.____cpythonlinux_64_python3.10.____cpython - variant + variant
linux_64_libevent2.1.10python3.11.____cpythonlinux_64_python3.11.____cpython - variant + variant
linux_64_libevent2.1.10python3.8.____cpythonlinux_64_python3.8.____cpython - variant + variant
linux_64_libevent2.1.10python3.9.____cpythonlinux_64_python3.9.____cpython - variant + variant
linux_64_libevent2.1.12python3.10.____cpythonosx_64_python3.10.____cpython - variant + variant
linux_64_libevent2.1.12python3.11.____cpythonosx_64_python3.11.____cpython - variant + variant
linux_64_libevent2.1.12python3.8.____cpythonosx_64_python3.8.____cpython - variant + variant
linux_64_libevent2.1.12python3.9.____cpythonosx_64_python3.9.____cpython - variant + variant
osx_64_libevent2.1.10python3.10.____cpythonosx_arm64_python3.10.____cpython - variant + variant
osx_64_libevent2.1.10python3.11.____cpythonosx_arm64_python3.11.____cpython - variant + variant
osx_64_libevent2.1.10python3.8.____cpythonosx_arm64_python3.8.____cpython - variant + variant
osx_64_libevent2.1.10python3.9.____cpythonosx_arm64_python3.9.____cpython - variant - -
osx_64_libevent2.1.12python3.10.____cpython - - variant - -
osx_64_libevent2.1.12python3.11.____cpython - - variant - -
osx_64_libevent2.1.12python3.8.____cpython - - variant - -
osx_64_libevent2.1.12python3.9.____cpython - - variant - -
osx_arm64_libevent2.1.10python3.10.____cpython - - variant - -
osx_arm64_libevent2.1.10python3.11.____cpython - - variant - -
osx_arm64_libevent2.1.10python3.8.____cpython - - variant - -
osx_arm64_libevent2.1.10python3.9.____cpython - - variant - -
osx_arm64_libevent2.1.12python3.10.____cpython - - variant - -
osx_arm64_libevent2.1.12python3.11.____cpython - - variant - -
osx_arm64_libevent2.1.12python3.8.____cpython - - variant - -
osx_arm64_libevent2.1.12python3.9.____cpython - - variant + variant