Package: gyoto / 1.4.4-8

Metadata

Package Version Patches format
gyoto 1.4.4-8 3.0 (quilt)

Patch series

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

bin/gyoto.C | 50 25 25 - 0 !
1 file changed, 25 insertions( ), 25 deletions(-)

 support gcc 11
 GCC 11 implements C  17, which introduced std::data, breaking some
 code that uses `data' as a variable name together with "using namespace
 std".
interpreter path | (download)

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

 change script interpreter path in gyotoy.i
python_tests | (download)

python/tests/core.py | 3 2 1 - 0 !
1 file changed, 2 insertions( ), 1 deletion(-)

 skip flareddisksynchrotron in python tests
 FlaredDiskSynchrotron has a bug that causes segfaults in tests, it is not
 fixable without breaking the ABI so let's skip the test for now. Next minor
 upstream release will include a proper fix.
autoreconf2.70 | (download)

configure.ac | 12 6 6 - 0 !
1 file changed, 6 insertions( ), 6 deletions(-)

 fix configure.ac for autoreconf 2.70
 Since version 2.70, autoreconf has become somewhat more picky
 about the macro expansions, and they seem to need a bit more
 protection.
startrace | (download)

lib/StarTrace.C | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 always initialize startrace::tmin_ and tmax_ tmin_ and
 tmax_ where not always initialized which led to unpredictable
 behavior in particular in an MPI context.
Unit___str__ | (download)

python/gyoto.i | 6 3 3 - 0 !
1 file changed, 3 insertions( ), 3 deletions(-)

 fix cast from gyoto;;unit to python string
numpy_array | (download)

python/example-patterndisk.py | 8 4 4 - 0 !
python/gyoto/animate.py | 8 4 4 - 0 !
python/gyoto/util.py | 16 8 8 - 0 !
3 files changed, 16 insertions( ), 16 deletions(-)

 replace _fromnumpy by .fromnumpy in python code 
 The fact that array_double_fromnumpy1 used to work was probably a bug.
getargspec | (download)

plugins/python/lib/Base.C | 14 13 1 - 0 !
1 file changed, 13 insertions( ), 1 deletion(-)

 in python plug-in, try getfullargspec before deprecated getargspec