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

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Apr 21 01:39:52 EDT 2010


Author: hamish
Date: 2010-04-21 01:39:51 -0400 (Wed, 21 Apr 2010)
New Revision: 41938

Modified:
   grass/trunk/lib/gpde/Makefile
Log:
OpenMP comment update

Modified: grass/trunk/lib/gpde/Makefile
===================================================================
--- grass/trunk/lib/gpde/Makefile	2010-04-20 17:31:57 UTC (rev 41937)
+++ grass/trunk/lib/gpde/Makefile	2010-04-21 05:39:51 UTC (rev 41938)
@@ -1,10 +1,14 @@
 MODULE_TOPDIR = ../..
 
+EXTRA_LIBS=$(GISLIB) $(RASTERLIB) $(G3DLIB) $(GMATHLIB) $(MATHLIB)
+
+
 # GCC >4.2: openMP support
 #EXTRA_CFLAGS=-fopenmp
-#EXTRA_LIBS=$(GISLIB) $(G3DLIB) -lgomp $(MATHLIB)
+#EXTRA_LIBS=$(GISLIB) $(RASTERLIB) $(G3DLIB) -lgomp $(GMATHLIB) $(MATHLIB)
+# ?? EXTRA_LIBS += -lgomp
 
-EXTRA_LIBS=$(GISLIB) $(RASTERLIB) $(G3DLIB) $(GMATHLIB) $(MATHLIB)
+
 LIB_NAME = $(GPDE_LIBNAME)
 
 include $(MODULE_TOPDIR)/include/Make/Lib.make



More information about the grass-commit mailing list