Ryan Mast
Ryan Mast
Yggdrasil package has been updated. Should open another PR in Yggdrasil to remove the -latomic patch that it had been applying.
We've seen the matplotlib issue before. I think it is some kind of interaction between the C++ standard library static linked to helics being newer (?) than the one used...
The PR that adds a pyproject.toml file for building a wheel from a copy of the LLVM source code/repository is https://github.com/llvm/llvm-project/pull/125806 -- if you want to take a look and...
The owners/maintainers of the LLVM org on PyPI are willing to take ownership. There's some discussion and their PyPI user names in this thread: https://discourse.llvm.org/t/moving-projects-into-the-llvm-org-on-pypi/88868/2
@trolldbois the PRs for moving over to the LLVM github CI are in review, can you transfer ownership to @boomanaiden154 or @stellar so they can move it into the LLVM...
The clang package is just the Python binding files, the libclang package adds platform specific wheels with precompiled libraries. In general it seems people like the convenience of libclang as...
ns-3 with waf is now broken in Python 3.13+ due to the removal of [pipes](https://docs.python.org/3/library/pipes.html). This probably is the thing that will force us to completely drop support for old...
@josephmckinsey @afisher1 HELICS v3.6.0 API changes to make in language bindings: ``` New function: helicsAppEnabled () New function: helicsCreateApp (Char_S* appName, Char_S* appType, Char_S* configFile, HelicsFederateInfo fedInfo, HelicsError* err) New...