MAINT: add shim for htole64()
-
htole64()
does not exist on MacOS, and leads to an error with a simple test likepython -c "import pymargo"
without the endian macro shim added here; otherendian.h
usages are also present and patched here -
SSG
has the same problem withendian.h
header macro usage, but one thing at a time.. -
I verified this fix with a custom
spack install mochi-margo@mybranch
followed by clean re-install ofpy-margo
and re-run above one-liner.