Skip to content

"configure auto" results in an error for users with a Mac M1 Pro processor #672

@cgebhart-lbl

Description

@cgebhart-lbl

The specific error is:

./frame/base/bli_cpuid.c:1182:6: error: use of undeclared identifier 'has_sve'

configure appears to work correctly if "arm32" or "arm64" are specified manually.

Update: it seems that configure arm64 led to a failure when the user tried to do make install:

Generated include/arm64/blis.h Compiling obj/arm64/config/armsve/bli_cntx_init_armsve.o ('armsve' CFLAGS for config code) config/armsve/bli_cntx_init_armsve.c:36:10: fatal error: 'sys/auxv.h' file not found #include <sys/auxv.h> ^~~~~~~~~~~~ 1 error generated. make: *** [obj/arm64/config/armsve/bli_cntx_init_armsve.o] Error 1

doing configure firestorm also "worked" , but calling make install yielded:

../../../blis/version:1:1: error: expected unqualified-id 0.9.0 ^

Update: Apparently installing through homebrew "worked" but I'm still trying to figure out to what extent

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