Open HaoZeke opened 3 years ago
I guess this is coming from https://github.com/conda-forge/staged-recipes/pull/15499? That uses lua 5.2.4
; shared libraries were only enabled in lua 5.4.0
and on. Is there a reason you pin to 5.2.4
?
Hi @izahn, yup it is related to https://github.com/conda-forge/staged-recipes/pull/15499. Unfortunately the sol3 lua-cpp wrapper used in d-SEAMS changed major versions from 2.x
to 3.x
(introducing some breaking changes) before supporting lua 5.4.x
.
Right, well I'd prefer not to try maintaining a separate 5.2
branch, and share libraries are not available in existing conda-forge 5.2
builds. I'm not sure there is anything that can be done here, but I'm open to suggestions.
Issue:
Linking against this in a new cmake build for a new recipe causes:
This seems related to the resolution of #30. Is there a way to determine which kind (static, shared) to get?