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 1
1
-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 ).
3
3
-c --with-c [arg] Use specified C compiler (Example: -c /usr/local/bin/gcc).
4
4
-C --with-cxx [arg] Use specified C++ compiler (Example: -C /usr/local/bin/g++).
5
5
-d --debug Enable debug mode.
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ set_or_print_default_version()
27
27
# See http://stackoverflow.com/questions/1494178/how-to-define-hash-tables-in-bash
28
28
package_version=(
29
29
" cmake:3.4.0"
30
- " gcc:7.2 .0"
30
+ " gcc:7.3 .0"
31
31
" mpich:3.2"
32
32
" wget:1.16.3"
33
33
" flex:2.6.0"
You can’t perform that action at this time.
0 commit comments