[GRASS-SVN] r54194 - grass/branches/develbranch_6/lib/gmath

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Dec 5 00:11:23 PST 2012


Author: neteler
Date: 2012-12-05 00:11:23 -0800 (Wed, 05 Dec 2012)
New Revision: 54194

Modified:
   grass/branches/develbranch_6/lib/gmath/la.c
Log:
g2c.h no longer exists 

Modified: grass/branches/develbranch_6/lib/gmath/la.c
===================================================================
--- grass/branches/develbranch_6/lib/gmath/la.c	2012-12-05 08:11:10 UTC (rev 54193)
+++ grass/branches/develbranch_6/lib/gmath/la.c	2012-12-05 08:11:23 UTC (rev 54194)
@@ -27,13 +27,9 @@
 #include <string.h>
 #include <math.h>
 
-
-/********
- ******** only compile this LAPACK/BLAS wrapper file if g2c.h is present!
- ********/
 #include <grass/config.h>
 
-#if defined(HAVE_LIBLAPACK) && defined(HAVE_LIBBLAS) && defined(HAVE_G2C_H)
+#if defined(HAVE_LIBLAPACK) && defined(HAVE_LIBBLAS)
 
 #include <grass/gis.h>
 #include <grass/glocale.h>



More information about the grass-commit mailing list