[GRASS-user] V.Kriging

Helmut Kudrnovsky hellik at web.de
Sun Jan 20 09:48:29 PST 2019


> i have not installed these libraries. i am not sure how to do this either.

see 

https://trac.osgeo.org/grass/browser/grass/branches/releasebranch_7_4/mswindows/osgeo4w/package.sh#L168

for the compilation configuration of winGRASS:

168	        LDFLAGS="-L$PWD/mswindows/osgeo4w/lib -lz" ./configure \
169	                --host=$conf_host \
170	                --with-libs="$PWD/mswindows/osgeo4w/lib "\
171	                --with-includes=$OSGEO4W_ROOT_MSYS/include \
172	                --libexecdir=$OSGEO4W_ROOT_MSYS/bin \
173	                --prefix=$OSGEO4W_ROOT_MSYS/apps/grass \
174	                --bindir=$OSGEO4W_ROOT_MSYS/bin \
175	                --includedir=$OSGEO4W_ROOT_MSYS/include \
176	                --without-x \
177	                --with-cxx \
178	                --enable-shared \
179	                --enable-largefile \
180	                --with-fftw \
181	                --with-freetype \
182	                --with-proj-share=$OSGEO4W_ROOT_MSYS/share/proj \
183	                --with-gdal=$PWD/mswindows/osgeo4w/gdal-config \
184	                --with-geos=$PWD/mswindows/osgeo4w/geos-config \
185	                --with-sqlite \
186	                --with-regex \
187	                --with-nls \
188	               
--with-freetype-includes=$OSGEO4W_ROOT_MSYS/include/freetype2 \
189	                --with-odbc \
190	                --with-cairo \
191	                --with-postgres \
192	                --with-opengl=windows \
193	                --with-bzlib $conf_opts

and see addon compilation log:
(https://wingrass.fsv.cvut.cz/grass77/x86_64/addons/grass-7.7.svn/logs/v.kriging.log)

"C:/msys64/usr/src/grass_trunk/dist.x86_64-w64-mingw32/include/grass/la.h:17:2:
error: #error GRASS GIS is not configured with BLAS (la.h cannot be
included)
 #error GRASS GIS is not configured with BLAS (la.h cannot be included)
  ^
C:/msys64/usr/src/grass_trunk/dist.x86_64-w64-mingw32/include/grass/la.h:21:2:
error: #error GRASS GIS is not configured with LAPACK (la.h cannot be
included)
 #error GRASS GIS is not configured with LAPACK (la.h cannot be included)
  ^
In file included from geostat.c:1:0:
local_proto.h:24:2: warning: #warning G_matrix_product() not compiled;
requires GRASS GIS compiled and installed with BLAS library support [-Wcpp]
 #warning G_matrix_product() not compiled; requires GRASS GIS compiled and
installed with BLAS library support"

open an enhancement ticket to include BLAS into winGRASS.



-----
best regards
Helmut
--
Sent from: http://osgeo-org.1560.x6.nabble.com/Grass-Users-f3884509.html


More information about the grass-user mailing list