Skip to content

Setuptools integration? #39

Answered by akekawit
rainwoodman asked this question in Q&A
Oct 22, 2020 · 2 comments · 4 replies
Discussion options

You must be logged in to vote

For my imagined use case, as long as the sdist package is pip install-able it will work.

I think this should already be doable with the setuptools integration that we have since we're just passing the cc files that CLIF generates to setuptools Extension so they should be included when we're building sdist package. I can add sdist flow to our examples github actions to make sure that this works too. You'd still need to somehow handle CLIF C++ dependencies (absl, protobuf, etc.) in Dataflow.

Does pybind11 also require bootstrapping with cmake before setup.py? Cython doesn't require a bootstrap.

I don't think so, but pybind11 is also header-only. CMake in the examples is only here to orc…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
4 replies
@rainwoodman
Comment options

@rwgk
Comment options

@henryiii
Comment options

@rainwoodman
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by rainwoodman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants