onnxruntime: unpin abseil-cpp

This commit is contained in:
Tomas Drtina 2023-06-07 19:41:58 +02:00 committed by Yt
parent 6df03ef265
commit 21d2bc83c0

View file

@ -14,7 +14,7 @@
, nlohmann_json
, boost
, oneDNN_2
, abseil-cpp_202111
, abseil-cpp
, gtest
, pythonSupport ? false
, nsync
@ -92,7 +92,7 @@ stdenv.mkDerivation rec {
"-Donnxruntime_USE_PREINSTALLED_EIGEN=ON"
"-Donnxruntime_USE_MPI=ON"
"-Deigen_SOURCE_PATH=${eigen.src}"
"-DFETCHCONTENT_SOURCE_DIR_ABSEIL_CPP=${abseil-cpp_202111.src}"
"-DFETCHCONTENT_SOURCE_DIR_ABSEIL_CPP=${abseil-cpp.src}"
"-Donnxruntime_USE_DNNL=YES"
] ++ lib.optionals pythonSupport [
"-Donnxruntime_ENABLE_PYTHON=ON"