Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
fix_temp_arrays.patch | separate out array as a defined struct Some (newer) GCC throw error when accessing the address of a temporary array, so separate the array as a defined struct to prevent this address issue. | no | 2019-09-16 | |||
detailed_errors.patch | display more information in caught errors The errors are unmarked and understanding the originating source file is not easy, so append the file names and other diagnostic information before the error messages. Do not apply this patch when uploading. | Shayan Doust <hello@shayandoust.me> | no | 2019-09-13 | ||
fix_binary_path.patch | hard code binary path Simka gets the "simka" binary path from the command "simka", which is not the same as /usr/bin/simka. Hard code this path so that simka finds its binary. | Shayan Doust <hello@shayandoust.me> | no | 2019-09-13 | ||
fix_test_path.patch | modify the test python files to use binaries in /usr/bin | Shayan Doust <hello@shayandoust.me> | no | 2019-09-13 | ||
2to3.patch | port over python files using python2 to python3 | Shayan Doust <hello@shayandoust.me> | no | 2019-09-13 | ||
use_debian_packaged_libraries.patch | use system-wide debian packaged libraries instead This is instead of relying on cmake to compile and link against the libraries included within simka | Shayan Doust <hello@shayandoust.me> | no | 2019-09-09 | ||
high_cores_count.patch | run tests on a single core On very high cores count machines, simka may deadlock if left to using as many threads as there are cores available. Parallel runs are kept for tests which explicitly test the parallel aspect of the program. . Additional flush=True are for better readability of the autopkgtest output. |
tienne Mollier <etienne.mollier@mailoo.org> | yes | debian upstream | 2021-04-07 |