We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Due to this issue, I tried to build libgdal recipe with conda-build. I got this error:
conda-build
/home/.../opt/anaconda3/conda-bld/work/gdal-2.1.0/libgdal.so: undefined reference to `kealib::KEAImageIO::setImageMetaData(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
my config:
platform : linux-32 conda version : 4.1.11 conda-env version : 2.5.2 conda-build version : 1.21.9 python version : 3.5.2.final.0 requests version : 2.10.0 root environment : /home/.../opt/anaconda3 (writable) default environment : /home/.../opt/anaconda3 envs directories : /home/.../opt/anaconda3/envs package cache : /home/.../opt/anaconda3/pkgs channel URLs : https://repo.continuum.io/pkgs/free/linux-32/ https://repo.continuum.io/pkgs/free/noarch/ https://repo.continuum.io/pkgs/pro/linux-32/ https://repo.continuum.io/pkgs/pro/noarch/ config file : /home/.../.condarc offline mode : False is foreign system : False
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Due to this issue, I tried to build libgdal recipe with
conda-build
. I got this error:my config:
The text was updated successfully, but these errors were encountered: