onnx: Fix build
This commit is contained in:
parent
dd5621df6d
commit
9d73e4c43c
1 changed files with 8 additions and 5 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue