fork utest depends on CBLAS
This commit is contained in:
parent
0ab5bf1746
commit
5fcaca6438
|
@ -17,11 +17,13 @@ endif
|
||||||
|
|
||||||
#this does not work with OpenMP nor with native Windows or Android threads
|
#this does not work with OpenMP nor with native Windows or Android threads
|
||||||
# FIXME TBD if this works on OSX, SunOS, POWER and zarch
|
# FIXME TBD if this works on OSX, SunOS, POWER and zarch
|
||||||
|
ifneq ($(NO_CBLAS), 1)
|
||||||
ifndef USE_OPENMP
|
ifndef USE_OPENMP
|
||||||
ifeq ($(OSNAME), $(filter $(OSNAME),Linux CYGWIN_NT))
|
ifeq ($(OSNAME), $(filter $(OSNAME),Linux CYGWIN_NT))
|
||||||
OBJS += test_fork.o
|
OBJS += test_fork.o
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
all : run_test
|
all : run_test
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue