From c4120c6145f76413d6d50b249ab5536791034a1b Mon Sep 17 00:00:00 2001 From: omni Date: Sun, 5 May 2024 23:53:45 +0000 Subject: [PATCH] testing/highctidh: upgrade to 1.0.2024050500 - build with clang --- testing/highctidh/APKBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/testing/highctidh/APKBUILD b/testing/highctidh/APKBUILD index cb7190ec356..d98c2884121 100644 --- a/testing/highctidh/APKBUILD +++ b/testing/highctidh/APKBUILD @@ -1,20 +1,20 @@ # Contributor: omni # Maintainer: omni pkgname=highctidh -pkgver=1.0.2024050100 +pkgver=1.0.2024050500 pkgrel=0 pkgdesc="high-ctidh fork as a portable shared library" url="https://codeberg.org/vula/highctidh" -arch="all !armhf !armv7 !x86" # 32bit architectures not supported -# fiat_p511.h:17:41: error: '__int128' is not supported on this target +arch="all !armhf !armv7 !x86" # 32bit architectures fail to build license="LicenseRef-PD-2" -makedepends="py3-gpep517 py3-setuptools py3-wheel" +makedepends="clang py3-gpep517 py3-setuptools py3-wheel" checkdepends="py3-pytest" subpackages="$pkgname-dev py3-$pkgname-pyc py3-$pkgname:py3" source="$pkgname-$pkgver.tar.gz::https://codeberg.org/vula/highctidh/archive/v$pkgver.tar.gz" builddir="$srcdir/$pkgname/src" build() { + export CC=clang make gpep517 build-wheel --wheel-dir .dist --output-fd 3 3>&1 >&2 @@ -42,5 +42,5 @@ py3() { } sha512sums=" -a410fd47f1e301c693e98062ef43439a85eaa0848f3983b46dd3339472c1620e2f50d005d372309cd591631d87a3a581ee5eb50847985de282ec087139641a2d highctidh-1.0.2024050100.tar.gz +8b78a23e19f696f8749c5f7f449d1fdf481ae4971203519d6114ff083315bad656da722bfcfd45853815dd5f537b73418ede2796f94a773f853a66bf6b9f55ba highctidh-1.0.2024050500.tar.gz "