Commit Graph

19375 Commits

Author SHA1 Message Date
Andrej730 526b36ea46 Add notes for pyodide building process 2025-10-28 17:00:59 +05:00
Andrej730 38edb2f192 build-all.py wasm - move SIDE_MODULE=2 to cmake
Next to `EXPORTED_FUNCTIONS` and avoid possible issues with pyodide in the future (pyodide is using `SIDE_MODULE=1`, but currently not providing it libraries of type `MODULE`, only for shared ones).
2025-10-28 17:00:59 +05:00
Andrej730 596ab1761d ifcwrap cmake - provide correct suffix for wasm python extension 2025-10-28 17:00:59 +05:00
Andrej730 e8b29806f2 pyodide setup.py - add dependencies
so micropip would be able to gather them automatically
2025-10-28 17:00:59 +05:00
Andrej730 6c7a60b134 pyodide setup.py - add a note on not switching to pyproject.toml 2025-10-28 17:00:58 +05:00
Andrej730 90c3ca364c pyodide setup.py - ensure we have correct pyodide_2025_0_wasm32 suffix
Adding extension, but avoiding adding sources as we're not actually building.
As a result build will have a correct suffix `pyodide_2025_0_wasm32.whl` that's pyodide is currently using and this is pyodide is plan to use when it's going to release to PyPI, see https://peps.python.org/pep-0783/
2025-10-28 17:00:58 +05:00
Andrej730 3d7c321812 build-all.py - add a note about alternative gmp mirror 2025-10-28 17:00:58 +05:00
Andrej730 d4612c6e80 cmake - deduplicate ccache set_property code 2025-10-28 17:00:58 +05:00
Andrej730 8b2142d37e build-all.py - don't pass side module flags as usual flags
As they're parsed by emcmake automatically https://github.com/pyodide/pyodide-build/blob/bdd0b1422064de6d92264a08c599e85001a28567/pyodide_build/tools/cmake/Modules/Platform/Emscripten.cmake#L105-L107
2025-10-28 17:00:58 +05:00
Andrej730 727e6102aa build-all.py - option to build wasm outside pyodide for debugging 2025-10-28 17:00:57 +05:00
Andrej730 ea9c548e85 build-all.py - provide exported functions to target explicitly
Otherwise it broke compilation in some cases when cmake would try to test that linker is working.
2025-10-28 17:00:57 +05:00
Andrej730 c4d54b3e91 build-all - wasm to use packages instead of providing includes/libs paths explicitly
More complicated than I anticipated😅

