- Build with -O1 optimisation on this arch only, to avoid OOM errors
during the build, as advised by sthen@ (thanks!)
- Use ports-gcc instead of ports-clang
OK espie@ (maintainer)
This project (double-conversion) provides binary-decimal and decimal-binary
routines for IEEE doubles.
The library consists of efficient conversion routines that have been extracted
from the V8 JavaScript engine. The code has been refactored and improved so
that it can be used more easily in other projects.
Port from Paco Esteban <paco onna be> with tweaks from me.
ok bentley@
reviewed ports wise and help with @pkgpath, ok by sthen@
reviewed and help with bytecode-only plists, minor nits and ok by jca@
tested on sparc 64 by @jca
tested on aarch64 by Kurt Miller
tested on amd64 by me
Thanks for reviews and testing!
* net unison needed some patchign to avoid deprecated library functions.
* all ports depending on the exact version of OCaml need revision bumps.
* net/unison needed some help to avoid deprecated library functions.
ok krw@, testing on i386 and ok daniel@
math/py-gnuplot is python2-only, has no consumers, and last release
was in 2009
math/py-probstat is python2-only, has no consumers, and last release
was in 2002
OK sthen@
muParser is an extensible high performance math expression parser library
written in C++. It works by transforming a mathematical expression into
bytecode and precalculating constant parts of the expression.
ok bentley@
scikit-learn is a BSD-licensed Python module for machine learning
and data mining built on top of SciPy.
Initially created by robert@, modified by me and kmos@.
This is not polished enough, but it can improved in the tree now.
Once the 21 branch rolls out a new version, we will probably update to that.
Currently it is broken for non-OpenMP builds.
OK robert@, kmos@
Bus error during build. Changing -O levels did nothing. Changing to egcc
did nothing. If you need an alternative bc/dc on sparc64, there's ebc.
Thanks to kmos@ for testing with me.