Skip to content

Commit

Permalink
onnxruntime: pin abseil-cpp_202401
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Aug 13, 2024
1 parent 355530f commit e7e3cdf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/development/libraries/onnxruntime/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
, lib
, fetchFromGitHub
, Foundation
, abseil-cpp
, abseil-cpp_202401
, cmake
, cpuinfo
, eigen
Expand All @@ -30,6 +30,8 @@
let
version = "1.18.1";

abseil-cpp = abseil-cpp_202401;

stdenv = throw "Use effectiveStdenv instead";
effectiveStdenv = if cudaSupport then cudaPackages.backendStdenv else inputs.stdenv;

Expand Down

0 comments on commit e7e3cdf

Please sign in to comment.