Closed siddhesh closed 4 years ago
BTW I'm curious to know if there's interest in updating the build system to use makefiles throughout instead of the shell scripts. I'd be happy to do that work.
BTW I'm curious to know if there's interest in updating the build system to use makefiles throughout instead of the shell scripts. I'd be happy to do that work.
Hello (sorry for the delay).
The answer is probably no because Go "doesn't like makefiles". The idea of my shell scripts is to have them to be minimal as possible and just call Go whenever necessary.
Thanks for asking.
Thanks for this!
These patches auto-generate some code to allow their cgo flags to adapt to different architectures, including aarch64. This does not complete aarch64 support, since a few tests fail due to precision issues that I am currently fixing up, but the build itself (without the
go test
) completes successfully with these patches.