SINTEF / Splipy

Spline modelling made easy.
GNU General Public License v3.0
100 stars 18 forks source link

add 3dm reader #135

Closed akva2 closed 3 years ago

akva2 commented 3 years ago

This is horrible and ugly but does work at least. Not really tested in splipy clothes but it worked in a standalone test.

Meant as a starting poing

VikingScientist commented 3 years ago

Why does the checks fail on linux distro, while it works without problems on my linux installation?

akva2 commented 3 years ago

it failed due to gcc5 being too old.

TheBB commented 3 years ago

Travis is rapidly becoming increasingly useless. I've been trying to move to GH actions instead. Ran into some error so I temporarily gave up.

TheBB commented 3 years ago

Of course it wouldn't have been a problem if the rhino3dm package offered prebuilt linux wheels, but they don't.

https://pypi.org/project/rhino3dm/#files

VikingScientist commented 3 years ago

Of course it wouldn't have been a problem if the rhino3dm package offered prebuilt linux wheels, but they don't.

https://pypi.org/project/rhino3dm/#files

There have been two new releases since last time this PR was discussed; during the last week actually. From what I can understand this covers linux distributions, but is limited to python 3.8 and python 3.9.

VikingScientist commented 3 years ago

@akva2 : could you rebase this on master and see if that will trigger a rerun of the CI