Re: [PATCH] Add default GCC and gfortran.

2015-06-26 Thread Ricardo Wurmus
Ludovic Courtès l...@gnu.org writes: Eric Bavier ericbav...@openmailbox.org skribis: 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,

Re: [PATCH] Add default GCC and gfortran.

2015-06-25 Thread Ludovic Courtès
Eric Bavier ericbav...@openmailbox.org skribis: 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.

Re: [PATCH] Add default GCC and gfortran.

2015-06-25 Thread Ludovic Courtès
Both look good to me, thanks! We should also change occurrences of ‘gcc-4.9’ to ‘gcc’, but I can do that later (there might be exceptions.) Thanks! Ludo’.

Re: [PATCH] Add default GCC and gfortran.

2015-06-25 Thread Eric Bavier
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. *