mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-19 07:37:01 +02:00
mercury: verify runtime deps
This commit is contained in:
parent
9ee583c661
commit
e17c1f1481
1 changed files with 1 additions and 3 deletions
|
@ -1,9 +1,8 @@
|
|||
# Template file for 'mercury'
|
||||
pkgname=mercury
|
||||
version=22.01.3
|
||||
revision=1
|
||||
revision=2
|
||||
hostmakedepends="flex bison gettext texinfo"
|
||||
depends="mercury-libs>=${version}_${revision}"
|
||||
short_desc="Logic/Functional Programming Language"
|
||||
maintainer="Emily McDonough <emily@alaskanemily.net>"
|
||||
license="GPL-2.0-only, custom:LGPL-2.0-only-linking-exception"
|
||||
|
@ -11,7 +10,6 @@ homepage="https://mercurylang.org/"
|
|||
distfiles="https://dl.mercurylang.org/release/mercury-srcdist-${version}.tar.xz"
|
||||
checksum=4b0783ee9205021e4193b0404fd654e9c6fd288bc9bb7e144b1c1f6cd45dcd2e
|
||||
nocross="Mercury cannot be cross-compiled to different architectures"
|
||||
noverifyrdeps=yes
|
||||
|
||||
CFLAGS="-Wno-array-bounds -fno-tree-slp-vectorize"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue