gfortran: default to gfortran6
This is needed to be in sync with GCC. Fixes xgboost.
This commit is contained in:
parent
b3c35a3974
commit
75b3113a4d
@ -5506,7 +5506,7 @@ with pkgs;
|
||||
isl = isl_0_17;
|
||||
}));
|
||||
|
||||
gfortran = gfortran5;
|
||||
gfortran = gfortran6;
|
||||
|
||||
gfortran48 = wrapCC (gcc48.cc.override {
|
||||
name = "gfortran";
|
||||
|
Loading…
x
Reference in New Issue
Block a user