I tried to compile quadrants v0.4.5 using pip install/build but it was harder than expected:
build-isolation from pip creates friction with pybind11-stubs that needs the packages installed
- I've got an issue with
symbol not found typeinfo llvm::ModulePass, I don't know the reason. Maybe it needs a LLVM with RTTI.
Except those two problems, it seems to compile fine.
I tried to compile
quadrants v0.4.5usingpip install/buildbut it was harder than expected:build-isolationfrom pip creates friction withpybind11-stubsthat needs the packages installedsymbol not found typeinfo llvm::ModulePass, I don't know the reason. Maybe it needs a LLVM with RTTI.Except those two problems, it seems to compile fine.