File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ endif ()
25
25
26
26
# known to hang with the native Windows and Android threads
27
27
# FIXME needs checking if this works on any of the other platforms
28
+ if (NOT NO_CBLAS )
28
29
if (NOT USE_OPENMP )
29
30
if (OS_CYGWIN_NT OR OS_LINUX )
30
31
set (OpenBLAS_utest_src
@@ -33,6 +34,7 @@ set(OpenBLAS_utest_src
33
34
)
34
35
endif ()
35
36
endif ()
37
+ endif ()
36
38
37
39
if (NOT NO_LAPACK )
38
40
set (OpenBLAS_utest_src
Original file line number Diff line number Diff line change @@ -17,11 +17,13 @@ endif
17
17
18
18
# this does not work with OpenMP nor with native Windows or Android threads
19
19
# FIXME TBD if this works on OSX, SunOS, POWER and zarch
20
+ ifneq ($(NO_CBLAS ) , 1)
20
21
ifndef USE_OPENMP
21
22
ifeq ($(OSNAME ) , $(filter $(OSNAME ) ,Linux CYGWIN_NT) )
22
23
OBJS += test_fork.o
23
24
endif
24
25
endif
26
+ endif
25
27
26
28
all : run_test
27
29
You can’t perform that action at this time.
0 commit comments