cmake-python-distributions icon indicating copy to clipboard operation
cmake-python-distributions copied to clipboard

Add ccmake to python wheel

Open SteffenSeckler opened this issue 5 years ago • 3 comments

Feature request

I would like to see the curses gui (ccmake) integrated into the python wheel. I am guessing that only the necessary requirements are missing for that.

SteffenSeckler avatar Mar 18 '19 08:03 SteffenSeckler

Good idea. If you can submit a PR, it will be reviewed and integrated next week when back in the office.

On Mon, Mar 18, 2019, 1:35 AM Steffen Seckler [email protected] wrote:

Feature request

I would like to see the curses gui (ccmake) integrated into the python wheel. I am guessing that only the necessary requirements are missing for that.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/scikit-build/cmake-python-distributions/issues/66, or mute the thread https://github.com/notifications/unsubscribe-auth/AANXox0jXWh2DpprQhkhNVCX5bUzlC7iks5vX0_tgaJpZM4b5Nu_ .

jcfr avatar Mar 19 '19 00:03 jcfr

There is now a PR adding support for distributing and executing ccmake if available.

I am guessing that only the necessary requirements are missing for that.

Indeed, remaining work would be to enable the BUILD_CursesDialog option. See https://github.com/scikit-build/cmake-python-distributions/blob/aa9a0fd10838be4de6112a953924a183fec44c2a/CMakeLists.txt#L186-L205

Since I am not sure all prerequisites are available in the manylinux dockcross images used to create the linux wheel, some more work may be needed to have the curse devel libraries available in the build environment.

jcfr avatar May 29 '19 16:05 jcfr

Any update on this issue?

HumHongeKamyaab avatar Oct 06 '21 12:10 HumHongeKamyaab