mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
ocaml-zarith: skip tests when bytecode only.
This commit is contained in:
parent
0ee43e2bf9
commit
5aa506a7c2
1 changed files with 4 additions and 1 deletions
|
@ -3,7 +3,6 @@ pkgname=ocaml-zarith
|
||||||
version=1.13
|
version=1.13
|
||||||
revision=1
|
revision=1
|
||||||
build_style=configure
|
build_style=configure
|
||||||
make_check_target="tests"
|
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
makedepends="gmp-devel ocaml"
|
makedepends="gmp-devel ocaml"
|
||||||
depends="gmp-devel"
|
depends="gmp-devel"
|
||||||
|
@ -25,3 +24,7 @@ pre_install() {
|
||||||
post_install() {
|
post_install() {
|
||||||
vcopy META usr/lib/ocaml/zarith
|
vcopy META usr/lib/ocaml/zarith
|
||||||
}
|
}
|
||||||
|
do_check() {
|
||||||
|
command -v ocamlc.opt >/dev/null || return 0
|
||||||
|
make tests
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue