forked from sourceryinstitute/OpenCoarrays
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.sh-usage
25 lines (25 loc) · 1.91 KB
/
install.sh-usage
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
-b --install-branch [arg] Install the specified repository development branch.
-B --list-branches [arg] List the available branches in the specified package's repository.
-c --with-c [arg] Use specified C compiler.
-C --with-cxx [arg] Use specified C++ compiler.
-d --debug Enable debug mode.
-D --print-downloader [arg] Print download program for package specified in argument.
-e --verbose Enable verbose mode, print script as it is executed.
-f --with-fortran [arg] Use specified Fortran compiler.
-h --help Print this page.
-i --install-prefix [arg] Install package in specified path. Default="${OPENCOARRAYS_SRC_DIR}/prerequisites/installations/${package_name:-}/${version_to_build:-}"
-I --install-version [arg] Install package version.
-j --num-threads [arg] Number of threads to use when invoking make. Default="1"
-l --list-packages Print packages this script can install.
-m --with-cmake [arg] Use specified CMake installation.
-M --with-mpi [arg] Use specified MPI installation.
-n --no-color Disable color output.
-o --only-download Download (without building) the source for the package specified by -p or --package.
-p --package [arg] Install specified package. Default="opencoarrays"
-P --print-path [arg] Print installation directory for specified package.
-u --from-url [arg] Specify a URL to use for downloading a package.
-U --print-url [arg] Print download location for specified package.
-v --version Print OpenCoarrays version number.
-V --print-version [arg] Print version number for specified package.
-y --yes-to-all Build non-interactively by assuming affirmative user responses.
-z --disable-bootstrap Disabling bootstrap build of GCC for speed when a recent GCC is already installed.