lets-plot icon indicating copy to clipboard operation
lets-plot copied to clipboard

Make lets-plot available on conda-forge

Open essicolo opened this issue 2 years ago • 4 comments

lets-plot installs fine with pip, but lacks conda/mamba support.

essicolo avatar May 30 '23 18:05 essicolo

It seems the milestone have been constantly pushed.
Could it be prioritized?

RoyiAvital avatar Apr 14 '25 15:04 RoyiAvital

It seems as soon as our PR (https://github.com/conda-forge/staged-recipes/pull/27974) is finally approved, lets-plot will be available at conda-forge. At least MacOS and Linux packages (not Windows).

alshan avatar Apr 14 '25 19:04 alshan

OK, When will it be available on Windows?

RoyiAvital avatar Apr 15 '25 03:04 RoyiAvital

Unfortunately I can't tell. In order to create Windows binaries Kotlin/Native uses MinGW compiler infrastructure. However, we were unable to make conda CI to use MinGW toolchain to build lets-plot when targeting Windows. Whichever recepi options we tried conda CI calls MSVC instead of the MinGW compiler.

For more details see this issue at conda-forge: https://github.com/conda-forge/conda-forge.github.io/issues/2337

alshan avatar Apr 17 '25 15:04 alshan