cppyy-backend
cppyy-backend copied to clipboard
After building the wheel with `python -m build --wheel --no-isolation`, `libcppyy_backend.so` is there twice: ``` $ unzip -l dist/*.whl Archive: dist/cppyy_backend-1.15.3-py2.py3-none-linux_x86_64.whl Length Date Time Name --------- ---------- ----- ---- 2416360...
As the title says. Causes cppyy-generator to fail when using newer python versions.
The [clingwrapper-1.15.3](https://github.com/wlav/cppyy-backend/tree/clingwrapper-1.15.3) release [depends on cppyy-cling==6.30.0](https://github.com/wlav/cppyy-backend/blob/clingwrapper-1.15.3/clingwrapper/pyproject.toml#L2), but the tag contains [cling 6.32.0](https://github.com/wlav/cppyy-backend/blob/clingwrapper-1.15.3/cling/python/cppyy_backend/_version.py#L1) (which was also tagged separately on the same day).
Hey, I'm attempting to load my shared library and rootmap, however I get `cling::Interpreter::kFailure` when `[libCling.so] CppyyLegacy::TCling::LoadLibraryMap` attempts to declare the forward declarations from the `*.rootmap` file. I'll be honest,...
Hey, I was wondering what is holding cppyy back from being able to support CUDA 11.8+ ? Thanks