Skip to content

Config.h not found when building for android x86-64 #5105

Open
@DavidVentura

Description

@DavidVentura

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions