File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -31,13 +31,16 @@ requirements:
3131test :
3232 imports :
3333 - pybind11
34+ requires :
35+ - pip
3436 commands :
3537 - test -f ${PREFIX}/share/cmake/pybind11/pybind11Config.cmake # [unix]
3638 - if exist %LIBRARY_PREFIX%\share\cmake\pybind11\pybind11Config.cmake (exit 0) else (exit 1) # [win]
3739 - test -f ${PREFIX}/include/pybind11/pybind11.h # [unix]
3840 - if exist %LIBRARY_INC%\pybind11\pybind11.h (exit 0) else (exit 1) # [win]
3941 - test -f $(python -c "import pybind11 as py; print(py.get_include())")/pybind11/pybind11.h # [unix]
4042 - if exist $(python -c "import pybind11 as py; print(py.get_include())")\pybind11\pybind11.h (exit 0) else (exit 1) # [win]
43+ - pip check
4144
4245about :
4346 home : https://github.com/pybind/pybind11/
You can’t perform that action at this time.
0 commit comments