[GRASS-user] compiling grass-7.8.5 on conda environment

Laura Poggio laura.poggio at gmail.com
Tue Aug 3 06:11:25 PDT 2021


Dear all,
I am trying to compile grass 7.8.5 in a conda environment (on centos7,
managed HPC) adapting this instructions here
<https://github.com/GRASS-GIS/grass-gis-experimental-ci/blob/conda-compile/configure.sh>
.
conda create -y -n $conda_env python=3.8.5
conda activate $conda_env
conda install -c conda-forge geos gdal==3.3.1 -y
conda install -c conda-forge pdal fftw -y
conda install -c biobuilds libxml2
conda install -c conda-forge libiconv

compile works well. make gives a lot of errors. When I run make again in
one of the folder, I get this errors:
/home/user/grasspy3/grass-7.8.5/dist.x86_64-pc-linux-gnu/lib/
libgrass_gis.7.8.so: undefined reference to `libiconv'
/home/user/grasspy3/grass-7.8.5/dist.x86_64-pc-linux-gnu/lib/
libgrass_gis.7.8.so: undefined reference to `libiconv_open'
/home/user/grasspy3/grass-7.8.5/dist.x86_64-pc-linux-gnu/lib/
libgrass_gis.7.8.so: undefined reference to `libiconv_close'

I found this answer
<http://osgeo-org.1560.x6.nabble.com/Adding-path-iconv-library-to-configure-td5431037.html>,
but I am not sure how to continue from there.
Thanks a lot
Laura
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/grass-user/attachments/20210803/b178f864/attachment-0001.html>


More information about the grass-user mailing list