[GRASS-SVN] r54192 - grass/branches/releasebranch_6_4/lib/gmath
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Dec 5 00:11:09 PST 2012
Author: neteler
Date: 2012-12-05 00:11:09 -0800 (Wed, 05 Dec 2012)
New Revision: 54192
Modified:
grass/branches/releasebranch_6_4/lib/gmath/la.c
Log:
g2c.h no longer exists
Modified: grass/branches/releasebranch_6_4/lib/gmath/la.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/gmath/la.c 2012-12-05 07:11:05 UTC (rev 54191)
+++ grass/branches/releasebranch_6_4/lib/gmath/la.c 2012-12-05 08:11:09 UTC (rev 54192)
@@ -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