hydrogeoscience / pygtide

A Python module and wrapper for ETERNA PREDICT to compute gravitational tides on Earth
Mozilla Public License 2.0
50 stars 19 forks source link

Precompile extension for Windows #32

Open hydrogeoscience opened 2 years ago

hydrogeoscience commented 2 years ago

Change installation file such that there are pre-compiled DLLs for most Python versions to help Windows users avoid a compile.

trichter commented 2 years ago

I think the best route is to create wheels and upload these to pypi. Then pip install pygtide will automatically fetch the compiled wheels if available. I can have a look and test if github actions can be used to provide these wheels automatically.

hydrogeoscience commented 2 years ago

Yes, doing this would be absolutely fabulous!