Skip to content

Commit

Permalink
Add compilers to conda environment
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
QuLogic committed Jun 6, 2024
1 parent 479bd7a commit f313f18
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ channels:
dependencies:
# runtime dependencies
- cairocffi
- c-compiler
- cxx-compiler
- contourpy>=1.0.1
- cycler>=0.10.0
- fonttools>=4.22.0
Expand All @@ -21,6 +23,7 @@ dependencies:
- numpy>=1.23
- pillow>=8
- pkg-config
- python
- pygobject
- pyparsing>=2.3.1
- pyqt
Expand Down

0 comments on commit f313f18

Please sign in to comment.