| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
CppJIT is the consolidated monorepo packaging of the compiler-research forks of the cppyy package, a Python-C++ interoperability package based on LLVM, leveraging CppInterOp for the Clang-REPL interpreter backend and Compiler-as-a-Service facilities. Star us and stay tuned for pip releases coming summer 2026.
Run pip install .
mkdir build && cd build
cmake .. -DLLVM_DIR=/path/to/llvm/lib/cmake/llvm -DCMAKE_BUILD_TYPE=Debug
cmake --build . -j$(nproc)
cmake --install . --prefix /path/to/installTo currently set up a source build, please look at the instructions at https://github.com/compiler-research/CppInterOp
| Back | FazBrowse Home | New Git URL |