From e05eca9dc3b90f5e7838083e15a8e46cd4a8a0fe Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Tue, 5 Dec 2023 16:27:22 -0600 Subject: [PATCH] libxml2 v2.12.2 (#108) * updated v2.12.2 * MNT: Re-rendered with conda-build 3.27.0, conda-smithy 3.30.1, and conda-forge-pinning 2023.12.05.11.44.25 --- .scripts/run_win_build.bat | 4 +++- recipe/meta.yaml | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.scripts/run_win_build.bat b/.scripts/run_win_build.bat index 7d2fdd6..48734de 100755 --- a/.scripts/run_win_build.bat +++ b/.scripts/run_win_build.bat @@ -42,7 +42,9 @@ if EXIST LICENSE.txt ( copy LICENSE.txt "recipe\\recipe-scripts-license.txt" ) if NOT [%HOST_PLATFORM%] == [%BUILD_PLATFORM%] ( - set "EXTRA_CB_OPTIONS=%EXTRA_CB_OPTIONS% --no-test" + if [%CROSSCOMPILING_EMULATOR%] == [] ( + set "EXTRA_CB_OPTIONS=%EXTRA_CB_OPTIONS% --no-test" + ) ) if NOT [%flow_run_id%] == [] ( diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 36dc420..8a54f71 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "2.12.1" %} +{% set version = "2.12.2" %} package: name: libxml2 @@ -6,7 +6,7 @@ package: source: url: https://gitlab.gnome.org/GNOME/libxml2/-/archive/v{{ version }}/libxml2-v{{ version }}.tar.gz - sha256: 1090e62c5a1900429f63e4681263b96e7829876ccbc66cf2d9266cd589f67286 + sha256: 1cd3a24aa65acc7e2ca90b984667fc19b7c9a1dd1ec1934e9b33932fbfd827c1 patches: - 0002-Make-and-install-a-pkg-config-file-on-Windows.patch