Search Criteria
Package Details: imposm 0.14.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/imposm.git (read-only, click to copy) |
---|---|
Package Base: | imposm |
Description: | Imports OpenStreetMap data into PostGIS |
Upstream URL: | https://github.com/omniscale/imposm3 |
Licenses: | Apache |
Submitter: | simon04 |
Maintainer: | akstrfn |
Last Packager: | akstrfn |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2018-05-09 09:10 (UTC) |
Last Updated: | 2024-07-26 11:01 (UTC) |
Dependencies (3)
- geos (geos-gitAUR)
- leveldb (leveldb-gitAUR)
- go (go-gitAUR, gcc-go-gitAUR, go-sylixosAUR, gcc-go-snapshotAUR, gcc-go) (make)
Latest Comments
dreieck commented on 2024-03-05 17:51 (UTC)
build()
fails for me -- something spits out a help text.I think you manually need to filter out
-flto
before passing$CFLAGS
and$CXXFLAGS
to go; addoptions+=('!lto')
to thePKGBUILD
to achieve this (force no-LTO build on systems where LTO is enabled by default).Regards and thanks for maintaining!
pepijndevos commented on 2022-08-03 17:01 (UTC)
I'm getting
dtbaumann commented on 2021-01-23 10:08 (UTC) (edited on 2021-01-26 19:11 (UTC) by dtbaumann)
Thanks for the quick response. I think the problem with TestWgsToMerc/TestMercToWgs might be limited to AMD Ryzen (1st generation?) processors
--- FAIL: TestWgsToMerc (0.00s) proj_test.go:11: 0 -7.081154551613623e-10
simon04 commented on 2021-01-23 10:04 (UTC)
Thank you for digging into the unit tests of imposm. I've submitted https://github.com/omniscale/imposm3/pull/258 and patched the build. I could not trigger failures of TestWgsToMerc/TestMercToWgs. I've updated the PKGBUILD in 0.11.1-2
dtbaumann commented on 2021-01-23 09:22 (UTC) (edited on 2021-01-23 09:25 (UTC) by dtbaumann)
It seems that test's fail with newer versions and processors. Here are a few patches to resolve this problem