freebsd-ports/math/adol-c/pkg-descr
Yuri Victorovich 4f49abdc50 math/adol-c: Add PYTHON option that enables puthon binding.
It properly disables python when off, fixing issues with python
detection.

PR:		257344
Reported by:	alt2600@icloud.com
2021-07-22 22:23:08 -07:00

11 lines
566 B
Text

The package ADOL-C (Automatic Differentiation by OverLoading in C++) facilitates
the evaluation of first and higher derivatives of vector functions that are
defined by computer programs written in C or C++. The resulting derivative
evaluation routines may be called from C/C++, Fortran, or any other language
that can be linked with C.
The numerical values of derivative vectors are obtained free of truncation
errors at a small multiple of the run time and randomly accessed memory of the
given function evaluation program.
WWW: https://github.com/coin-or/ADOL-C