Loading pkgs/servers/foundationdb/cmake.nix +5 −0 Original line number Diff line number Diff line Loading @@ -87,6 +87,11 @@ let # Use our doctest package substituteInPlace bindings/c/test/unit/third_party/CMakeLists.txt \ --replace-fail '/opt/doctest_proj_2.4.8' '${doctest}/include' # Upstream upgraded to Boost 1.86 with no code changes; see: # <https://github.com/apple/foundationdb/pull/11788> substituteInPlace cmake/CompileBoost.cmake \ --replace-fail 'find_package(Boost 1.78.0 EXACT ' 'find_package(Boost ' ''; # the install phase for cmake is pretty wonky right now since it's not designed to Loading pkgs/servers/foundationdb/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ openjdk8, mono, openssl, boost178, boost, pkg-config, msgpack-cxx, toml11, Loading @@ -26,7 +26,7 @@ in foundationdb73 = cmakeBuild { version = "7.3.42"; hash = "sha256-jQcm+HLai5da2pZZ7iLdN6fpQZxf5+/kkfv9OSXQ57c="; boost = boost178; inherit boost; ssl = openssl; patches = [ Loading Loading
pkgs/servers/foundationdb/cmake.nix +5 −0 Original line number Diff line number Diff line Loading @@ -87,6 +87,11 @@ let # Use our doctest package substituteInPlace bindings/c/test/unit/third_party/CMakeLists.txt \ --replace-fail '/opt/doctest_proj_2.4.8' '${doctest}/include' # Upstream upgraded to Boost 1.86 with no code changes; see: # <https://github.com/apple/foundationdb/pull/11788> substituteInPlace cmake/CompileBoost.cmake \ --replace-fail 'find_package(Boost 1.78.0 EXACT ' 'find_package(Boost ' ''; # the install phase for cmake is pretty wonky right now since it's not designed to Loading
pkgs/servers/foundationdb/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ openjdk8, mono, openssl, boost178, boost, pkg-config, msgpack-cxx, toml11, Loading @@ -26,7 +26,7 @@ in foundationdb73 = cmakeBuild { version = "7.3.42"; hash = "sha256-jQcm+HLai5da2pZZ7iLdN6fpQZxf5+/kkfv9OSXQ57c="; boost = boost178; inherit boost; ssl = openssl; patches = [ Loading