File: disable-proprietary

package info (click to toggle)
starpu 1.4.7%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 38,908 kB
  • sloc: ansic: 324,567; sh: 7,181; makefile: 6,637; lisp: 6,055; xml: 5,031; f90: 4,994; python: 2,398; cpp: 1,353; java: 330; sed: 162; pascal: 57; fortran: 25
file content (32 lines) | stat: -rw-r--r-- 864 bytes parent folder | download | duplicates (5)
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 #