From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 06/14] gnu: scotch, pt-scotch: Build esmumps libraries. Date: Sun, 28 Jun 2015 11:14:51 +0200 Message-ID: <87zj3kw5x0.fsf@gnu.org> References: <1435463151-32099-1-git-send-email-ericbavier@openmailbox.org> <1435463151-32099-7-git-send-email-ericbavier@openmailbox.org> 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]:52471) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z98g0-000168-MF for guix-devel@gnu.org; Sun, 28 Jun 2015 05:15:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z98fz-00075y-Mp for guix-devel@gnu.org; Sun, 28 Jun 2015 05:15:00 -0400 In-Reply-To: <1435463151-32099-7-git-send-email-ericbavier@openmailbox.org> (ericbavier@openmailbox.org's message of "Sat, 27 Jun 2015 22:45:43 -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: ericbavier@openmailbox.org Cc: guix-devel@gnu.org, Eric Bavier ericbavier@openmailbox.org skribis: > From: Eric Bavier > > * gnu/packages/maths.scm (scotch)[arguments]: Add 'build-esmumps > phase. Install esmumps libraries and headers in 'install phase. > (pt-scotch)[arguments]: Build ptesmumps in 'build phase. Add > make parallelism. [...] > + (zero? (system* "make" > + (format #f "-j~a" (current-processor-count)) Use =E2=80=98parallel-job-count=E2=80=99 instead. > + (zero? (system* "make" > + (format #f "-j~a" (current-processor-coun= t)) Ditto. OK with this change. Ludo=E2=80=99.