This repo is a collection of scripts to build a wheel out of openfhe-python (Python wrapper for OpenFHE C++ library).
Before building, make sure you have installed all dependencies (do not clone these repos):
- for openfhe-development.
- for openfhe-python you need to have only 2 packages installed: python3 and python3-pip.
- Adjust settings in ci-vars.sh as needed.
- Run build_openfhe_wheel.sh.
- The package built for distribution will be available in ./build/dist.
- The wheel includes a file openfhe/build-config.txt with all settings from ci-vars.sh used to build the wheel.