Skip to content

Commit 78bab4d

Browse files
authored
Merge pull request #82 from hjroblesg/hjroblesg/update_circleci
Hjroblesg/update circleci
2 parents d0ecc3e + 8da7139 commit 78bab4d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ parameters:
1818
default: "https://registrationcenter-download.intel.com/akdlm//IRC_NAS/1b2baedd-a757-4a79-8abb-a5bf15adae9a/l_HPCKit_p_2024.0.0.49589_offline.sh"
1919
WINDOWS_CPP_COMPONENTS:
2020
type: string
21-
default: "intel.oneapi.win.cpp-compiler"
21+
default: "intel.oneapi.win.cpp-dpcpp-common"
2222
WINDOWS_FORTRAN_COMPONENTS:
2323
type: string
2424
default: "intel.oneapi.win.ifort-compiler"
2525
WINDOWS_DPCPP_COMPONENTS:
2626
type: string
27-
default: "intel.oneapi.win.dpcpp-compiler"
27+
default: "intel.oneapi.win.cpp-dpcpp-common"
2828
LINUX_CPP_COMPONENTS:
2929
type: string
30-
default: "intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic"
30+
default: "intel-oneapi-dpcpp-cpp-compiler"
3131
LINUX_FORTRAN_COMPONENTS:
3232
type: string
3333
default: "intel-oneapi-compiler-fortran"
@@ -36,7 +36,7 @@ parameters:
3636
default: "intel-oneapi-compiler-dpcpp-cpp"
3737
LINUX_CPP_COMPONENTS_WEB:
3838
type: string
39-
default: "intel.oneapi.lin.dpcpp-cpp-compiler-pro"
39+
default: "intel.oneapi.lin.dpcpp-cpp-compiler"
4040
LINUX_FORTRAN_COMPONENTS_WEB:
4141
type: string
4242
default: "intel.oneapi.lin.ifort-compiler"

0 commit comments

Comments
 (0)