We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1f3466 commit e92aa7dCopy full SHA for e92aa7d
cmake/FindHipoDeps.cmake
@@ -22,7 +22,7 @@ if (BUILD_OPENBLAS)
22
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
23
message(STATUS "ARM architecture detected. Applying -DTARGET=ARMV7.")
24
list(APPEND OPENBLAS_MINIMAL_FLAGS -DTARGET=ARMV7)
25
- list(APPEND OPENBLAS_MINIMAL_FLAGS -DNO_GETARCH=1)
+ list(APPEND OPENBLAS_MINIMAL_FLAGS -DNO_GETARCH=1 -DARMV7=1)
26
set(SKIP_PARSE_GETARCH TRUE)
27
else()
28
message(STATUS "ARM architecture detected. Applying -DTARGET=ARMV8.")
0 commit comments