From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Bavier Subject: Re: [PATCH] Add default GCC and gfortran. Date: Thu, 25 Jun 2015 11:21:56 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41043) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z89ug-00070y-3f for guix-devel@gnu.org; Thu, 25 Jun 2015 12:22:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z89uc-00077l-Km for guix-devel@gnu.org; Thu, 25 Jun 2015 12:22:06 -0400 Received: from smtp25.openmailbox.org ([62.4.1.59]:46159) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z89uc-000776-D5 for guix-devel@gnu.org; Thu, 25 Jun 2015 12:22:02 -0400 In-Reply-To: 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: Ricardo Wurmus Cc: Guix-devel , guix-devel-bounces+ericbavier=openmailbox.org@gnu.org Thanks for the patch! On 2015-06-25 11:04, Ricardo Wurmus wrote: > * gnu/packages/julia.scm (julia)[inputs]: Replace "gfortran-4.8" with > "gfortran". > * gnu/packages/machine-learning.scm (randomjungle)[native-inputs]: > Likewise. > * gnu/packages/maths.scm (arpack-ng)[inputs]: Likewise. > * gnu/packages/maths.scm (lapack)[inputs]: Likewise. > * gnu/packages/maths.scm (octave)[native-inputs]: Likewise. > * gnu/packages/maths.scm (gmsh)[propagated-inputs]: Likewise. > * gnu/packages/maths.scm (petsc)[inputs]: Likewise. > * gnu/packages/maths.scm (superlu)[inputs]: Likewise. > * gnu/packages/maths.scm (superlu-dist)[inputs]: Likewise. > * gnu/packages/maths.scm (openblas)[inputs]: Likewise. > * gnu/packages/maths.scm (openspecfun)[inputs]: Likewise. > * gnu/packages/maths.scm (atlas)[inputs]: Likewise. > * gnu/packages/mpi.scm (openmpi)[inputs]: Likewise. > * gnu/packages/python.scm (python-numpy-bootstrap)[native-inputs]: > Likewise. > * gnu/packages/python.scm (python-scipy)[native-inputs]: Likewise. > * gnu/packages/statistics.scm (r)[inputs]: Replace "gfortran-4.9" with > "gfortran". I think the convention would be to collapse the files references, and just list the variables, e.g.: * gnu/packages/maths.scm (arpack-ng, lapack, petsc, superlu) (superlu-dist, openblas, openspecfun, atlas)[inputs]: Likewise. (octave)[native-inputs]: Likewise. (gmsh)[propagated-inputs]: Likewise. -- `~Eric