We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 789c441 + 6f82970 commit 145bbdcCopy full SHA for 145bbdc
install.sh
@@ -296,7 +296,6 @@ elif [[ "${arg_p:-}" == "opencoarrays" ]]; then
296
# shellcheck source=./prerequisites/build-functions/set_SUDO_if_needed_to_write_to_directory.sh
297
source "${OPENCOARRAYS_SRC_DIR:-}/prerequisites/build-functions/set_SUDO_if_needed_to_write_to_directory.sh"
298
version="$("${opencoarrays_src_dir}/install.sh" -V opencoarrays)"
299
- install_path="${install_path}/opencoarrays/${version}"
300
set_SUDO_if_needed_to_write_to_directory "${install_path}"
301
build_opencoarrays 2>&1 | tee ../"${installation_record}"
302
report_results 2>&1 | tee -a ../"${installation_record}"
0 commit comments