Skip to content

Commit

Permalink
Merge branch 'improve-build-script-output' of github.com:sourceryinst…
Browse files Browse the repository at this point in the history
…itute/OpenCoarrays
  • Loading branch information
zbeekman committed May 7, 2019
2 parents 0dbb84d + 1a9e860 commit efdac20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 3 additions & 2 deletions prerequisites/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,15 +97,16 @@ info "-e (--verbose): ${arg_e} "
info "-f (--with-fortran): ${arg_f} "
info "-h (--help): ${arg_h} "
info "-i (--install-prefix): ${arg_i} "
info "-j (--num-threads): ${arg_j} "
info "-I (--install-version): ${arg_I} "
info "-j (--num-threads): ${arg_j} "
info "-l (--list-packages): ${arg_l} "
info "-m (--with-cmake): ${arg_m} "
info "-M (--with-mpi): ${arg_M} "
info "-n (--no-color): ${arg_n} "
info "-o (--only-download): ${arg_o} "
info "-p (--package): ${arg_p} "
info "-P (--print-path): ${arg_P} "
info "-t (--with-tau): ${arg_t} "
info "-r (--prefix-root): ${arg_r} "
info "-u (--from-url): ${arg_u} "
info "-U (--print-url): ${arg_U} "
info "-v (--version): ${arg_v} "
Expand Down
2 changes: 0 additions & 2 deletions prerequisites/build.sh-usage
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
-p --package [arg] Package to install.
-P --print-path [arg] Print installation path for package specified in argument.
-r --prefix-root [arg] Installation path to which package name/version will be appended. (Example: -r /opt).
-t --with-tau [arg] Use the specified TAU parallel performance utilities installation. Default="tauf90"
-T --install-tau [arg] Install TAU in specified path. Default="${OPENCOARRAYS_SRC_DIR}/prerequisites/installations/${package_name:-}/${version_to_build:-}/"
-u --from-url [arg] Specify a URL from which to download a package.
-U --print-url [arg] Print URL for package specified in argument.
-v --version Print OpenCoarrays version number.
Expand Down

0 comments on commit efdac20

Please sign in to comment.