Skip to content

Commit

Permalink
onnxruntime: patch needed for gcc 13.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar authored Jan 26, 2025
1 parent c3ad899 commit 363b6f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions onnxruntime.spec
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Requires: protobuf py3-numpy py3-wheel py3-onnx zlib libpng py3-pybind11 re2

%prep
%setup -q -n %{n}-%{realversion}
sed -i -e 's|const auto op_schema|const auto& op_schema|' onnxruntime/core/optimizer/selectors_actions/selector_action_transformer.cc

%build
rm -rf ../build; mkdir ../build; cd ../build
Expand Down

0 comments on commit 363b6f0

Please sign in to comment.