Browse Source

fork utest depends on CBLAS

tags/v0.3.0^2
Martin Kroeker GitHub 7 years ago
parent
commit
5fcaca6438
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      utest/Makefile

+ 2
- 0
utest/Makefile View File

@@ -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



Loading…
Cancel
Save