You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am compiling julialang on a new install of ubuntu 12.04 linux and found that gfortran was note being checked for or installed prior to it being a dependency.
The text was updated successfully, but these errors were encountered:
Julia doesn't download and compile gfortran for you. Under the "Required build tools and libraries" section, you'll see that you must install gfortran before attempting to build Julia.
Stdlib: Pkg
URL: https://github.com/JuliaLang/Pkg.jl.git
Stdlib branch: master
Julia branch: master
Old commit: 047734e4c
New commit: f570abd39
Julia version: 1.11.0-DEV
Pkg version: 1.11.0
Bump invoked by: @KristofferC
Powered by:
[BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl)
Diff:
JuliaLang/Pkg.jl@047734e...f570abd
```
$ git log --oneline 047734e4c..f570abd39
f570abd39 tweak how Pkg is loaded for precompiling when testing (#3606)
d3bd38b90 sort compat entries in `pkg> compat` (#3605)
5e07cfed0 Ensure that `string(::VersionSpec)` is compatible with `semver_spec()` (#3580)
6bed7c41a Clarify handling of LOAD_PATH in docstring and REPL help (#3589)
5261b3be7 tweak test dep docs (#3574)
72b430d50 status: expand 2 symbol upgrade note to highlight *may* be upgradable (#3576)
b32db473d precompile: show ext parent in output report (#3603)
```
Co-authored-by: Dilum Aluthge <[email protected]>
I am compiling julialang on a new install of ubuntu 12.04 linux and found that gfortran was note being checked for or installed prior to it being a dependency.
The text was updated successfully, but these errors were encountered: