Skip to content
Snippets Groups Projects

Add pyeda-0.29.0.patch for clang builds in 105-patches

Merged Dmitri Konstantinov requested to merge 105-pyeda-patch into LCG_105-patches
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
+ 5
0
--- 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"]),
Loading