csp icon indicating copy to clipboard operation
csp copied to clipboard

`csp` can't be cross-compiled due to use of `_csptypesimpl` during the build

Open timkpaine opened this issue 1 year ago • 0 comments

Because _csptypesimpl is used during the build, if it is cross-compiled to a different arch it won't be useable. So during the build we should either:

  • compile it for universal2 on Mac which will be useable everywhere, but won't work on linux since the equivalent doesn't really exist
  • compile it for native for the build, then cross compile it just for distribution

xref: https://github.com/conda-forge/csp-feedstock/pull/27

timkpaine avatar Jun 04 '24 14:06 timkpaine