tataratat / splinepy

Library for prototyping spline geometries of arbitrary dimensions and degrees, and IGA
https://tataratat.github.io/splinepy
Other
47 stars 13 forks source link

strip binary #326

Closed j042 closed 10 months ago

j042 commented 10 months ago

Overview

Using scikit-build-core allows us to distribute static libraries as well. This results in giant files. Setting install.strip=true reduces size, so this PR does that. I will maybe remove 3.7 wheels as well.

Addressed issues