Skip to content

Commit 4cc41bf

Browse files
committed
Merge branches 'issue-475-find-mpi', 'issue-463' and 'bump-gcc-version'
3 parents bd7917d + d91a103 + 7bff36d commit 4cc41bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install.sh-usage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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.

prerequisites/build-functions/set_or_print_default_version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)