Package: libcgns / 3.4.0-6

Metadata

Package Version Patches format
libcgns 3.4.0-6 3.0 (quilt)

Patch series

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

src/cgnstools/tkogl/tkogl.c | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 add missing include
cgnstools path.patch | (download)

src/cgnstools/cgnscalc/cgnscalc.sh | 7 1 + 6 - 0 !
src/cgnstools/cgnscalc/unitconv.sh | 7 1 + 6 - 0 !
src/cgnstools/cgnsplot/cgnsplot.sh | 7 1 + 6 - 0 !
src/cgnstools/cgnsview/cgnsnodes.sh | 7 1 + 6 - 0 !
src/cgnstools/cgnsview/cgnsview.sh | 7 1 + 6 - 0 !
5 files changed, 5 insertions(+), 30 deletions(-)

---
no rpath.patch | (download)

CMakeLists.txt | 22 0 + 22 - 0 !
1 file changed, 22 deletions(-)

---
gcc pr92361.patch | (download)

src/cg_ftoc.c | 98 38 + 60 - 0 !
src/cgns_f.F90 | 363 349 + 14 - 0 !
2 files changed, 387 insertions(+), 74 deletions(-)

 neither fortran standard nor gfortran support calling
 vararg C function from Fortran. It used to work 'by chance' for
 most Debian supported architectures, but was broken for POWER by
 GCC PR fortran/87689 [1].
 This GCC PR request [2] explains it all.
 .
 [1] https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=268992
 [2] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92361
gcc14.patch | (download)

src/cgnstools/tkogl/gencyl.c | 12 9 + 3 - 0 !
src/cgnstools/tkogl/tess.c | 6 3 + 3 - 0 !
src/cgnstools/tkogl/tkogl.c | 2 1 + 1 - 0 !
3 files changed, 13 insertions(+), 7 deletions(-)

---
cmake 4.patch | (download)

CMakeLists.txt | 8 1 + 7 - 0 !
1 file changed, 1 insertion(+), 7 deletions(-)

 fix cmake 4 ftbfs
gcc 15.patch | (download)

src/cgnstools/calclib/vec.c | 14 7 + 7 - 0 !
src/cgnstools/tkogl/load3ds.c | 7 2 + 5 - 0 !
2 files changed, 9 insertions(+), 12 deletions(-)

 fix ftbfs with gcc-15