This is an interface to GSL (GNU scientific library), for the
Objective Caml langage.
* REQUIREMENTS
- gsl >= 1.9
- ocaml >= 3.07
- awk and GNU make
- gcc or MSVC
The platform must not need to align doubles on double-word addresses,
i.e. ARCH_ALIGN_DOUBLE must be undefined in <caml/config.h>
* BUILDING & INSTALLING
- have a look at the variables in Makefile and gcc.mak/msvc.mak.
comment o
more»
in 0.6.0
- sync with GSL 1.9
- Nonsymmetric eigensystems in Gsl_eigen
- Basis splines
- misc. other things, cf. GSL 1.9 NEWS file
in 0.5.3
- compile with ocaml 3.10
- fix GC bugs with C functions taking a callbak parameter (min, multimin,
multifit, etc.)
in 0.5.2
- fix Gsl_sf.legendre_array_size
in 0.5.1
- fix wrong declaration of externals in gsl_wavelet (Will M. Far
more»
ocamlgsl (0.6.0-7) unstable; urgency=low
* Install libmlgsl.a on non-native architectures (Closes: #567060)
-- Sylvain Le Gall <gildor@debian.org> Tue, 20 Apr 2010 21:55:21 +0200
ocamlgsl (0.6.0-6) unstable; urgency=low
* Update upstream homepage
* Restore .depend in clean target
* Use dh-ocaml features
* Upgrade Standards-version to 3.8.3 (section ocaml)
-- Sylvain Le Gall <gild
more»