Skip to content

pybind11: merge CMake and setuptools version #45

@tridelat

Description

@tridelat

Currently, we build pybind11 from CMake for xtensor-python (pybind11_cmake.yaml), but also from setuptools so that it is importable from python (pybind11.yaml).

We need instead to:

  • use only one version for pybind11 (instead of having pybind11.yaml and pybind11_cmake.yaml
  • enable tests on pybind11 (make sure pytest can be imported)
  • make sure xtensor-python builds fine
  • make sure that pybind11 is importable from python

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions