Skip to content

Commit

Permalink
Update circleci config
Browse files Browse the repository at this point in the history
Updates dpcpp config for v2024 samples

Signed-off-by: Jesus Hector Robles Gutierrez <[email protected]>
  • Loading branch information
hjroblesg committed Dec 12, 2023
1 parent 4cd5666 commit 8da7139
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ parameters:
default: "https://registrationcenter-download.intel.com/akdlm//IRC_NAS/1b2baedd-a757-4a79-8abb-a5bf15adae9a/l_HPCKit_p_2024.0.0.49589_offline.sh"
WINDOWS_CPP_COMPONENTS:
type: string
default: "intel.oneapi.win.cpp-compiler"
default: "intel.oneapi.win.cpp-dpcpp-common"
WINDOWS_FORTRAN_COMPONENTS:
type: string
default: "intel.oneapi.win.ifort-compiler"
WINDOWS_DPCPP_COMPONENTS:
type: string
default: "intel.oneapi.win.dpcpp-compiler"
default: "intel.oneapi.win.cpp-dpcpp-common"
LINUX_CPP_COMPONENTS:
type: string
default: "intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic"
default: "intel-oneapi-dpcpp-cpp-compiler"
LINUX_FORTRAN_COMPONENTS:
type: string
default: "intel-oneapi-compiler-fortran"
Expand All @@ -36,7 +36,7 @@ parameters:
default: "intel-oneapi-compiler-dpcpp-cpp"
LINUX_CPP_COMPONENTS_WEB:
type: string
default: "intel.oneapi.lin.dpcpp-cpp-compiler-pro"
default: "intel.oneapi.lin.dpcpp-cpp-compiler"
LINUX_FORTRAN_COMPONENTS_WEB:
type: string
default: "intel.oneapi.lin.ifort-compiler"
Expand Down

0 comments on commit 8da7139

Please sign in to comment.