Open sgriffithjones opened 9 months ago
hey @sgriffithjones thanks! however it seems like it needs the gmp and mpfr libraries per the error messages for the various builds.
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])
Apologies, for testing purposes I commented out the @pytest.mark.skip(reason="not implemented yet")
in the test bathymetric file.
The Setup process tweaks for oceanmesh to be ran on win_x64.