mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-09 03:50:57 +03:00
Merge pull request #272247 from wegank/or-tools-darwin64
or-tools: fix build on x86_64-darwin
This commit is contained in:
commit
a30869a058
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user