mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
highway: update to 1.0.7.
This commit is contained in:
parent
cdb933d81b
commit
34af4a51d3
1 changed files with 7 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'highway'
|
# Template file for 'highway'
|
||||||
pkgname=highway
|
pkgname=highway
|
||||||
version=1.0.4
|
version=1.0.7
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DHWY_SYSTEM_GTEST=ON -DHWY_ENABLE_EXAMPLES=OFF"
|
configure_args="-DHWY_SYSTEM_GTEST=ON -DHWY_ENABLE_EXAMPLES=OFF"
|
||||||
|
@ -11,8 +11,13 @@ license="Apache-2.0"
|
||||||
homepage="https://github.com/google/highway"
|
homepage="https://github.com/google/highway"
|
||||||
changelog="https://raw.githubusercontent.com/google/highway/master/debian/changelog"
|
changelog="https://raw.githubusercontent.com/google/highway/master/debian/changelog"
|
||||||
distfiles="https://github.com/google/highway/archive/${version}.tar.gz"
|
distfiles="https://github.com/google/highway/archive/${version}.tar.gz"
|
||||||
checksum=faccd343935c9e98afd1016e9d20e0b8b89d908508d1af958496f8c2d3004ac2
|
checksum=5434488108186c170a5e2fca5e3c9b6ef59a1caa4d520b008a9b8be6b8abe6c5
|
||||||
|
|
||||||
if [ -z "$XBPS_CHECK_PKGS" ]; then
|
if [ -z "$XBPS_CHECK_PKGS" ]; then
|
||||||
configure_args+=" -DBUILD_TESTING=OFF"
|
configure_args+=" -DBUILD_TESTING=OFF"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Workaround for i686, requires GCC 13+
|
||||||
|
# See: https://github.com/google/highway/issues/1488
|
||||||
|
CFLAGS="-fexcess-precision=standard"
|
||||||
|
CXXFLAGS="-fexcess-precision=standard"
|
||||||
|
|
Loading…
Add table
Reference in a new issue