Add compilers to conda environment · fedora-python/matplotlib@caf5111 · GitHub
Skip to content

Commit caf5111

Browse files
committed
Add compilers to conda environment
This fixes issues with `libstdc++.so` when using a system with a newer compiler. In such cases, the compiler will create links to new symbols, but the shared library available at runtime from conda-forge will not have them available. This results in errors such as: ``` ImportError: /home/elliott/micromamba/envs/mpl-dev/bin/../lib/libstdc++.so.6: version `CXXABI_1.3.15' not found (required by /home/elliott/code/matplotlib/build/cp39/src/_c_internal_utils.cpython-39-x86_64-linux-gnu.so) ```
1 parent bcaffa1 commit caf5111

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.appveyor.yml

Lines changed: 1 addition & 1 deletion

environment.yml

Lines changed: 3 additions & 0 deletions

0 commit comments

Comments
 (0)