Merge pull request #272247 from wegank/or-tools-darwin64

or-tools: fix build on x86_64-darwin
This commit is contained in:
Weijia Wang 2023-12-06 07:47:05 +01:00 committed by GitHub
commit a30869a058
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39312,6 +39312,7 @@ with pkgs;
osi = callPackage ../development/libraries/science/math/osi { };
or-tools = callPackage ../development/libraries/science/math/or-tools {
stdenv = if stdenv.isDarwin then overrideSDK stdenv "11.0" else stdenv;
python = python3;
protobuf = protobuf_21;
# or-tools builds with -std=c++20, so abseil-cpp must