pgRouting is a PostGreSQL/PostGIS extension that contains a variety of algorithms to solve traditional network problems such as finding shortest paths or the Traveling Sales Person (TSP).
pgRouting is a PostGreSQL/PostGIS extension that contains a variety of algorithms to solve traditional network problems such as finding shortest paths or the Traveling Sales Person (TSP).
To install pg15-pgrouting, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install pg15-pgrouting
To see what files were installed by pg15-pgrouting, run:
port contents pg15-pgrouting
To later upgrade pg15-pgrouting, run:
sudo port selfupdate && sudo port upgrade pg15-pgrouting
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.