Gbp-Pq: Name dgemm-test-without-lapacke.patch
set(OpenBLAS_utest_src
${OpenBLAS_utest_src}
test_potrs.c
+ )
+if (NOT NO_CBLAS AND NOT NO_LAPACKE)
+set(OpenBLAS_utest_src
+ ${OpenBLAS_utest_src}
test_kernel_regress.c
)
endif()
+endif()
set(OpenBLAS_utest_bin openblas_utest)
add_executable(${OpenBLAS_utest_bin} ${OpenBLAS_utest_src})
override TARGET_ARCH=
override TARGET_MACH=
+override TARGET_ARCH=
+override TARGET_MACH=
+
UTESTBIN=openblas_utest
.PHONY : all
ifneq ($(NO_LAPACK), 1)
OBJS += test_potrs.o
+ifneq ($(NO_CBLAS), 1)
+ifneq ($(NO_LAPACKE), 1)
OBJS += test_kernel_regress.o
endif
+endif
+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