Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gfortran not being installed from make compile #3576

Closed
jcrubino opened this issue Jun 28, 2013 · 3 comments
Closed

Gfortran not being installed from make compile #3576

jcrubino opened this issue Jun 28, 2013 · 3 comments
Labels
domain:building Build system, or building Julia or its dependencies

Comments

@jcrubino
Copy link

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.

@jcrubino
Copy link
Author

Did not see the requirements.... or was under the impression that all dependencies were auto installed via make.

@staticfloat
Copy link
Sponsor Member

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.

@staticfloat
Copy link
Sponsor Member

Somehow missed your reply above. Carry on! :)

KristofferC pushed a commit that referenced this issue Sep 5, 2023
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 <dilum@aluthge.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain:building Build system, or building Julia or its dependencies
Projects
None yet
Development

No branches or pull requests

2 participants