Re: [PATCH 14/14] gnu: Add deal.II.

2015-07-05 Thread Ludovic Courtès
Mark H Weaver skribis: > Eric Bavier writes: >> I ended up pushing with the "dealii" name. > > In the build logs, I see many occurrences of the following warning: > > Assembler messages: > Warning: cannot compress debug sections (zlib not installed) > > presumably because of the -Wa,--compre

Re: [PATCH 14/14] gnu: Add deal.II.

2015-07-04 Thread Mark H Weaver
Eric Bavier writes: > I ended up pushing with the "dealii" name. In the build logs, I see many occurrences of the following warning: Assembler messages: Warning: cannot compress debug sections (zlib not installed) presumably because of the -Wa,--compress-debug-sections option passed to the

Re: [PATCH 14/14] gnu: Add deal.II.

2015-06-30 Thread Eric Bavier
On 2015-06-29 03:39, l...@gnu.org wrote: Andreas Enge skribis: On Sun, Jun 28, 2015 at 11:05:35AM -0500, Eric Bavier wrote: I would prefer to keep "deal.II" for the name at least, because that it the software's declared name, despite the domain and tarball being "dealii". Are there argument

Re: [PATCH 14/14] gnu: Add deal.II.

2015-06-29 Thread Ludovic Courtès
Andreas Enge skribis: > On Sun, Jun 28, 2015 at 11:05:35AM -0500, Eric Bavier wrote: >> I would prefer to keep "deal.II" for the name at least, because that it >> the software's declared name, despite the domain and tarball being >> "dealii". Are there arguments against it? > > The package namin

Re: [PATCH 14/14] gnu: Add deal.II.

2015-06-28 Thread Andreas Enge
On Sun, Jun 28, 2015 at 11:05:35AM -0500, Eric Bavier wrote: > I would prefer to keep "deal.II" for the name at least, because that it > the software's declared name, despite the domain and tarball being > "dealii". Are there arguments against it? The package naming conventions. We always transfo

Re: [PATCH 14/14] gnu: Add deal.II.

2015-06-28 Thread Eric Bavier
On Sun, 28 Jun 2015 22:22:36 +0200 l...@gnu.org (Ludovic Courtès) wrote: > ericbav...@openmailbox.org skribis: > > > From: Eric Bavier > > > > * gnu/packages/maths.scm (deal.II, deal.II-openmpi): New variables. > > * gnu/packages/patches/deal.II-p4est-interface.patch: New patch. > > * gnu-system

Re: [PATCH 14/14] gnu: Add deal.II.

2015-06-28 Thread Ludovic Courtès
ericbav...@openmailbox.org skribis: > From: Eric Bavier > > * gnu/packages/maths.scm (deal.II, deal.II-openmpi): New variables. > * gnu/packages/patches/deal.II-p4est-interface.patch: New patch. > * gnu-system.am (dist_patch_DATA): Add it. [...] > +(define-public deal.II > + (package > +(n

[PATCH 14/14] gnu: Add deal.II.

2015-06-27 Thread ericbavier
From: Eric Bavier * gnu/packages/maths.scm (deal.II, deal.II-openmpi): New variables. * gnu/packages/patches/deal.II-p4est-interface.patch: New patch. * gnu-system.am (dist_patch_DATA): Add it. --- gnu-system.am | 1 + gnu/packages/maths.scm