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
The specific error is:
configure appears to work correctly if "arm32" or "arm64" are specified manually.
Update: it seems that
configure arm64led to a failure when the user tried to domake 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 1doing
configure firestormalso "worked" , but callingmake installyielded:../../../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