Skip to content

Commit

Permalink
libxml2 v2.12.7 (#119)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored May 13, 2024
2 parents 1f92b67 + b04a821 commit 320c9eb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-osx.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .ci_support/osx_64_zlib1.2.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
- '10.13'
VERBOSE_AT:
- V=1
c_compiler:
Expand All @@ -9,7 +9,7 @@ c_compiler_version:
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.9'
- '10.13'
channel_sources:
- conda-forge
channel_targets:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/osx_64_zlib1.3.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
- '10.13'
VERBOSE_AT:
- V=1
c_compiler:
Expand All @@ -9,7 +9,7 @@ c_compiler_version:
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.9'
- '10.13'
channel_sources:
- conda-forge
channel_targets:
Expand Down
7 changes: 4 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{% set version = "2.12.6" %}
{% set version = "2.12.7" %}

package:
name: libxml2
version: {{ version }}

source:
url: https://gitlab.gnome.org/GNOME/libxml2/-/archive/v{{ version }}/libxml2-v{{ version }}.tar.gz
sha256: 42c397f60f4647ddf2e0c132f384cb06a49f5f91cbf6d79af9fa8ce43142cb38
sha256: a7c1277f4e859883ff3aaa09a545561b7515e078a97eb240bb92bf5a03ae03fc
patches:
- 0002-Make-and-install-a-pkg-config-file-on-Windows.patch

build:
number: 2
number: 0
run_exports:
# remove symbols at minor versions according to
# https://abi-laboratory.pro/tracker/timeline/libxml2/
Expand All @@ -23,6 +23,7 @@ requirements:
build:
- libtool # [unix]
- {{ compiler('c') }}
- {{ stdlib("c") }}
- autoconf # [not win]
- automake # [not win]
- libtool # [not win]
Expand Down

0 comments on commit 320c9eb

Please sign in to comment.