Skip to content

Conversation

@kennykos
Copy link
Contributor

@kennykos kennykos commented Sep 4, 2025

Clarified the requirements for building Python bindings and added information about interoperability with pyttb.

Clarified the requirements for building Python bindings and added information about interoperability with pyttb.
GenTen provides Python bindings through a Python module called pygenten generated by [pybind11](https://github.com/pybind/pybind11) and requires shared libraries to be built by `CMake`. The bindings can be enabled by adding the configuration option
```
-D ENABLE_PYTHON=ON \
-D BUILD_SHARED_LIBS=ON \
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So this is actually only true on Linux. On Windows and Mac, you do not need to enable shared libraries.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kennykos can you clarify this is only needed on linux and not mac/windows?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants