The QuantLib project is aimed at providing a comprehensive software framework for quantitative finance. QuantLib is a library for modeling, trading, and risk management in real-life.
The QuantLib project is aimed at providing a comprehensive software framework for quantitative finance. QuantLib is a library for modeling, trading, and risk management in real-life.
To install QuantLib, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install QuantLib
To see what files were installed by QuantLib, run:
port contents QuantLib
To later upgrade QuantLib, run:
sudo port selfupdate && sudo port upgrade QuantLib
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.