osrm-backend: 4.5.0 -> 4.9.1

This commit is contained in:
Robert Scott
2016-03-27 20:28:45 +00:00
parent 0fdf7106e5
commit 0b96e0daf3
2 changed files with 4 additions and 22 deletions
+4 -4
View File
@@ -1,17 +1,17 @@
{stdenv, fetchFromGitHub, cmake, luabind, libosmpbf, stxxl, tbb, boost, expat, protobuf, bzip2, zlib, substituteAll}:
stdenv.mkDerivation rec {
name = "osrm-backend-4.5.0";
name = "osrm-backend-${version}";
version = "4.9.1";
src = fetchFromGitHub {
rev = "v4.5.0";
rev = "v${version}";
owner = "Project-OSRM";
repo = "osrm-backend";
sha256 = "19a8d1llvsrysyk1q48dpmh75qcbibfjlszndrysk11yh62hdvsz";
sha256 = "1r4dwniwxgfppnb9asdh98w5qxqwkjhp9gc5fabmck0gk73cwkcc";
};
patches = [
./4.5.0-openmp.patch
./4.5.0-gcc-binutils.patch
(substituteAll {
src = ./4.5.0-default-profile-path.template.patch;