To approximate the solution of the boundary-value problem y''=p(x)*y' + q(x)*y + r(x), a<=x<=b, y(a)=alpha, y(b)=beta by the linear finite-diffence method.
To install octave-odebvp, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install octave-odebvp
To see what files were installed by octave-odebvp, run:
port contents octave-odebvp
To later upgrade octave-odebvp, run:
sudo port selfupdate && sudo port upgrade octave-odebvp
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.