Fixed #35 a build bug with NO_LAPACK=1 DYNAMIC_ARCH=1 FC=gfortran. I forgot to test...
authorXianyi Zhang <xianyi@iscas.ac.cn>
Thu, 9 Jun 2011 14:59:49 +0000 (22:59 +0800)
committerXianyi Zhang <xianyi@iscas.ac.cn>
Thu, 9 Jun 2011 14:59:49 +0000 (22:59 +0800)
kernel/setparam-ref.c

index 73df762..d3734bb 100644 (file)
@@ -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