Skip to content

Commit efdac20

Browse files
committed
Merge branch 'improve-build-script-output' of github.com:sourceryinstitute/OpenCoarrays
2 parents 0dbb84d + 1a9e860 commit efdac20

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

prerequisites/build.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,15 +97,16 @@ info "-e (--verbose): ${arg_e} "
9797
info "-f (--with-fortran): ${arg_f} "
9898
info "-h (--help): ${arg_h} "
9999
info "-i (--install-prefix): ${arg_i} "
100-
info "-j (--num-threads): ${arg_j} "
101100
info "-I (--install-version): ${arg_I} "
101+
info "-j (--num-threads): ${arg_j} "
102102
info "-l (--list-packages): ${arg_l} "
103103
info "-m (--with-cmake): ${arg_m} "
104104
info "-M (--with-mpi): ${arg_M} "
105105
info "-n (--no-color): ${arg_n} "
106+
info "-o (--only-download): ${arg_o} "
106107
info "-p (--package): ${arg_p} "
107108
info "-P (--print-path): ${arg_P} "
108-
info "-t (--with-tau): ${arg_t} "
109+
info "-r (--prefix-root): ${arg_r} "
109110
info "-u (--from-url): ${arg_u} "
110111
info "-U (--print-url): ${arg_U} "
111112
info "-v (--version): ${arg_v} "

prerequisites/build.sh-usage

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
-p --package [arg] Package to install.
1919
-P --print-path [arg] Print installation path for package specified in argument.
2020
-r --prefix-root [arg] Installation path to which package name/version will be appended. (Example: -r /opt).
21-
-t --with-tau [arg] Use the specified TAU parallel performance utilities installation. Default="tauf90"
22-
-T --install-tau [arg] Install TAU in specified path. Default="${OPENCOARRAYS_SRC_DIR}/prerequisites/installations/${package_name:-}/${version_to_build:-}/"
2321
-u --from-url [arg] Specify a URL from which to download a package.
2422
-U --print-url [arg] Print URL for package specified in argument.
2523
-v --version Print OpenCoarrays version number.

0 commit comments

Comments
 (0)