Point72 / csp

csp is a high performance reactive stream processing library, written in C++ and Python
https://github.com/Point72/csp/wiki
Apache License 2.0
150 stars 27 forks source link

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

Open timkpaine opened 1 month ago

timkpaine commented 1 month ago

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:

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