Commit graph

7 commits

Author SHA1 Message Date
Blue Rats
9fa0126e6b USE_TOOLS+=gmake so this package builds now; INSTALL_ENV+=DESTDIR;
Package builds and installs properly, passes pkglint. Bump PKGREVISION.
2012-11-03 01:10:54 +00:00
Blue Rats
bd5158a18b Regenerated after adding patches/patch-Makefile.in 2012-11-03 01:09:36 +00:00
Blue Rats
cd67f06882 Added full list of files. 2012-11-03 01:08:45 +00:00
Blue Rats
e85dddf3c9 No longer necessary. Builds and installs fine. 2012-11-03 01:07:56 +00:00
Blue Rats
b173cb0911 Make creal use DESTDIR. 2012-11-03 01:06:49 +00:00
Aleksej Saushev
a849059e7c Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-09-24 18:26:51 +00:00
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