Skip to content

Commit a3903e9

Browse files
authored
Merge pull request #119 from openfheorg/dev
Updates to v0.8.6
2 parents d349076 + 9aee274 commit a3903e9

File tree

9 files changed

+204
-177
lines changed

9 files changed

+204
-177
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ project (OpenFHE-Python)
44

55
set(OPENFHE_PYTHON_VERSION_MAJOR 0)
66
set(OPENFHE_PYTHON_VERSION_MINOR 8)
7-
set(OPENFHE_PYTHON_VERSION_PATCH 5)
7+
set(OPENFHE_PYTHON_VERSION_PATCH 6)
88
set(OPENFHE_PYTHON_VERSION ${OPENFHE_PYTHON_VERSION_MAJOR}.${OPENFHE_PYTHON_VERSION_MINOR}.${OPENFHE_PYTHON_VERSION_PATCH})
99

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 1.1.2 EXACT REQUIRED)
13+
find_package(OpenFHE 1.1.3 REQUIRED)
1414
find_package(pybind11 REQUIRED)
1515

1616
set( CMAKE_CXX_FLAGS ${OpenFHE_CXX_FLAGS} )

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,11 @@ 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 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)
25+
- [OpenFHE 1.1.3+](https://github.com/openfheorg/openfhe-development) by following the instructions in [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-
31-
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
29+
We recommend following OpenFHE C++ installation instructions first (which covers Linux, Windows and MacOS) and then getting back to this repo. See notes on installing `pybind11` below
3230

3331
### Linux
3432

0 commit comments

Comments
 (0)