recipes icon indicating copy to clipboard operation
recipes copied to clipboard

Add shapely

Open jsignell opened this issue 2 years ago • 3 comments

Similar to #603: copying from: conda-forge and pyodide

jsignell avatar Aug 02 '23 21:08 jsignell

I realize there was already a PR attempt adding shapely and geos in https://github.com/emscripten-forge/recipes/pull/131

Maybe you could take some inspiration from there? Probably you can ignore the changes in .github/workflows/build_recipes.yaml and conda_build_config.yml there.

Also it may be a good idea to add both recipes at the same time, that way you can test that shapely actually works with the geos you are building.

martinRenou avatar Aug 03 '23 07:08 martinRenou

Oh man! I think I looked for issues but not PRs :facepalm: let me check. There was a big change in shapely 2.0 (released December 2022) that made it easier to build: https://shapely.readthedocs.io/en/stable/release/2.x.html#refactor-of-the-internals so the build process might be significantly different than it was when that PR was opened.

jsignell avatar Aug 03 '23 13:08 jsignell

might work with https://github.com/emscripten-forge/recipes/pull/609

DerThorsten avatar Aug 14 '23 13:08 DerThorsten

closing this since we have shapely (at least for the 3.1.73 branch) https://prefix.dev/channels/emscripten-forge-dev/packages/shapely

DerThorsten avatar Jan 31 '25 13:01 DerThorsten