Skip to content

Commit

Permalink
Changed preferred GCC version to 7
Browse files Browse the repository at this point in the history
Like official builds which uses v7.5.0
  • Loading branch information
stemann committed Aug 23, 2022
1 parent 3347bef commit bfa8f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion T/Torch/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -258,5 +258,5 @@ dependencies = [

# Build the tarballs, and possibly a `build.jl` as well.
build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies;
preferred_gcc_version = v"8",
preferred_gcc_version = v"7",
julia_compat = "1.6")

0 comments on commit bfa8f0d

Please sign in to comment.