Skip to content

Commit

Permalink
Support specs for oneapi and dpcpp compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
greenc-FNAL committed Dec 5, 2023
1 parent c1b3a3c commit ae7ab18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/build-spack-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -770,6 +770,8 @@ _maybe_register_compiler() {
compiler_spec="${compiler_spec/@/@=}"
compiler_spec="${compiler_spec/@==/@=}"
compiler_build_spec=${compiler_spec/clang/llvm}
compiler_build_spec=${compiler_build_spec/oneapi/intel-oneapi-compilers}
compiler_build_spec=${compiler_build_spec/dpcpp/intel-oneapi-compilers}
local compiler_path="$(_cmd $DEBUG_2 $PIPE spack \
-e $env_name \
${common_spack_opts[*]:+"${common_spack_opts[@]}"} \
Expand Down

0 comments on commit ae7ab18

Please sign in to comment.