mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
ugrep: disable AVX again, is not autodetected properly.
This commit is contained in:
parent
f78c5a960f
commit
d5576b84ee
1 changed files with 2 additions and 1 deletions
|
@ -1,8 +1,9 @@
|
||||||
# Template file for 'ugrep'
|
# Template file for 'ugrep'
|
||||||
pkgname=ugrep
|
pkgname=ugrep
|
||||||
version=3.1.7
|
version=3.1.7
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
configure_args="--disable-avx"
|
||||||
makedepends="bzip2-devel liblz4-devel liblzma-devel pcre2-devel zlib-devel"
|
makedepends="bzip2-devel liblz4-devel liblzma-devel pcre2-devel zlib-devel"
|
||||||
short_desc="Ultra fast grep with interactive query UI"
|
short_desc="Ultra fast grep with interactive query UI"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue