File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ outputs:
2121 version : {{ abi_version }}
2222 build :
2323 noarch : generic
24- skip : true # [not linux64 ]
24+ skip : true # [not linux and x86_64 ]
2525 run_exports :
2626 - pybind11-abi =={{ abi_version }}
2727 test :
@@ -43,12 +43,16 @@ outputs:
4343 - python
4444 - pip
4545 - setuptools
46+ - wheel
4647 run :
4748 - python
4849 run_constrained :
4950 - pybind11-abi =={{ abi_version }}
5051 test :
52+ requires :
53+ - pip
5154 commands :
55+ - pip check
5256 - echo "works!"
5357
5458 - name : pybind11
@@ -63,15 +67,19 @@ outputs:
6367 - python
6468 - pip
6569 - setuptools
70+ - wheel
6671 run :
6772 - python
6873 - {{ pin_subpackage("pybind11-global", exact=True) }}
6974 run_constrained :
7075 - pybind11-abi =={{ abi_version }}
7176 test :
77+ requires :
78+ - pip
7279 imports :
7380 - pybind11
7481 commands :
82+ - pip check
7583 - test -f ${PREFIX}/share/cmake/pybind11/pybind11Config.cmake # [unix]
7684 - if exist %LIBRARY_PREFIX%\share\cmake\pybind11\pybind11Config.cmake (exit 0) else (exit 1) # [win]
7785 - test -f ${PREFIX}/include/pybind11/pybind11.h # [unix]
You can’t perform that action at this time.
0 commit comments