Skip to content

Conversation

sgriffithjones
Copy link

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

@krober10nd
Copy link
Collaborator

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

@sgriffithjones
Copy link
Author

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants