CHLNDDEV / oceanmesh

Automatic coastal ocean mesh generation in Python and C++. **under development**
GNU General Public License v3.0
47 stars 15 forks source link

fixed setup process #73

Open sgriffithjones opened 4 months ago

sgriffithjones commented 4 months ago

The Setup process tweaks for oceanmesh to be ran on win_x64.

krober10nd commented 4 months ago

hey @sgriffithjones thanks! however it seems like it needs the gmp and mpfr libraries per the error messages for the various builds.

sgriffithjones commented 4 months ago

hey @sgriffithjones thanks! however it seems like it needs the gmp and mpfr libraries per the error messages for the various builds.

hi @krober10nd. I believe my newest commit fixes that issue. setup.py ln 39 should read: Pybind11Extension(loc, [fi], libraries=["gmp", "mpfr"]) not Pybind11Extension(loc, [fi])

sgriffithjones commented 4 months ago

Apologies, for testing purposes I commented out the @pytest.mark.skip(reason="not implemented yet") in the test bathymetric file.