From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: Add libpetsc Date: Fri, 02 May 2014 08:53:05 +0200 Message-ID: <878uqkd63y.fsf@gnu.org> References: <87eh0emy00.fsf@gmail.com> <87wqe64ibm.fsf@gnu.org> <87vbtpkyr9.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39100) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wg7LN-0000Wg-QN for guix-devel@gnu.org; Fri, 02 May 2014 02:53:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wg7LI-0007Fw-BW for guix-devel@gnu.org; Fri, 02 May 2014 02:53:13 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:55862) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wg7LH-0007Fd-V6 for guix-devel@gnu.org; Fri, 02 May 2014 02:53:08 -0400 In-Reply-To: <87vbtpkyr9.fsf@gmail.com> (Eric Bavier's message of "Thu, 01 May 2014 15:52:26 -0500") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Eric Bavier Cc: guix-devel@gnu.org Eric Bavier skribis: > ludo@gnu.org (Ludovic Court=C3=A8s) writes: > >> (This CMake story is terrible, BTW.) > > I removed CMake from the package inputs. PETSc then uses an alternative > build system, which is much slower because it doesn't support build > parallelism, but it doesn't put absolute file names into the fortran > modules. Ah, good, thanks for looking into. >>> +++ b/gnu/packages/patches/petsc-fix-threadcomm.patch >> >> Please add a comment at the beginning of the patch saying what it does >> and whether it=E2=80=99s available upstream. > > I submitted the patch to the developers. Cool, thanks. Ludo=E2=80=99.