Samuel Thibault 5 anni fa
parent
commit
6e4de5e8f3
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      examples/Makefile.am

+ 1 - 1
examples/Makefile.am

@@ -352,7 +352,7 @@ STARPU_EXAMPLES +=				\
 	lu/lu_implicit_example_complex_double
 endif
 
-if BLAS_LIB_HAS_CBLAS_SGEMV
+if STARPU_HAVE_CBLAS_H
 STARPU_EXAMPLES +=				\
 	spmv/dw_block_spmv
 endif