pyodide/environment.yml

21 lines
285 B
YAML
Raw Normal View History

name: pyodide-env
channels:
- conda-forge
dependencies:
- python=3.11
- nodejs
- ccache
- f2c
- pkg-config
- swig
- make
- cmake
- pkg-config
- texinfo
- autoconf
- automake
- libtool
2023-09-11 09:07:28 +00:00
- wget
- patch # only needed on MacOS
- sed # only needed on MacOS