scryer-prolog: mark broken on musl
This commit is contained in:
parent
6b786388ee
commit
f0162e9821
1 changed files with 7 additions and 0 deletions
|
@ -13,6 +13,13 @@ homepage="https://github.com/mthom/scryer-prolog"
|
|||
distfiles="https://github.com/mthom/scryer-prolog/archive/v${version}.tar.gz"
|
||||
checksum=4370bc2200e3e56d411326801219bc5fc37a422febdb6cd3548ed3f65b5a44aa
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||
# XXX: Also should have GMP_MPFR_SYS_CACHE="" set somewhere https://crates.io/crates/gmp-mpfr-sys (we have ccache for that)
|
||||
# We might also want to use system libs instead
|
||||
# the runtime dep on gmp is incorrect right now, since gmp is statically linked
|
||||
broken="https://build.voidlinux.org/builders/x86_64-musl_builder/builds/29779/steps/shell_3/logs/stdio"
|
||||
fi
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue