Package Details: intel-hexl 1.2.4-2

Git Clone URL: https://aur.archlinux.org/intel-hexl.git (read-only, click to copy)
Package Base: intel-hexl
Description: Intel® Homomorphic Encryption Acceleration Library accelerates modular arithmetic operations used in homomorphic encryption
Upstream URL: https://github.com/intel/hexl
Licenses: Apache-2
Submitter: ruy16109
Maintainer: ruy16109
Last Packager: ruy16109
Votes: 0
Popularity: 0.000000
First Submitted: 2022-04-17 03:54 (UTC)
Last Updated: 2022-04-17 05:25 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

vitorpy commented on 2025-11-03 17:56 (UTC)

❯ git diff
diff --git a/PKGBUILD b/PKGBUILD
index 695acab..cd85945 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,6 +19,7 @@ prepare() {
        cd "$_pkgname-$pkgver"
        _cmake_config_flags=(
                -DCMAKE_INSTALL_PREFIX=/usr
+               -DCMAKE_POLICY_VERSION_MINIMUM=3.5
                -DHEXL_BENCHMARK=ON               # benchmarking
                -DHEXL_COVERAGE=OFF               # coverage for unit tests
                -DHEXL_SHARED_LIB=ON              # dynlib

is all that is needed to fix the build. I'd submit a patch but I have no idea how to do it :-D

ruy16109 commented on 2022-04-17 22:07 (UTC)

Known issue: cmake cannot reference this package. Probably just a tweak to the cmake commands, but I don't urgently need this feature.