pyodide/environment.yml

22 lines
579 B
YAML
Raw Normal View History

name: pyodide-env
channels:
- conda-forge
dependencies:
2024-02-04 03:25:45 +00:00
- python=3.12
- nodejs>=18,<22.5 # Node.js 22.5 has some issues with installing packages https://github.com/nodejs/node/issues/53902
- ccache
- f2c
- swig
- make
- cmake
# pkg-config in conda-forge has a bug that it overwrites PKG_CONFIG_LIBDIR set by user.
# there was a fix (https://github.com/conda-forge/pkg-config-feedstock/pull/31), but it is not released.
# - 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