From bcda320a476ca596b29db222f52ff1b0239dc53d Mon Sep 17 00:00:00 2001 From: Dmitri Konstantinov <Dmitri.Konstantinov@cern.ch> Date: Thu, 19 Dec 2024 13:41:07 +0100 Subject: [PATCH] Add pyeda-0.29.0.patch for clang builds in 105-patches --- pyexternals/patches/pyeda-0.29.0.patch | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 pyexternals/patches/pyeda-0.29.0.patch diff --git a/pyexternals/patches/pyeda-0.29.0.patch b/pyexternals/patches/pyeda-0.29.0.patch new file mode 100644 index 0000000000..d32cc45579 --- /dev/null +++ b/pyexternals/patches/pyeda-0.29.0.patch @@ -0,0 +1,5 @@ +--- setup.py~ 2023-11-19 18:33:30.000000000 +0100 ++++ setup.py 2024-07-24 13:13:45.018399166 +0200 +@@ -189,1 +189,1 @@ +- Extension("pyeda.boolalg.espresso", **ESPRESSO), ++ Extension("pyeda.boolalg.espresso", **ESPRESSO, extra_compile_args=["-Wno-incompatible-pointer-types"]), -- GitLab