Skip to content

Commit d349076

Browse files
authored
Merge pull request #115 from openfheorg/dev
restricted to v1.1.2 of OpenFHE (#114)
2 parents 43a8440 + 1526e3b commit d349076

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ set(OPENFHE_PYTHON_VERSION ${OPENFHE_PYTHON_VERSION_MAJOR}.${OPENFHE_PYTHON_VERS
1010
set(CMAKE_CXX_STANDARD 17)
1111
option( BUILD_STATIC "Set to ON to include static versions of the library" OFF)
1212

13-
find_package(OpenFHE)
13+
find_package(OpenFHE 1.1.2 EXACT REQUIRED)
1414
find_package(pybind11 REQUIRED)
1515

1616
set( CMAKE_CXX_FLAGS ${OpenFHE_CXX_FLAGS} )

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,12 @@ Please see [Instructions for the Docker setup](docker/README.md)
2222

2323
Before building, make sure you have the following dependencies installed:
2424

25-
- [OpenFHE](https://github.com/openfheorg/openfhe-development) by following the instructions on [OpenFHE Documentation](https://openfhe-development.readthedocs.io/en/latest/sphinx_rsts/intro/installation/installation.html)
25+
- [OpenFHE 1.1.2](https://github.com/openfheorg/openfhe-development/tree/v1.1.2) by following the instructions on [OpenFHE Documentation](https://openfhe-development.readthedocs.io/en/latest/sphinx_rsts/intro/installation/installation.html)
2626
- [Python 3.6+](https://www.python.org/)
2727
- [pybind11](https://pybind11.readthedocs.io/en/stable/installing.html)
2828

29+
Note that currently OpenFHE 1.1.3 is not supported by the Python wrapper. The support will be added later.
30+
2931
We recommend following OpenFHE C++ installation instructions first (which covers Linux, Windows and MacOS) and then get back to this repo. See notes on installing `pybind11` below
3032

3133
### Linux

0 commit comments

Comments
 (0)