mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-23 21:33:49 +00:00
gfortran: update to 4.9.x
This commit is contained in:
parent
90de4aecf2
commit
784025c747
@ -3839,7 +3839,7 @@ let
|
||||
isl = isl_0_14;
|
||||
}));
|
||||
|
||||
gfortran = if !stdenv.isDarwin then gfortran48
|
||||
gfortran = if !stdenv.isDarwin then gfortran49
|
||||
else callPackage ../development/compilers/gcc/gfortran-darwin.nix {};
|
||||
|
||||
gfortran48 = wrapCC (gcc48.cc.override {
|
||||
@ -3850,6 +3850,14 @@ let
|
||||
profiledCompiler = false;
|
||||
});
|
||||
|
||||
gfortran49 = wrapCC (gcc49.cc.override {
|
||||
name = "gfortran";
|
||||
langFortran = true;
|
||||
langCC = false;
|
||||
langC = false;
|
||||
profiledCompiler = false;
|
||||
});
|
||||
|
||||
gcj = gcj48;
|
||||
|
||||
gcj48 = wrapCC (gcc48.cc.override {
|
||||
|
Loading…
Reference in New Issue
Block a user