From b3d188774525483cedf6ce1282ac9b9cb806eb67 Mon Sep 17 00:00:00 2001 From: Xianyi Zhang Date: Thu, 9 Jun 2011 22:59:49 +0800 Subject: [PATCH] Fixed #35 a build bug with NO_LAPACK=1 DYNAMIC_ARCH=1 FC=gfortran. I forgot to test it with gfortran in last bug fixed commit. --- kernel/setparam-ref.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/kernel/setparam-ref.c b/kernel/setparam-ref.c index 73df7625a..d3734bbd9 100644 --- a/kernel/setparam-ref.c +++ b/kernel/setparam-ref.c @@ -203,7 +203,11 @@ gotoblas_t TABLE_NAME = { #endif qsymm_outcopyTS, qsymm_oltcopyTS, +#ifndef NO_LAPACK qneg_tcopyTS, qlaswp_ncopyTS, +#else + NULL, NULL, +#endif #endif @@ -482,7 +486,11 @@ gotoblas_t TABLE_NAME = { xhemm3m_oucopyrTS, xhemm3m_olcopyrTS, xhemm3m_oucopyiTS, xhemm3m_olcopyiTS, +#ifndef NO_LAPACK xneg_tcopyTS, xlaswp_ncopyTS, +#else + NULL, NULL, +#endif #endif