forked from mirrors/nixpkgs
GFortran: Use GFortran 4.6 on Darwin.
svn path=/nixpkgs/trunk/; revision=33895
This commit is contained in:
parent
29bc53265d
commit
6a85ec6abe
|
@ -1975,13 +1975,7 @@ let
|
|||
texinfo = texinfo49;
|
||||
});
|
||||
|
||||
gfortran =
|
||||
if stdenv.isDarwin
|
||||
then wrapGCC (gccApple.gcc.override {
|
||||
langF77 = true;
|
||||
inherit gmp mpfr bison flex;
|
||||
})
|
||||
else gfortran46;
|
||||
gfortran = gfortran46;
|
||||
|
||||
gfortran40 = wrapGCC (gcc40.gcc.override {
|
||||
langFortran = true;
|
||||
|
|
Loading…
Reference in a new issue