You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'd be much nicer if we could use CMake, rather than invoking the compiler directly in the setup file - sure everyone will agree that this seems a guaranteed cause of issues in a larger project, or if other libraries need to be used.
Pybind11 has a nice CMake example here, I think it would be sensible to make some changes so that this example could make use of what they have there.
Otherwise, have to commend you on how easy this was to set up in a short space of time.
Cheers!
The text was updated successfully, but these errors were encountered:
It'd be much nicer if we could use CMake, rather than invoking the compiler directly in the setup file - sure everyone will agree that this seems a guaranteed cause of issues in a larger project, or if other libraries need to be used.
Pybind11 has a nice CMake example here, I think it would be sensible to make some changes so that this example could make use of what they have there.
Otherwise, have to commend you on how easy this was to set up in a short space of time.
Cheers!
The text was updated successfully, but these errors were encountered: