mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
community/ocaml[build/-findlib]: enable build on ppc64le.
Enable build of ocamlbuild and ocaml-findlib on ppc64le as ocaml now works.
This commit is contained in:
parent
529c9fdc1b
commit
eec001738e
@ -6,11 +6,12 @@ pkgver=1.6.2
|
||||
pkgrel=1
|
||||
pkgdesc="OCaml package manager"
|
||||
url="http://projects.camlcity.org/projects/findlib.html"
|
||||
arch="all !x86 !armhf !ppc64le !s390x" # limited by ocaml abuild
|
||||
arch="all !x86 !armhf !s390x" # limited by ocaml abuild
|
||||
license="MIT"
|
||||
depends="ocaml"
|
||||
depends_dev="$pkgname"
|
||||
makedepends="m4 ncurses-dev"
|
||||
options="textrels"
|
||||
subpackages="$pkgname-dev $pkgname-doc"
|
||||
source="http://download.camlcity.org/download/$_pkgname-$pkgver.tar.gz
|
||||
Makefile.patch"
|
||||
|
||||
@ -5,7 +5,7 @@ pkgver=0.9.3
|
||||
pkgrel=1
|
||||
pkgdesc="Generic build tool with built-in rules for building OCaml library and programs."
|
||||
url="https://github.com/ocaml/ocamlbuild"
|
||||
arch="all !x86 !armhf !ppc64le !s390x" #ocaml not avail on excluded platforms
|
||||
arch="all !x86 !armhf !s390x" #ocaml not avail on excluded platforms
|
||||
license="LGPL2"
|
||||
depends=""
|
||||
makedepends="ocaml"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user