SINTEF-Geometry / GoTools

GoTools Geometry Toolkit
GNU Affero General Public License v3.0
69 stars 39 forks source link

Parameterization Module missing sisl in dependencies #336

Closed agemuend closed 1 month ago

agemuend commented 1 year ago

The parameterization module misses sisl in its DEPLIBS in Cmake, which leads to a lot of undefined references errors when trying to build GoTools shared libraries:

https://github.com/SINTEF-Geometry/GoTools/blob/master/parametrization/CMakeLists.txt#L15

sbriseid commented 1 month ago

Hi!

Thanks for the heads up! Normally using static linking, this one slipped under the radar. It is now fixed in the master branch.

And sorry about the late response, been working on other projects the past couple of years.