Parcourir la source

fix build without blas

Samuel Thibault il y a 13 ans
Parent
commit
c51a648b81
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  1. 1 2
      examples/Makefile.am

+ 1 - 2
examples/Makefile.am

@@ -197,8 +197,7 @@ examplebin_PROGRAMS +=				\
 	reductions/dot_product			\
 	reductions/minmax_reduction		\
 	ppm_downscaler/ppm_downscaler		\
-	ppm_downscaler/yuv_downscaler		\
-	pipeline/pipeline
+	ppm_downscaler/yuv_downscaler
 
 if STARPU_HAVE_F77_H
 examplebin_PROGRAMS +=				\