Details
https://discourse.cmake.org/t/provide-absolute-paths-to-dependencies-with-cmake-find-root-path-search-during-cross-compilation-wasm/15241
2025-10-28 17:00:56 +05:00
Andrej730 98a0793ec5 build-all.py - move unsupported dependencies to script 2025-10-28 16:08:08 +05:00
Andrej730 762e8da554 build-deps - use nuget to download ccache 2025-10-28 16:08:08 +05:00
Andrej730 7dbc70e240 build-all.py - print IFCOS_SCHEMAS 2025-10-28 16:08:08 +05:00
Andrej730 29b851de0b build-all.py - document required wasm variables 2025-10-28 16:08:07 +05:00
Andrej730 8a153df899 build-all.py - fix issue building wasm on apple device 2025-10-28 16:08:07 +05:00
Andrej730 57e1e3e177 build-all.py - remove --host none from wasm args
As it's now obsolete and producing warnings `configure: WARNING: the "none" host is obsolete, use --disable-assembly`.
2025-10-28 16:08:07 +05:00
Andrej730 0e251df6ff build-all.py - bump freetype to avoid issues on cmake 4+ 2025-10-28 16:08:06 +05:00
Andrej730 d38b2f7f1c build-all.py - add note on --without-xxx option 2025-10-28 16:08:06 +05:00
Andrej730 ba5289de1c Add Python 3.14 builds 2025-10-28 16:08:06 +05:00
Andrej730 6f9e72f569 build-deps - set NUGET_EXE from PATH if it's available 2025-10-28 16:08:05 +05:00
Andrej730 8f7a78ac50 build-all - deduce python components from python path 2025-10-28 16:08:05 +05:00
Andrej730 6f85acdebc ifcwrap cmake - migrate to FindPython
Also simplify run-cmake to just prefix the path, instead of providing 3 paths explicitly.
2025-10-28 16:08:05 +05:00
Andrej730 398137d159 build-deps - support overriding PYTHON_VERSION 2025-10-28 16:08:04 +05:00
Andrej730 744b32eb47 build-deps - download Python using nuget 2025-10-28 16:08:04 +05:00
Andrej730 083e13d4b0 build-deps - download nuget
to later download python using it
2025-10-28 16:08:04 +05:00
Andrej730 6792d1a234 build-deps - include ccache for convenience 2025-10-28 16:08:03 +05:00
Andrej730 9b8fde85f1 build_win - extend cache size 2025-10-28 16:08:03 +05:00
Andrej730 71f3d0b838 build_win - use fork to resolve cache misses and duplicated cache 2025-10-28 16:08:03 +05:00
Andrej730 90bd5859ef build_win - test ccache 2025-10-28 16:08:03 +05:00
Thomas Krijnen eb1c81514b Check for attribute nil #7276 #7291 2025-10-28 10:51:31 +01:00
Thomas Krijnen 6df5632f91 black bonsai-0.8.4-alpha2510261232 bonsai-0.8.4-alpha2510261233 2025-10-26 13:33:10 +01:00
Thomas Krijnen 391a412e65 test cases #7291 2025-10-26 13:31:31 +01:00
Thomas Krijnen b10415b1b3 Rework iterator constructor #7291 2025-10-26 13:31:31 +01:00
Thomas Krijnen b1c44d42e3 Reset logger product to none 2025-10-26 13:31:31 +01:00
Dion Moult 5f65e21878 Fix bug where you couldn't get elements using a predefined property set. bonsai-0.8.4-alpha2510261205 2025-10-26 23:05:05 +11:00
Dion Moult 0d3be9d101 Fix #5108. Selector now supports both GlobalId and Name as filter values. bonsai-0.8.4-alpha2510261153 2025-10-26 22:52:31 +11:00
Dion Moult eea585a3cd Fix #6258. Fix #5727 properly. Only assume layerset axis on "standard case" elements, nothing else. bonsai-0.8.4-alpha2510261134 2025-10-26 22:33:39 +11:00
Thomas Krijnen 1789406299 Ruff 2025-10-26 12:04:22 +01:00
Dion Moult b503061dc0 Fix #3868. Automatic annotation references are now auto deleted if their reference is also gone. bonsai-0.8.4-alpha2510260958 2025-10-26 20:58:15 +11:00
Dion Moult 90ccaf4aab Let users manually create automatic references too. bonsai-0.8.4-alpha2510260947 2025-10-26 20:46:32 +11:00
Dion Moult 05ff47fcff Remap deprecated entities in Brick 1.4 to new RealEstateCore URIs. bonsai-0.8.4-alpha2510260939 2025-10-26 20:38:58 +11:00
Louis Casteleyn c40ecdd550 deleted deprecated entities for v1.4 (#6511) bonsai-0.8.4-alpha2510260932 2025-10-26 20:32:28 +11:00
daniel-augusto 3a0622e9df Update introduction with hyperlinks for tools (#7290) 2025-10-26 20:29:30 +11:00
Dion Moult 0bb03750dc Fix #4914. Write docs for syntax and schema validation and schema querying 2025-10-26 20:27:07 +11:00
Thomas Krijnen 89defa9b6b build-all.py ruff: noqa: UP035 bonsai-0.8.4-alpha2510260920 2025-10-26 10:20:13 +01:00
Thomas Krijnen 459aad54aa Black 2025-10-26 10:17:49 +01:00
Thomas Krijnen 6f3065f6ce ci.yml USE_MMAP=On 2025-10-26 10:15:52 +01:00
Thomas Krijnen 69863ce4a9 Try and fix stub test bonsai-0.8.4-alpha2510260904 2025-10-26 10:03:43 +01:00