Open
Description
Hi
I'm trying to build OpenBLAS for Android on x86-64, using CMake, but config.h
cannot be included:
common.h:62:10: fatal error: 'config.h' file not found
62 | #include "config.h"
| ^~~~~~~~~~
gen_config_h.c
looks suspiciously useful, but I can't figure out which 2 files it wants as parameters -- I'd assumed openblas_config_template.h but no idea for the second one
I tried commenting out the include to see what should come from there, and so far I've only needed to #define ARCH_X86_64
, but this feels wrong.
I have not tried building for other targets.
Metadata
Metadata
Assignees
Labels
No labels