ocaml-zarith: needs gmp-devel for linking.
This commit is contained in:
parent
8a15ba8f35
commit
df9278b868
1 changed files with 2 additions and 1 deletions
|
@ -1,12 +1,13 @@
|
||||||
# Template file for 'ocaml-zarith'
|
# Template file for 'ocaml-zarith'
|
||||||
pkgname=ocaml-zarith
|
pkgname=ocaml-zarith
|
||||||
version=1.11
|
version=1.11
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="Zarith-release-${version}"
|
wrksrc="Zarith-release-${version}"
|
||||||
build_style=configure
|
build_style=configure
|
||||||
make_check_target="tests"
|
make_check_target="tests"
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
makedepends="gmp-devel ocaml ocaml-findlib"
|
makedepends="gmp-devel ocaml ocaml-findlib"
|
||||||
|
depends="gmp-devel"
|
||||||
short_desc="OCaml operations over arbitrary-precision integers"
|
short_desc="OCaml operations over arbitrary-precision integers"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="LGPL-2.0-only,OCaml-LGPL-linking-exception"
|
license="LGPL-2.0-only,OCaml-LGPL-linking-exception"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue