Skip to content

Commit 09bafdf

Browse files
Update to 2.10.4
1 parent 6dae469 commit 09bafdf

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

abs.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# the conda-build parameters to use for disabling --skip-existing
2+
build_parameters:
3+
- "--error-overlinking"

recipe/meta.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
{% set version = "2.10.1" %}
2-
{% set sha256 = "111014b516b625083bef701df7880f78c2243835abdb263065b6b59b960b6bad" %}
1+
{% set version = "2.10.4" %}
2+
{% set sha256 = "832e2f309c57da9c1e6d4542dedd34b24e4192ecb4d62f6f4866a737454c9970" %}
33

44
# this is set to PYBIND11_INTERNALS_VERSION
55
{% set abi_version = "4" %}
@@ -29,7 +29,7 @@ outputs:
2929
- include/pybind11/detail/internals.h
3030
commands:
3131
# make sure the internals version matches the package version
32-
- if [ $(grep "#define PYBIND11_INTERNALS_VERSION" include/pybind11/detail/internals.h | cut -d' ' -f3) != "{{ abi_version }}" ]; then exit 1; fi
32+
- if [[ $(grep "#[[:blank:]]*define PYBIND11_INTERNALS_VERSION" include/pybind11/detail/internals.h | rev | cut -d' ' -f1) != "{{ abi_version }}" ]]; then exit 1; fi
3333

3434
- name: pybind11-global
3535
script: build-pybind11-global.sh # [unix]

0 commit comments

Comments
 (0)