Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building wheel fails due to missing SEAL 4 config #16

Open
LGro opened this issue Mar 18, 2023 · 1 comment
Open

Building wheel fails due to missing SEAL 4 config #16

LGro opened this issue Mar 18, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@LGro
Copy link
Owner

LGro commented Mar 18, 2023

While task base still works, running task build PYTHON_VERSION=3.10.4 fails with the following error:

#0 3.894 CMake Error at /tmp/vcpkg/scripts/buildsystems/vcpkg.cmake:852 (_find_package):
#0 3.894 Could not find a configuration file for package "SEAL" that is compatible
#0 3.894 with requested version "4".
#0 3.894
#0 3.894 The following configuration files were considered but not accepted:
#0 3.894
#0 3.894 /tmp/vcpkg/installed/x64-linux/share/seal/SEALConfig.cmake, version: 4.1.1

@LGro LGro added the bug Something isn't working label Mar 18, 2023
@rnjailamba
Copy link
Contributor

rnjailamba commented Mar 19, 2023

I was able to get the error fixed by replacing line 120 of CMakeLists.txt with find_package(SEAL 4.1 QUIET REQUIRED)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants