mirror of https://github.com/pyodide/pyodide.git
22 lines
579 B
YAML
22 lines
579 B
YAML
name: pyodide-env
|
|
channels:
|
|
- conda-forge
|
|
dependencies:
|
|
- 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
|
|
- wget
|
|
- patch # only needed on MacOS
|
|
- sed # only needed on MacOS
|