Просмотр исходного кода

socl/examples/Makefile.am: disable basicsplit/basicsplit as it requires OpenCL 1.2

Nathalie Furmento лет назад: 12
Родитель
Сommit
0aabc3ff77
1 измененных файлов с 1 добавлено и 4 удалено
  1. 1 4
      socl/examples/Makefile.am

+ 1 - 4
socl/examples/Makefile.am

@@ -1,7 +1,7 @@
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #
 # Copyright (C) 2009, 2010-2012  Université de Bordeaux 1
-# Copyright (C) 2010, 2011, 2012  Centre National de la Recherche Scientifique
+# Copyright (C) 2010, 2011, 2012, 2013  Centre National de la Recherche Scientifique
 #
 # StarPU is free software; you can redistribute it and/or modify
 # it under the terms of the GNU Lesser General Public License as published by
@@ -50,7 +50,6 @@ examplebin_PROGRAMS =
 examplebin_PROGRAMS +=		\
 	basic/basic		\
 	testmap/testmap		\
-	basicsplit/basicsplit		\
 	clinfo/clinfo 		\
 	matmul/matmul 		\
 	mansched/mansched
@@ -59,14 +58,12 @@ examplebin_PROGRAMS +=		\
 SOCL_EXAMPLES +=		\
 	basic/basic		\
 	testmap/testmap		\
-	basicsplit/basicsplit		\
 	clinfo/clinfo		\
 	matmul/matmul		 \
 	mansched/mansched
 
 basic_basic_SOURCES = basic/basic.c
 testmap_testmap_SOURCES = testmap/testmap.c
-basicsplit_basicsplit_SOURCES = basicsplit/basicsplit.c
 clinfo_clinfo_SOURCES = clinfo/clinfo.c
 matmul_matmul_SOURCES = matmul/matmul.c
 matmul_matmul_LDADD = -lm