Package: yorick-ml4 / 0.6.0-3

Metadata

Package Version Patches format
yorick-ml4 0.6.0-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
configure | (download)

Makefile | 9 5 + 4 - 0 !
1 file changed, 5 insertions(+), 4 deletions(-)

 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.
convert_long_to_int | (download)

ml4.i | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 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.