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.
This package facilitates the creation and rendering of graph
descriptions in the DOT language of the Graphviz graph drawing software
from Python.
ok aja@