pkgsrc-wip/creal/Makefile
Blue Rats ac09b804cc Import creal-0.7 as wip/creal.
Creal is an exact real arithmetic library (constructive reals) for ocaml

Creal actually contains two different implementations:

    * Creal: from the PhD thesis of Valerie Menissier-Morain (.ps)
    * Cr: port of Hans Boehm's Java CR library

The two interfaces are almost identical, so that it is easy to switch from one
to the other, unless you are using the approx function directly: in Creal, it
gives an approximation up to 1/4^n, and in Cr up to 2^n

Both implementations are based on mlgmp by David Monniaux (included in this pkg)
2010-04-28 03:54:13 +00:00

21 lines
530 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/04/28 03:54:13 othyro Exp $
#
DISTNAME= creal-0.7
CATEGORIES= math
MASTER_SITES= http://www.lri.fr/%7Efilliatr/ftp/ocaml/ds/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.lri.fr/~filliatr/creal.en.html
COMMENT= Exact real arithmetic library (constructive reals) for ocaml
LICENSE= gnu-lgpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
BUILD_TARGET= all
.include "../../devel/gmp/buildlink3.mk"
.include "../../lang/ocaml/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"