From e698c01dfb90e36c434bbeb6d4d60094e3bba243 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=B3pez=20Barr=C3=B3n?= Date: Sat, 26 Oct 2024 09:04:44 +1100 Subject: [PATCH] more note on pyodide --- setup.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 2ce3afaa..595a4820 100644 --- a/setup.cfg +++ b/setup.cfg @@ -77,7 +77,9 @@ include = grill.* # "emcc" -x c++ -fvisibility-inlines-hidden -fexceptions -DBOOST_SP_DISABLE_THREADS=1 -DLONG_BIT=32 -finline-functions -Wno-inline -Wall -fvisibility=hidden -fPIC -fexceptions -DBOOST_SP_DISABLE_THREADS=1 -O3 -Wno-inline -g0 -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/home/christian/miniconda3/envs/py312usd2405emscripten/include/python3.12" -c -o "/mnt/a/write/builds/py312usd2405emscripten/build/boost/bin.v2/libs/python/build/emscripten-3.1.58/release/link-static/python-3.12/visibility-hidden/object/function_doc_signature.bc" "libs/python/src/object/function_doc_signature.cpp" # # should not be failing: https://github.com/bfgroup/b2/pull/310 -# see also: https://snarky.ca/wasi-support-for-cpython-june-2023/ +# see also: +# - https://snarky.ca/wasi-support-for-cpython-june-2023/ +# - https://github.com/pyodide/pyodide/issues/2588 docs = sphinx; myst-parser; sphinx-toggleprompt; sphinx-copybutton; sphinx-togglebutton; sphinx-hoverxref>=1.4.1; sphinx_autodoc_typehints; sphinx-inline-tabs; shibuya; usd-core full = PySide6; usd-core; PyOpenGL