biodatageeks / sequila-native

A set of native implementation of common bioinformatics algorithms to be used as Arrow-Datafusion or SeQuiLa (Apache Spark) extensions.
Apache License 2.0
0 stars 0 forks source link

Compile on MacOS and Linux Issue #15

Closed mwiewior closed 2 weeks ago

pkhamutou commented 3 weeks ago

The reason of this issue is the API discrepancy. When compiled on my x86_64 (Intel(R) Core(TM) i7-4790 CPU @ 3.60GHz) or GA, coitrees uses this class and when compiled on MacBook M2, coitrees uses this class.

Surprisingly they have different API. I'll try to fix it in our code.