Skip to content

Commit 5fcaca6

Browse files
authored
fork utest depends on CBLAS
1 parent 0ab5bf1 commit 5fcaca6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utest/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,13 @@ endif
1717

1818
#this does not work with OpenMP nor with native Windows or Android threads
1919
# FIXME TBD if this works on OSX, SunOS, POWER and zarch
20+
ifneq ($(NO_CBLAS), 1)
2021
ifndef USE_OPENMP
2122
ifeq ($(OSNAME), $(filter $(OSNAME),Linux CYGWIN_NT))
2223
OBJS += test_fork.o
2324
endif
2425
endif
26+
endif
2527

2628
all : run_test
2729

0 commit comments

Comments
 (0)