Package: gyoto / 1.0.1-3~bpo8+1

Metadata

Package Version Patches format
gyoto 1.0.1-3~bpo8+1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
size_t and unsigned_long may be distinct | (download)

configure.ac | 41 40 + 1 - 0 !
include/GyotoConfig.h.in | 9 9 + 0 - 0 !
include/GyotoProperty.h | 33 32 + 1 - 0 !
include/GyotoValue.h | 11 11 + 0 - 0 !
lib/Object.C | 16 16 + 0 - 0 !
lib/Property.C | 3 3 + 0 - 0 !
lib/UniformSpectrometer.C | 8 7 + 1 - 0 !
lib/Value.C | 33 33 + 0 - 0 !
yorick/check-kerrks.i | 2 1 + 1 - 0 !
yorick/check-scenery.i | 29 29 + 0 - 0 !
yorick/gyoto_utils.C | 10 10 + 0 - 0 !
11 files changed, 191 insertions(+), 4 deletions(-)

 fix gyoto_property_size_t to work on 32bit arch
 GYOTO_PROPERTY_SIZE_T assumes that size_t is an typedef for unsigned long,
 which is only true on 64 bit platforms. This patch extends the Property interface
 for size_t, but only when it is distinct from unsigned long.
interpreter path | (download)

yorick/gyotoy.i | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 change script interpreter path in gyotoy.i