1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
SobolQRNG is not free enough for Debian
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -113,11 +113,6 @@ noinst_HEADERS = \
interface/complex_codelet.h \
interface/complex_dev_handle/complex_dev_handle_interface.h \
interface/complex_dev_handle/complex_dev_handle_codelet.h \
- pi/pi.h \
- pi/SobolQRNG/sobol.h \
- pi/SobolQRNG/sobol_gold.h \
- pi/SobolQRNG/sobol_gpu.h \
- pi/SobolQRNG/sobol_primitives.h \
reductions/dot_product.h \
basic_examples/vector_scal_cpu_template.h \
sched_ctx/axpy_partition_gpu.h
@@ -819,6 +816,7 @@ top_hello_world_top_SOURCES = \
# Pi #
######
+if FALSE
if !STARPU_HAVE_WINDOWS
examplebin_PROGRAMS += \
@@ -847,6 +845,7 @@ pi_pi_redux_SOURCES += \
$(STARPU_CURAND_LDFLAGS)
endif
endif
+endif
###########################
# OpenGL interoperability #
|