File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
prerequisites/build-functions Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11 -b --install-branch [arg] Install the specified repository development branch (Examples: -b trunk or -b gcc-7-branch).
2- -B --list-branches [arg] List the available branches in the specified package's repository (Example: -B gcc).
2+ -B --list-branches [arg] List the available branches in a package's repository (Currently only ' -B gcc' is supported ).
33 -c --with-c [arg] Use specified C compiler (Example: -c /usr/local/bin/gcc).
44 -C --with-cxx [arg] Use specified C++ compiler (Example: -C /usr/local/bin/g++).
55 -d --debug Enable debug mode.
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ set_or_print_default_version()
2727 # See http://stackoverflow.com/questions/1494178/how-to-define-hash-tables-in-bash
2828 package_version=(
2929 " cmake:3.4.0"
30- " gcc:7.2 .0"
30+ " gcc:7.3 .0"
3131 " mpich:3.2"
3232 " wget:1.16.3"
3333 " flex:2.6.0"
You can’t perform that action at this time.
0 commit comments