Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
q10 committed Feb 15, 2024
1 parent d1b9aab commit 68280f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/scripts/utils_build.bash
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,7 @@ __conda_install_clang () {
# NOTE: There appears to be no ROCm equivalent for NVCC_PREPEND_FLAGS:
# https://github.com/ROCm/HIP/issues/931
# shellcheck disable=SC2086
print_exec conda env config vars set ${env_prefix} NVCC_PREPEND_FLAGS=\"-ccbin ${cxx_path} -allow-unsupported-compiler\"
print_exec conda env config vars set ${env_prefix} NVCC_APPEND_FLAGS=\"-std=c++17\"
print_exec conda env config vars set ${env_prefix} NVCC_PREPEND_FLAGS=\"-ccbin ${cxx_path} -std=c++17 -allow-unsupported-compiler\"
}

__compiler_post_install_checks () {
Expand Down

0 comments on commit 68280f5

Please sign in to comment.