
 OakLeaf is an implementation of robust statistical methods in Fortran

 Documentation can be found in doc/ as well as at

    http://integral.physics.muni.cz/oakleaf/




 BUILD


$ autoreconf -i
$ ./configure FCFLAGS="-std=f2008 -Wall -g -p -no-pie -fcheck=all -fimplicit-none -fbacktrace -ffpe-trap=invalid,zero,overflow" --prefix=/scratch/opt
$ make
# make install
