Closed idontgetoutmuch closed 3 years ago
nix-build '<nixpkgs>' -A julia
gives
ld: library not found for -lgfortblas clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
Sorry I should probably report this to nix.
Yep, getting this working is a prerequisite. Note that Julia 1.3 is the latest release available on the latest stable Nix release 20.09.
nix-build '<nixpkgs>' -A julia
gives