File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1+ # the conda-build parameters to use for disabling --skip-existing
2+ build_parameters :
3+ - " --error-overlinking"
Original file line number Diff line number Diff line change 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]
You can’t perform that action at this time.
0 commit comments