gnu: mapnik: Update to 3.1.0.
The build still fails, but hopefully it gets us closer. * gnu/packages/geo.scm (mapnik): Update to 3.1.0.
This commit is contained in:
parent
6ed5b496bc
commit
2e6be59131
1 changed files with 4 additions and 5 deletions
|
@ -839,7 +839,7 @@ street bearings/orientations, and speed/travel time.")
|
||||||
(define-public mapnik
|
(define-public mapnik
|
||||||
(package
|
(package
|
||||||
(name "mapnik")
|
(name "mapnik")
|
||||||
(version "3.0.18")
|
(version "3.1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -847,7 +847,7 @@ street bearings/orientations, and speed/travel time.")
|
||||||
version "/mapnik-v" version ".tar.bz2"))
|
version "/mapnik-v" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"06frcikaj2mgz3abfk5h0z4j3hbksi0zikwjngbjv4p5f3pwxf8q"))))
|
"0qb2irykja5qhr9apz9r230pcxap9v3j85fi98mj2xd9sa163ms3"))))
|
||||||
(build-system scons-build-system)
|
(build-system scons-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list boost
|
(list boost
|
||||||
|
@ -864,10 +864,9 @@ street bearings/orientations, and speed/travel time.")
|
||||||
sqlite
|
sqlite
|
||||||
zlib))
|
zlib))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config))
|
(list pkg-config postgresql))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:scons ,scons-python2
|
`(#:scons-flags
|
||||||
#:scons-flags
|
|
||||||
(list "CC=gcc"
|
(list "CC=gcc"
|
||||||
(string-append "PREFIX=" %output)
|
(string-append "PREFIX=" %output)
|
||||||
(string-append "CUSTOM_LDFLAGS=-Wl,-rpath=" %output "/lib"))))
|
(string-append "CUSTOM_LDFLAGS=-Wl,-rpath=" %output "/lib"))))
|
||||||
|
|
Reference in a new issue