Skip to content

Commit 1222336

Browse files
committed
add abi comment
1 parent 73bc183 commit 1222336

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

recipe/meta.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
{% set sha256 = "bf8f242abd1abcd375d516a7067490fb71abd79519a282d22b6e4d19282185a7" %}
33

44
# this is set to PYBIND11_INTERNALS_VERSION
5+
# pybind11 now defines two ABI version. 4 and 5 for 3.12+ or msvc.
6+
# https://github.com/pybind/pybind11/blob/v2.12.0/include/pybind11/detail/internals.h#L40
57
{% set abi_version = "4" %} # [py<312 and not win]
68
{% set abi_buildnumber = "1" %} # [py<312 and not win]
79
{% set abi_version = "5" %} # [py>=312 or win]

0 commit comments

Comments
 (0)