mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 18:33:00 +00:00
Merge pull request #250882 from lopsided98/or-tools-protobuf
or-tools: use protobuf 3.21
This commit is contained in:
commit
da9271825d
@ -88,7 +88,7 @@ stdenv.mkDerivation rec {
|
||||
propagatedBuildInputs = [
|
||||
abseil-cpp
|
||||
protobuf
|
||||
python.pkgs.protobuf
|
||||
(python.pkgs.protobuf.override { protobuf = protobuf; })
|
||||
python.pkgs.numpy
|
||||
];
|
||||
nativeCheckInputs = [
|
||||
|
@ -39366,6 +39366,7 @@ with pkgs;
|
||||
|
||||
or-tools = callPackage ../development/libraries/science/math/or-tools {
|
||||
python = python3;
|
||||
protobuf = protobuf3_21;
|
||||
# or-tools builds with -std=c++20, so abseil-cpp must
|
||||
# also be built that way
|
||||
abseil-cpp = abseil-cpp_202206.override {
|
||||
|
Loading…
Reference in New Issue
Block a user