Skip to content

Commit 531acdd

Browse files
committed
generic again
1 parent efb059a commit 531acdd

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

cmake/FindHipoDeps.cmake

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,14 @@ if (BUILD_OPENBLAS)
2424
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
2525
message(STATUS "ARM architecture detected. 32bit.")
2626
# list(APPEND OPENBLAS_MINIMAL_FLAGS -DARMV7:BOOL=ON)
27+
# Set environment variable to disable assembly
28+
set(ENV{NOASM} "1")
29+
2730
list(APPEND OPENBLAS_MINIMAL_FLAGS
28-
-DTARGET=ARMV7
29-
-DBINARY=32
31+
-DTARGET=GENERIC
32+
-DBINARY=32
33+
-DDYNAMIC_ARCH:BOOL=OFF
34+
-DUSE_THREAD:BOOL=OFF
3035
# Aggressively disable complex operations
3136
-DNO_CGEMM:BOOL=ON
3237
-DNO_ZGEMM:BOOL=ON

0 commit comments

Comments
 (0)