public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Tom Rix <Tom.Rix@amd.com>
To: git-commits@fedoraproject.org
Subject: [rpms/openvino] origin/pr/7/head: gcc 15 cstdint include
Date: Wed, 10 Jun 2026 16:59:16 GMT	[thread overview]
Message-ID: <178111075639.1.136581401582268384.rpms-openvino-9612b273aa9b@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/openvino
            Branch : origin/pr/7/head
            Commit : 9612b273aa9b4885d04b820a2ba52498d1c3cb54
            Author : Tom Rix <Tom.Rix@amd.com>
            Date   : 2025-01-28T07:23:19-08:00
            Stats  : +11/-0 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/openvino/c/9612b273aa9b4885d04b820a2ba52498d1c3cb54?branch=origin/pr/7/head

            Log:
            gcc 15 cstdint include

gcc 15's libstdc++ ordered headers requiring adding includes of
cstdint.

Signed-off-by: Tom Rix <Tom.Rix@amd.com>

---
diff --git a/openvino.spec b/openvino.spec
index cb5954c..581310e 100644
--- a/openvino.spec
+++ b/openvino.spec
@@ -136,6 +136,17 @@ cp -r mlas-*/* src/plugins/intel_cpu/thirdparty/mlas
 sed -i '/openvino-telemetry/d' src/bindings/python/requirements.txt
 cp %{SOURCE4} src/bindings/python
 
+# gcc 15 include cstdint
+sed -i '/#include <vector>.*/a#include <cstdint>' src/core/include/openvino/core/type/bfloat16.hpp
+sed -i '/#include <vector>.*/a#include <cstdint>' src/core/include/openvino/core/type/float16.hpp
+sed -i '/#include <vector>.*/a#include <cstdint>' src/core/include/openvino/core/type/float8_e4m3.hpp
+sed -i '/#include <vector>.*/a#include <cstdint>' src/core/include/openvino/core/type/float8_e5m2.hpp
+sed -i '/#include <vector>.*/a#include <cstdint>' src/core/include/openvino/core/type/float8_e8m0.hpp
+sed -i '/#include <vector>.*/a#include <cstdint>' src/core/include/openvino/core/type/float4_e2m1.hpp
+sed -i '/#include <vector>.*/a#include <cstdint>' src/core/dev_api/openvino/core/type/nf4.hpp
+sed -i '/#include <utility>.*/a#include <cstdint>' src/common/snippets/include/snippets/utils/debug_caps_config.hpp
+sed -i '/#include <utility>.*/a#include <cstdint>' src/plugins/intel_cpu/src/utils/debug_caps_config.h
+
 %build
 %cmake \
 	-DCMAKE_BUILD_TYPE=RelWithDebInfo \

                 reply	other threads:[~2026-06-10 16:59 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178111075639.1.136581401582268384.rpms-openvino-9612b273aa9b@fedoraproject.org \
    --to=tom.rix@amd.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox