forked from sourceryinstitute/OpenCoarrays
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwindows-install.sh-usage
13 lines (13 loc) · 1021 Bytes
/
windows-install.sh-usage
1
2
3
4
5
6
7
8
9
10
11
12
13
-c --with-c [arg] Use specified C compiler. Default="gcc"
-C --with-cxx [arg] Use specified C++ compiler. Default="g++"
-d --debug Enable debug mode.
-e --verbose Enable verbose mode, print script as it is executed.
-f --with-fortran [arg] Use specified Fortran compiler. Default="gfortran"
-h --help Print this page.
-i --install-prefix [arg] Install package in specified path. Default="${OPENCOARRAYS_SRC_DIR}/prerequisites/installations/opencoarrays/${version_to_build:-}"
-j --num-threads [arg] Number of threads to use when invoking make. Default="1"
-m --with-cmake [arg] Use specified CMake installation. Default="cmake"
-n --no-color Disable color output.
-v --version Print OpenCoarrays version number and copyright.
-V --version-number Print OpenCoarrays version number.
-y --yes-to-all Build non-interactively by assuming affirmative user responses.