Package: zimpl / 3.7.0+ds-2
Metadata
| Package | Version | Patches format |
|---|---|---|
| zimpl | 3.7.0+ds-2 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| fix typos in manpage.patch | (download) |
doc/zimpl.man |
12 6 + 6 - 0 ! |
fix encoding errors in manpage. |
| use utf8 in examples.patch | (download) |
example/tsp.dat |
4 2 + 2 - 0 ! |
encode umlauts as utf8. |
| shared library.patch | (download) |
CMakeLists.txt |
2 0 + 2 - 0 ! |
build shared library. Build a shared library instead of a static library. ZIMPL leaves some symbols undefined, namely those listed in src/zimpl/xlpglue.h. They take advantage of the fact that linking with a static library only pulls in the referenced symbols to avoid referring to the xlp symbols in certain cases, for example, in the scip test suite. Since Fedora wants shared libraries, we have to give those symbols weak dummy definitions to avoid unresolved symbols at link time |
| check abort.patch | (download) |
check/check.sh |
4 2 + 2 - 0 ! |
only check for "aborted" in error tests. Sometimes "(core dumped)" doesn't appear (e.g., on Salsa CI runners). |
1
