Bug#1074988: gerris: ftbfs with GCC-14

2024-11-24 Thread Stephane Popinet
Hi Drew, Here is another patch which should fix this problem. Stephane On 11/23/24 18:34, Drew Parsons wrote: Source: gerris Version: 20131206+dfsg-19.1 Followup-For: Bug #1074988 Unfortunately that patch is not sufficient. /bin/bash ../libtool --silent --tag=CC --mode=compile mpicc -DHAV

Bug#1074988: gerris: ftbfs with GCC-14

2024-11-23 Thread Stephane Popinet
Hi again, Attached is a patch which should fix the (first) problem. Stephane --- configure 2013-12-06 16:51:37.0 +0100 +++ /tmp/configure 2024-11-23 17:47:53.023282060 +0100 @@ -12399,7 +12399,7 @@ else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ -main

Bug#893486: cabal: failed to parse output of 'ghc-pkg dump'

2018-03-19 Thread Stephane Popinet
al % cabal --version cabal-install version 1.24.0.1 compiled using version 1.24.1.0 of the Cabal library % which ghc-pkg /usr/bin/ghc-pkg % ghc-pkg --version GHC package manager version 8.0.1 Thank you for your attention, Stephane Popinet -- System Information: Debian Release: 9.3 APT pref

Bug#853468: graphviz: sfdp, gvmap are unusable without support for triangulation

2017-01-31 Thread Stephane Popinet
Package: graphviz Version: 2.38.0-7 Severity: important Dear Maintainer, When trying to use sfdp, which is the only practical option for large graphs, the current version will return the message: % sfdp example.dot Error: remove_overlap: Graphviz not built with triangulation library Segmentat

Bug#841885: gerris: autopkgtests fail with openmpi2

2016-10-25 Thread Stephane Popinet
Hi Anton, Graham, First of all, thanks a lot for your work packaging Gerris for Debian. Gerris can indeed be used without build-essential etc.. however its functionalities will be severly limited, so I think that these dependencies should be included by default. cheers Stephane

Bug#815827: libgfsgl0: missing symbolic link for libgfsview modules

2016-02-24 Thread Stephane Popinet
Package: libgfsgl0 Version: 20121130+dfsg-1 Severity: important Tags: patch Dear Maintainer, The modules installed by this package in /usr/lib/x86_64-linux-gnu/gerris are currently unusable because symbolic links are missing. The fix is simple: # cd /usr/lib/x86_64-linux-gnu/gerris # ln -s libg

Bug#815825: gerris-mpi conflicts with gfsview

2016-02-24 Thread Stephane Popinet
Package: gerris-mpi Severity: important Dear Maintainer, gerris-mpi cannot currently be installed together with gfsview (because it conflicts with the 'gerris' package which gfsview depends on). I believe that this seriously affects the usability of the package because most users usually want to

Bug#815824: gerris: build_function uses wrong compiler

2016-02-24 Thread Stephane Popinet
Package: gerris Version: 20131206+dfsg-5 Severity: grave Tags: patch Justification: renders package unusable Dear Maintainer, Gerris uses compilation in the background to evaluate user-defined functions in parameter files. This is done through the /usr/share/gerris/build_function script. Currentl

Bug#652258: Possible removal of gerris

2012-03-18 Thread Stephane Popinet
> Please can the diff be exported in unified format? See attached. cheers Stephane patch Description: Binary data

Bug#652258: Possible removal of gerris

2012-03-17 Thread Stephane Popinet
Hi Neil et al, >> gts-config is obsolete. You should use `pkg-config --cflags gts` >> and/or `pkg-config --libs gts` > > That requires changes to configure.in but gerris fails with autoreconf: > > doc/examples/Makefile.am:49: `pkglibdir' is not a legitimate directory > for `DATA' src/Makefile.am:1

Bug#660492: libgts-dev: gts-config helper return incorect cflags

2012-02-19 Thread Stephane Popinet
Hi Damien, gts-config is obsolete. You should use `pkg-config --cflags gts` and/or `pkg-config --libs gts` cheers Stephane -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#527028: libgfs-dbg: mispelling in long description

2009-05-05 Thread Stephane Popinet
Subject: libgfs-dbg: mispelling in long description Package: libgfs-dbg Version: 0.9.2+darcs081022-dfsg.1-4 Severity: minor The current long description reads: "Gerris Flow Solver -- libraries with debuggin symbols" it should obviously be "Gerris Flow Solver -- libraries with debugging symbols"

Bug#526424: Bug #526424: gerris: missing file 'm4.awk

2009-05-01 Thread Stephane Popinet
> I tried testing by simply adding > >        GfsDefine CIRCLE (ellipse (-0.5,0.,0.4,0.4)) > > to my gfs script. > > gerris2d continues generating the same macro error: > > gerris: file `test.gfs' is not a valid simulation file > test.gfs:20:1: unknown class `GfsDefine' Did you use the "-m" option

Bug#525396: gerris should use instead of

2009-05-01 Thread Stephane Popinet
Hi there, I am the developer of gerris. The next release will use instead of . cheers Stephane -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#526424: gerris: missing file 'm4.awk

2009-04-30 Thread Stephane Popinet
Package: gerris Version: 0.9.2+darcs081022-dfsg.1-4 Severity: normal I have had a look at your debian packaging of Gerris and I believe there may be a problem. In order to implement the "GfsDefine" macro keyword, the gerris executable calls m4 and awk on the input parameter file. It also uses a '

Bug#356146: libgts-0.7-1: Debian ARM/Alpha patch breaks floating-point control on other architectures

2006-03-09 Thread Stephane Popinet
Package: libgts-0.7-1 Version: 0.7.3-2 Severity: important The current debian-specific ARM/Alpha patch for src/rounding.h turns off floating-point control for all architectures using glibc... This means that robust geometric predicates do not work with the current debian GTS package. This is a s