[GRASS-SVN] r36172 - grass/trunk/lib/gpde

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Mar 2 07:35:16 EST 2009


Author: neteler
Date: 2009-03-02 07:35:16 -0500 (Mon, 02 Mar 2009)
New Revision: 36172

Modified:
   grass/trunk/lib/gpde/Makefile
Log:
(commented) openMP support

Modified: grass/trunk/lib/gpde/Makefile
===================================================================
--- grass/trunk/lib/gpde/Makefile	2009-03-02 04:46:53 UTC (rev 36171)
+++ grass/trunk/lib/gpde/Makefile	2009-03-02 12:35:16 UTC (rev 36172)
@@ -1,5 +1,9 @@
 MODULE_TOPDIR = ../..
 
+# GCC >4.2: openMP support
+#EXTRA_CFLAGS=-fopenmp
+#EXTRA_LIBS=$(GISLIB) $(G3DLIB) -lgomp $(MATHLIB)
+
 EXTRA_LIBS=$(GISLIB) $(G3DLIB)
 LIB_NAME = $(GPDE_LIBNAME)
 



More information about the grass-commit mailing list