Package Details: osm2pgrouting 2.3.8-2

Git Clone URL: https://aur.archlinux.org/osm2pgrouting.git (read-only, click to copy)
Package Base: osm2pgrouting
Description: Import tool for OpenStreetMap data to pgRouting database
Upstream URL: https://pgrouting.org
Licenses: GPL
Submitter: daniel.reibl
Maintainer: daniel.reibl
Last Packager: daniel.reibl
Votes: 1
Popularity: 0.000000
First Submitted: 2021-09-22 17:27 (UTC)
Last Updated: 2022-03-08 16:42 (UTC)

Latest Comments

arenevier commented on 2025-01-06 05:01 (UTC)

package fails to build for me:

/home/arno/.cache/paru/clone/osm2pgrouting/src/osm2pgrouting-2.3.8/src/osm_elements/osm_tag.cpp: In constructor ‘osm2pgr::Tag::
Tag(const char**)’:                                            
/home/arno/.cache/paru/clone/osm2pgrouting/src/osm2pgrouting-2.3.8/src/osm_elements/osm_tag.cpp:34:18: error: ‘transform’ is no
t a member of ‘std’                                            
   34 |             std::transform(value.begin(), value.end(), value.begin(), [](char ch) {
      |                  ^~~~~~~~~          

daniel.reibl commented on 2022-03-08 16:44 (UTC)

@peippo Thanks for the feedback, I've added makedepends

peippo commented on 2022-03-07 11:42 (UTC)

Could you add cmake and boost as makedepends? Thanks!