some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.
This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -
- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.
- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.
devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
that aims to provide fast, extensible implementations of cutting-edge
machine learning algorithms.
Comes with command-line programs and python bindings
okay rsadowski@
aiming towards a good balance between speed and ease of use.
Provides high-level syntax and functionality deliberately similar to Matlab
(dependency for mlpack)
okay jca@
Flexible and powerful data analysis / manipulation library for
Python, providing labeled data structures similar to R data.frame
objects, statistical functions, and much more.
and dc.
Original submission by Ivan Ivanov, who takes MAINTAINER -- thanks!
ok bentley@
bc is an arbitrary precision calculator language. Syntax is similar to
C, but differs in many substantial areas. It supports interactive
execution of statements.
It can also be used as a simple console-based calculator.
This GNU version of bc contains several extensions beyond traditional bc
implementations and the POSIX draft standard.
This package includes GNU dc, another arbitrary precision calculator.
dc is a reverse-polish desk calculator which supports unlimited
precision arithmetic. It also allows you to define and call macros.
using GMP as backend. This is needed by frama-c because num was removed
from the OCaml compiler distribution.
Marked as BROKEN till the next OCaml upgrade.
OK jca@
As observed by Norm Finlay <finlay at brandonu dot ca>,
installing them somewhere in the backcountry and trying to symlink
them into the manpath is intentionally unsupported by mandoc.
While here, add three missing @bin annotations.
OK sthen@
which caused scipy 0.16.1 to stop working in certain situations.
This issue was reported by David Kalliecharan and is also documented at:
https://github.com/scipy/scipy/issues/5266
The failure looks like this:
In [9]: import scipy.interpolate as interp
python3.6:/usr/local/lib/python3.6/site-packages/scipy/linalg/_flapack.so: undefined symbol 'sgegv_'
python3.6:/usr/local/lib/python3.6/site-packages/scipy/linalg/_flapack.so: undefined symbol 'dgegv_'
python3.6:/usr/local/lib/python3.6/site-packages/scipy/linalg/_flapack.so: undefined symbol 'cgegv_'
python3.6:/usr/local/lib/python3.6/site-packages/scipy/linalg/_flapack.so: undefined symbol 'zgegv_'
While here also switch MASTER_SITES from sourceforge to pypi and switch from
g77 to gfortran.
The main change is to switch from sourceforge to pypi for hosting of the
distfile as the latest versions of numpy no longer seem to be published to
sourceforge.