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 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++
To install ADOL-C, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ADOL-C
To see what files were installed by ADOL-C, run:
port contents ADOL-C
To later upgrade ADOL-C, run:
sudo port selfupdate && sudo port upgrade ADOL-C
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.