Package: berkeley-abc / 1.01+20191006git52a8ebb+dfsg-1
Metadata
Package | Version | Patches format |
---|---|---|
berkeley-abc | 1.01+20191006git52a8ebb+dfsg-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
remove_bzlib_convenience.patch | (download) |
Makefile |
4 3 + 1 - 0 ! |
the library bzlib is included in the source and built as a convenience library. This patch prevents this from being built and links berkeley-abc with debian's bzlib library instead. |
remove_zlib_convenience.patch | (download) |
Makefile |
3 2 + 1 - 0 ! |
the library zlib is included in the source and built as a convenience library. This patch prevents this from being built and links berkeley-abc with debian's zlib library instead. |
cflags_ldflags.patch | (download) |
Makefile |
12 6 + 6 - 0 ! |
using ldflags and cppflagspassed down from dpkg-buildflags such that hardening gets enabled. |
reproducibility.patch | (download) |
src/base/cmd/cmdUtils.c |
2 1 + 1 - 0 ! |
remove the __time__ etc macros Otherwise the debian package checking complains... =================================================================== |
writepla.patch | (download) |
src/base/io/ioWritePla.c |
2 1 + 1 - 0 ! |
soften an overzealous assert otherwise the abc will refuse to output trivial functions(constant 1 or 0). |
0006 Fix spelling errors.patch | (download) |
src/aig/saig/saigIso.c |
2 1 + 1 - 0 ! |
fix spelling errors |