onnx: Fix build

This commit is contained in:
Christian Bourjau 2024-01-14 20:58:28 +01:00
parent dd5621df6d
commit 9d73e4c43c

View file

@ -7,13 +7,16 @@
, nbval
, numpy
, parameterized
, protobuf
, protobuf_21
, pybind11
, pytestCheckHook
, pythonOlder
, tabulate
, typing-extensions
, abseil-cpp
, google-re2
, pillow
, protobuf
}:
let
@ -39,9 +42,13 @@ in buildPythonPackage rec {
buildInputs = [
abseil-cpp
protobuf
google-re2
pillow
];
propagatedBuildInputs = [
protobuf_21
protobuf
numpy
typing-extensions
@ -66,10 +73,6 @@ in buildPythonPackage rec {
--replace 'include(googletest)' ""
substituteInPlace cmake/unittest.cmake \
--replace 'googletest)' ')'
'' + ''
# remove this override in 1.15 that will enable to set the CMAKE_CXX_STANDARD with cmakeFlags
substituteInPlace CMakeLists.txt \
--replace 'CMAKE_CXX_STANDARD 11' 'CMAKE_CXX_STANDARD 17'
'';
preConfigure = ''