Package: gyoto / 1.4.4-8
Metadata
Package | Version | Patches format |
---|---|---|
gyoto | 1.4.4-8 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
gcc11 | (download) |
bin/gyoto.C |
50 25 25 - 0 ! |
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 ! |
change script interpreter path in gyotoy.i |
python_tests | (download) |
python/tests/core.py |
3 2 1 - 0 ! |
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 ! |
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 ! |
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 ! |
fix cast from gyoto;;unit to python string |
numpy_array | (download) |
python/example-patterndisk.py |
8 4 4 - 0 ! |
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 ! |
in python plug-in, try getfullargspec before deprecated getargspec |