NOAA-ORR-ERD / cell_tree2d

Cell Tree data structure for fast searching of an unstructured grid for the polygon containing the specified point
16 stars 11 forks source link

Add pre-built Cython code to the source distribution. #3

Closed ChrisBarker-NOAA closed 1 month ago

ChrisBarker-NOAA commented 8 years ago

THis would allow folks to built it without Cython (or a particular Cyton version).

I'm not totally sure that that's worth it -- once you've got numpy and a compiler, cyton is not a heavy lift, but it is how some folks distribute similar packages.

ChrisBarker-NOAA commented 8 years ago

maybe hard to do with py2/py3 -- #4

MuellerSeb commented 2 months ago

Should be solved with #15

Cython can be specified as a build time dependency when using a pyproject.toml file. And when using pre-built wheels cython is not needed at all.

ChrisBarker-NOAA commented 1 month ago

exactly -- no need to include source. compiling is harder than running Cython :-)