[Pkg-scicomp-commits] opencv/trunk/debian

Jordi Vila jvila at deb-indus.org
Sun Apr 27 17:22:25 UTC 2008


SVN commit 2441 by jvila-guest:

made changes for openmp compilation

 M  +1 -0      opencv/trunk/debian/patches/series  
 M  +1 -1      opencv/trunk/debian/rules  


--- opencv/trunk/debian/patches/series #2440:2441
@@ -11,3 +11,4 @@
 120_header_warnings.diff
 200_documentation.diff
 200_examples_makefile.diff
+210_openmp_compilation.diff
--- opencv/trunk/debian/rules #2440:2441
@@ -12,7 +12,7 @@
   confflags += --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE)
 endif
 
-CFLAGS = -Wall -g
+CFLAGS = -Wall -g -fopenmp
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 	CFLAGS += -O0
 else



More information about the Pkg-scicomp-commits mailing list