Skip to content

Commit 8a0fe94

Browse files
committed
add abi to exported constraints from nanobind
ensures anything built with a nanobind runs with compatible nanobind
1 parent f7bd169 commit 8a0fe94

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

recipe/meta.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ outputs:
3434
build:
3535
noarch: python
3636
script: $PYTHON -m pip install . -vv
37+
run_exports:
38+
strong_constrains:
39+
- nanobind-abi =={{ abi_version }}
3740

3841
requirements:
3942
host:

0 commit comments

Comments
 (0)