|
|
|
@@ -15,13 +15,11 @@ ifneq ($(NO_LAPACK), 1) |
|
|
|
#OBJS += test_potrs.o |
|
|
|
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 |
|
|
|
ifndef USE_OPENMP |
|
|
|
ifndef OS_WINDOWS |
|
|
|
ifeq ($(OSNAME), $(filter $(OSNAME),Linux CYGWIN_NT)) |
|
|
|
OBJS += test_fork.o |
|
|
|
else |
|
|
|
ifdef OS_CYGWIN_NT |
|
|
|
OBJS += test_fork.o |
|
|
|
endif |
|
|
|
endif |
|
|
|
endif |
|
|
|
|
|
|
|
|