From 5fcaca6438855fa295e7fa012ffa38f12599ede7 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Fri, 20 Apr 2018 15:42:13 +0200 Subject: [PATCH] fork utest depends on CBLAS --- utest/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utest/Makefile b/utest/Makefile index e40b3c6db..e071540dc 100644 --- a/utest/Makefile +++ b/utest/Makefile @@ -17,11 +17,13 @@ endif #this does not work with OpenMP nor with native Windows or Android threads # FIXME TBD if this works on OSX, SunOS, POWER and zarch +ifneq ($(NO_CBLAS), 1) ifndef USE_OPENMP ifeq ($(OSNAME), $(filter $(OSNAME),Linux CYGWIN_NT)) OBJS += test_fork.o endif endif +endif all : run_test