mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 22:07:19 +02:00
testing/highctidh: upgrade to 1.0.2024050500
- build with clang
This commit is contained in:
parent
200ca1eab6
commit
c4120c6145
@ -1,20 +1,20 @@
|
|||||||
# Contributor: omni <omni+alpine@hack.org>
|
# Contributor: omni <omni+alpine@hack.org>
|
||||||
# Maintainer: omni <omni+alpine@hack.org>
|
# Maintainer: omni <omni+alpine@hack.org>
|
||||||
pkgname=highctidh
|
pkgname=highctidh
|
||||||
pkgver=1.0.2024050100
|
pkgver=1.0.2024050500
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="high-ctidh fork as a portable shared library"
|
pkgdesc="high-ctidh fork as a portable shared library"
|
||||||
url="https://codeberg.org/vula/highctidh"
|
url="https://codeberg.org/vula/highctidh"
|
||||||
arch="all !armhf !armv7 !x86" # 32bit architectures not supported
|
arch="all !armhf !armv7 !x86" # 32bit architectures fail to build
|
||||||
# fiat_p511.h:17:41: error: '__int128' is not supported on this target
|
|
||||||
license="LicenseRef-PD-2"
|
license="LicenseRef-PD-2"
|
||||||
makedepends="py3-gpep517 py3-setuptools py3-wheel"
|
makedepends="clang py3-gpep517 py3-setuptools py3-wheel"
|
||||||
checkdepends="py3-pytest"
|
checkdepends="py3-pytest"
|
||||||
subpackages="$pkgname-dev py3-$pkgname-pyc py3-$pkgname:py3"
|
subpackages="$pkgname-dev py3-$pkgname-pyc py3-$pkgname:py3"
|
||||||
source="$pkgname-$pkgver.tar.gz::https://codeberg.org/vula/highctidh/archive/v$pkgver.tar.gz"
|
source="$pkgname-$pkgver.tar.gz::https://codeberg.org/vula/highctidh/archive/v$pkgver.tar.gz"
|
||||||
builddir="$srcdir/$pkgname/src"
|
builddir="$srcdir/$pkgname/src"
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
export CC=clang
|
||||||
make
|
make
|
||||||
|
|
||||||
gpep517 build-wheel --wheel-dir .dist --output-fd 3 3>&1 >&2
|
gpep517 build-wheel --wheel-dir .dist --output-fd 3 3>&1 >&2
|
||||||
@ -42,5 +42,5 @@ py3() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
a410fd47f1e301c693e98062ef43439a85eaa0848f3983b46dd3339472c1620e2f50d005d372309cd591631d87a3a581ee5eb50847985de282ec087139641a2d highctidh-1.0.2024050100.tar.gz
|
8b78a23e19f696f8749c5f7f449d1fdf481ae4971203519d6114ff083315bad656da722bfcfd45853815dd5f537b73418ede2796f94a773f853a66bf6b9f55ba highctidh-1.0.2024050500.tar.gz
|
||||||
"
|
"
|
||||||
|
Loading…
Reference in New Issue
Block a user