2023-03-09 12:37:25 +00:00
|
|
|
name: pyodide-env
|
|
|
|
channels:
|
|
|
|
- conda-forge
|
|
|
|
dependencies:
|
2024-02-04 03:25:45 +00:00
|
|
|
- python=3.12
|
2024-07-21 09:15:39 +00:00
|
|
|
- nodejs>=18,<22.5 # Node.js 22.5 has some issues with installing packages https://github.com/nodejs/node/issues/53902
|
2023-03-09 12:37:25 +00:00
|
|
|
- ccache
|
|
|
|
- f2c
|
|
|
|
- swig
|
|
|
|
- make
|
|
|
|
- cmake
|
2023-11-17 14:49:09 +00:00
|
|
|
# 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
|
2023-03-09 12:37:25 +00:00
|
|
|
- texinfo
|
|
|
|
- autoconf
|
|
|
|
- automake
|
|
|
|
- libtool
|
2023-09-11 09:07:28 +00:00
|
|
|
- wget
|
2023-03-09 12:37:25 +00:00
|
|
|
- patch # only needed on MacOS
|
|
|
|
- sed # only needed on MacOS
|