I'm currently unable to build the bioconda package due to the following error which is related to GLIB dependency issue. At the moment I was not able to find any easy way to add this glibc version as a dependency in the meta.yaml.
from matplotlib import _api, animation, cbook
File "/opt/conda/conda-bld/pygtftk_1636189010884/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.8/site-packages/matplotlib/animation.py", line 34, in <module>
from PIL import Image
File "/opt/conda/conda-bld/pygtftk_1636189010884/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.8/site-packages/PIL/Image.py", line 114, in <module>
from . import _imaging as core
ImportError: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /opt/conda/conda-bld/pygtftk_1636189010884/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.8/site-packages/PIL/_imaging.cpython-38-x86_64-linux-gnu.so)
Tests failed for pygtftk-1.5.1-py38hf484d3e_1.tar.bz2 - moving package to /opt/conda/conda-bld/broken
WARNING:conda_build.build:Tests failed for pygtftk-1.5.1-py38hf484d3e_1.tar.bz2 - moving package to /opt/conda/conda-bld/broken
WARNING conda_build.build:tests_failed(2751): Tests failed for pygtftk-1.5.1-py38hf484d3e_1.tar.bz2 - moving package to /opt/conda/conda-bld/broken
TESTS FAILED: pygtftk-1.5.1-py38hf484d3e_1.tar.bz2
I'm currently unable to build the bioconda package due to the following error which is related to GLIB dependency issue. At the moment I was not able to find any easy way to add this glibc version as a dependency in the meta.yaml.