Skip to content

Commit

Permalink
switch preferred gcc version to v6.1.0 for target example.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fenyutanchan committed Mar 30, 2023
1 parent 89895f3 commit af86ed7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion F/FireFly/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ cmake -DWITH_FLINT=true \
cmake --build . -j${nproc}
cmake --build . -t install
install_license ${WORKSPACE}/srcdir/firefly/LICENSE
"""

# These are the platforms we will build for by default, unless further
Expand All @@ -50,5 +52,6 @@ dependencies = [
# Build the tarballs, and possibly a `build.jl` as well.
build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies;
julia_compat="1.6",
preferred_gcc_version = v"5.2.0" # for std=c++14
# preferred_gcc_version = v"5.2.0" # for std=c++14
preferred_gcc_version = v"6.1.0" # for making the target example
)

0 comments on commit af86ed7

Please sign in to comment.