meta.yaml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. # This file created by conda-build 3.24.0
  2. # ------------------------------------------------
  3. package:
  4. name: pybind11-abi
  5. version: 4
  6. source:
  7. fn: pybind11-2.10.4.tar.gz
  8. sha256: 832e2f309c57da9c1e6d4542dedd34b24e4192ecb4d62f6f4866a737454c9970
  9. url: https://github.com/pybind/pybind11/archive/v2.10.4.tar.gz
  10. build:
  11. noarch: generic
  12. number: 1
  13. run_exports:
  14. - pybind11-abi ==4
  15. string: hd3eb1b0_1
  16. requirements:
  17. build: []
  18. run: []
  19. test:
  20. commands:
  21. - if [[ $(grep "#[[:blank:]]*define PYBIND11_INTERNALS_VERSION" include/pybind11/detail/internals.h
  22. | rev | cut -d' ' -f1) != "4" ]]; then exit 1; fi
  23. source_files:
  24. - include/pybind11/detail/internals.h
  25. about:
  26. description: 'pybind11 is a lightweight header-only library that exposes C++ types
  27. in Python and vice versa, mainly to create Python bindings of existing
  28. C++ code. Its goals and syntax are similar to the excellent Boost.Python
  29. library by David Abrahams: to minimize boilerplate code in traditional
  30. extension modules by inferring type information using compile-time
  31. introspection.
  32. '
  33. dev_url: https://github.com/pybind/pybind11/
  34. doc_url: https://pybind11.readthedocs.io/
  35. home: https://github.com/pybind/pybind11/
  36. license: BSD-3-Clause
  37. license_family: BSD
  38. license_file: LICENSE
  39. summary: Seamless operability between C++11 and Python
  40. extra:
  41. copy_test_source_files: true
  42. final: true
  43. flow_run_id: 9fd2138d-6552-4b49-8dc5-ff442fc7e076
  44. recipe-maintainers:
  45. - SylvainCorlay
  46. - ax3l
  47. - henryiii
  48. - wjakob
  49. remote_url: git@github.com:AnacondaRecipes/pybind11-feedstock.git
  50. sha: 55a19aa8a70c59e50f749af022e4c0269d0e4f21