Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
configure | configure this package Yorick packages are usually configured by running yorick -batch make.i which modifies Makefile. Modifying source files at build time is not very well supported in the quilt / git workflow, so let's just patch Makefile and not run yorick -batch make.i at build time. |
Thibaut Paumard <paumard@users.sourceforge.net> | not-needed | Vendor | 2012-06-27 | |
convert_long_to_int | Make yorick-ml4 64bit-safe With version 0.6.0, ml4 has been made almost 64bit-safe. However, saving an array of longs on a 64-bit machine still produces a corrupt file. Fix: always convert longs to ints before saving. Done in ml4.i. |
Thibaut Paumard <paumard@users.sourceforge.net> | invalid | debian | 2009-11-23 | |
gcc-14 | Fix bugs that make build fail with GCC-14 Use size_t instead of int where appropriate. | Thibaut Paumard <thibaut@debian.org> | no | debian | vendor | 2024-07-29 |