FloatingArrayDesign / MoorDyn

a lumped-mass mooring line model intended for coupling with floating structure codes
BSD 3-Clause "New" or "Revised" License
66 stars 37 forks source link

Linux pypi packages do not work #143

Closed sanguinariojoe closed 9 months ago

sanguinariojoe commented 9 months ago

See #122

The problem is that vtk is built on a too recent Ubuntu distro. I think I should move the cibuildwheels to manylinux_2014, and change the vtk-buikds to use that very same container

sanguinariojoe commented 9 months ago

Good news, I already fixed the vtk-builds.

I also produced some artifacts and tested them on Linux. Everything worked like a charm.

I finally fixed the pipeline, which now building all the architectures. Hopefully I am submitting the PR tomorrow

sanguinariojoe commented 9 months ago

This has been solved here