Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Rewrite to not use make #6

Open
PeterJohnson opened this issue Jan 24, 2015 · 3 comments
Open

Rewrite to not use make #6

PeterJohnson opened this issue Jan 24, 2015 · 3 comments

Comments

@PeterJohnson
Copy link
Member

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?

@virtuald
Copy link
Member

Not a bad idea.

@virtuald
Copy link
Member

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?

@PeterJohnson
Copy link
Member Author

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants