pothosware / PothosCore

The Pothos data-flow framework
https://github.com/pothosware/PothosCore/wiki
Boost Software License 1.0
302 stars 48 forks source link

ARM Macs no longer supported due to new libsimdpp dependency #247

Open sultanqasim opened 1 year ago

sultanqasim commented 1 year ago

Since the last release (0.7.1), PothosCore added a dependency on libsimdpp and uses it to make architecture optimized versions of modules. Unfortunately, libsimdpp currently lacks architecture detection for for ARM Macs, and so PothosCore build fails on ARM Macs (i.e. all current Macs). Prior to the addition of the libsimdpp dependency, PothosCore could be built just fine for ARM Macs (though patch 092d120 is needed for compilation to work with recent version of libpoco).