gfortran: use 8.x on darwin
The conditional was introduced in 982d8599fbd9e19bb94e099f07a45697dda38e14, but the build has been fixed since then.
This commit is contained in:
parent
84c16b7d39
commit
5e7e4c93a9
@ -7986,8 +7986,7 @@ in
|
||||
isl = isl_0_17;
|
||||
}));
|
||||
|
||||
# Version 8.x is marked broken on Darwin: https://gist.github.com/GrahamcOfBorg/bef0231b7129681950f03c4ac06781c8.
|
||||
gfortran = if stdenv.isDarwin then gfortran7 else gfortran8;
|
||||
gfortran = gfortran8;
|
||||
|
||||
gfortran48 = wrapCC (gcc48.cc.override {
|
||||
name = "gfortran";
|
||||
|
Loading…
x
Reference in New Issue
Block a user