You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.
The overall approach here is clunky. Make isn't really the right tool, as it's very difficult to do smart things like check for existence of data trees, remote package installs, etc. Maybe this would be better implemented as a (set of?) Python scripts?
The text was updated successfully, but these errors were encountered:
Looking at what NI does, they use bitbake and a bunch of tools from openembedded, all using cross-compilers. That approach seems to work for them, why not do it that way?
I've found that cross-compilers don't always work too well and tend to be a lot more fragile in setup. Some things in particular like ATLAS can't be cross-compiled. It's always better to build native if that's an option.
The overall approach here is clunky. Make isn't really the right tool, as it's very difficult to do smart things like check for existence of data trees, remote package installs, etc. Maybe this would be better implemented as a (set of?) Python scripts?
The text was updated successfully, but these errors were encountered: