2 Commits

Author SHA1 Message Date
cwen
8cee9092a2 osrm-backend: update to 5.22, add powerpc to NOT_FOR_ARCHS, disable ccache
Changelog:
https://github.com/Project-OSRM/osrm-backend/blob/v5.22.0/CHANGELOG.md

This can't be built on powerpc because devel/tbb does not support 64-bits
atomics on ppc32 and forcing them does not help.

OK bentley@
2020-05-18 17:02:35 +00:00
bentley
5ec5e99b8e Import osrm-backend-5.18.0.
OSRM is a high performance routing engine written in C++14 designed to run on
OpenStreetMap data.

The following services are available via HTTP API, C++ library interface and
NodeJs wrapper:

- Nearest - Snaps coordinates to the street network and returns the nearest
  matches
- Route - Finds the fastest route between coordinates
- Table - Computes the duration or distances of the fastest route between all
  pairs of supplied coordinates
- Match - Snaps noisy GPS traces to the road network in the most plausible way
- Trip - Solves the Traveling Salesman Problem using a greedy heuristic
- Tile - Generates Mapbox Vector Tiles with internal routing metadata

ok landry@
2018-07-06 06:00:02 +00:00