[GRASS-SVN] r36173 - grass/branches/develbranch_6/lib/gpde
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Mar 2 07:35:37 EST 2009
Author: neteler
Date: 2009-03-02 07:35:37 -0500 (Mon, 02 Mar 2009)
New Revision: 36173
Modified:
grass/branches/develbranch_6/lib/gpde/Makefile
Log:
(commented) openMP support
Modified: grass/branches/develbranch_6/lib/gpde/Makefile
===================================================================
--- grass/branches/develbranch_6/lib/gpde/Makefile 2009-03-02 12:35:16 UTC (rev 36172)
+++ grass/branches/develbranch_6/lib/gpde/Makefile 2009-03-02 12:35:37 UTC (rev 36173)
@@ -1,5 +1,9 @@
MODULE_TOPDIR = ../..
+# GCC >4.2: openMP support
+#EXTRA_CFLAGS=-fopenmp
+#EXTRA_LIBS=$(GISLIB) $(G3DLIB) -lgomp $(MATHLIB)
+
EXTRA_LIBS=$(GISLIB) $(G3DLIB) $(MATHLIB)
LIB_NAME = $(GPDE_LIBNAME)
More information about the grass-commit
mailing list