* update highway to 1.2.0-1
This commit is contained in:
parent
ff7e412f5c
commit
4a294a0495
@ -2,7 +2,7 @@
|
|||||||
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
|
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
|
||||||
|
|
||||||
pkgname=highway
|
pkgname=highway
|
||||||
pkgver=1.1.0
|
pkgver=1.2.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='A C++ library that provides portable SIMD/vector intrinsics'
|
pkgdesc='A C++ library that provides portable SIMD/vector intrinsics'
|
||||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||||
@ -16,7 +16,7 @@ case "${CARCH}" in
|
|||||||
riscv64) options=(!lto) ;;
|
riscv64) options=(!lto) ;;
|
||||||
esac
|
esac
|
||||||
source=("https://github.com/google/highway/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
|
source=("https://github.com/google/highway/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
|
||||||
sha256sums=('354a8b4539b588e70b98ec70844273e3f2741302c4c377bcc4e81b3d1866f7c9')
|
sha256sums=('7e0be78b8318e8bdbf6fa545d2ecb4c90f947df03f7aadc42c1967f019e63343')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
case "${CARCH}" in
|
case "${CARCH}" in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user