Skip to content

Commit 8af1b6e

Browse files
authored
Merge pull request #13 from oneapi-src/dev/beta09switch
Switched to Beta09 packages. Also fixed CircleCI link in Readme
2 parents b046aa4 + fe10a13 commit 8af1b6e

File tree

7 files changed

+20
-20
lines changed

7 files changed

+20
-20
lines changed

.appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
environment:
66
global:
7-
WINDOWS_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/16862/w_BaseKit_b_2021.1.8.1967.exe
8-
WINDOWS_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/16863/w_HPCKit_b_2021.1.8.1882.exe
9-
MACOS_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/16865/m_HPCKit_b_2021.1.8.1885.dmg
7+
WINDOWS_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/16958/w_BaseKit_b_2021.1.9.2200.exe
8+
WINDOWS_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/16959/w_HPCKit_b_2021.1.9.2229.exe
9+
MACOS_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/16956/m_HPCKit_b_2021.1.9.2197.dmg
1010
WINDOWS_CPP_COMPONENTS: intel.oneapi.win.cpp-compiler
1111
WINDOWS_FORTRAN_COMPONENTS: intel.oneapi.win.ifort-compiler
1212
WINDOWS_DPCPP_COMPONENTS: intel.oneapi.win.dpcpp-compiler

.azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ trigger:
77

88
variables:
99
- name: WINDOWS_BASEKIT_URL
10-
value: https://registrationcenter-download.intel.com/akdlm/irc_nas/16862/w_BaseKit_b_2021.1.8.1967.exe
10+
value: https://registrationcenter-download.intel.com/akdlm/irc_nas/16958/w_BaseKit_b_2021.1.9.2200.exe
1111
- name: WINDOWS_HPCKIT_URL
12-
value: https://registrationcenter-download.intel.com/akdlm/irc_nas/16863/w_HPCKit_b_2021.1.8.1882.exe
12+
value: https://registrationcenter-download.intel.com/akdlm/irc_nas/16959/w_HPCKit_b_2021.1.9.2229.exe
1313
- name: MACOS_HPCKIT_URL
14-
value: https://registrationcenter-download.intel.com/akdlm/irc_nas/16865/m_HPCKit_b_2021.1.8.1885.dmg
14+
value: https://registrationcenter-download.intel.com/akdlm/irc_nas/16956/m_HPCKit_b_2021.1.9.2197.dmg
1515
- name: WINDOWS_CPP_COMPONENTS
1616
value: intel.oneapi.win.cpp-compiler
1717
- name: WINDOWS_FORTRAN_COMPONENTS

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- checkout
1717
- run:
1818
name: install
19-
command: scripts/install_windows.bat https://registrationcenter-download.intel.com/akdlm/irc_nas/16863/w_HPCKit_b_2021.1.8.1882.exe intel.oneapi.win.cpp-compiler
19+
command: scripts/install_windows.bat https://registrationcenter-download.intel.com/akdlm/irc_nas/16959/w_HPCKit_b_2021.1.9.2229.exe intel.oneapi.win.cpp-compiler
2020
- run:
2121
name: build
2222
command: scripts/build_windows.bat c++ 2017_build_tools
@@ -29,7 +29,7 @@ jobs:
2929
- checkout
3030
- run:
3131
name: install
32-
command: scripts/install_windows.bat https://registrationcenter-download.intel.com/akdlm/irc_nas/16863/w_HPCKit_b_2021.1.8.1882.exe intel.oneapi.win.ifort-compiler
32+
command: scripts/install_windows.bat https://registrationcenter-download.intel.com/akdlm/irc_nas/16959/w_HPCKit_b_2021.1.9.2229.exe intel.oneapi.win.ifort-compiler
3333
- run:
3434
name: build
3535
command: scripts/build_windows.bat fortran 2017_build_tools
@@ -42,7 +42,7 @@ jobs:
4242
- checkout
4343
- run:
4444
name: install
45-
command: scripts/install_windows.bat https://registrationcenter-download.intel.com/akdlm/irc_nas/16862/w_BaseKit_b_2021.1.8.1967.exe intel.oneapi.win.dpcpp-compiler
45+
command: scripts/install_windows.bat https://registrationcenter-download.intel.com/akdlm/irc_nas/16958/w_BaseKit_b_2021.1.9.2200.exe intel.oneapi.win.dpcpp-compiler
4646
- run:
4747
name: build
4848
command: scripts/build_windows.bat dpc++ 2017_build_tools

.github/workflows/build_all.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ on:
88
push
99

1010
env:
11-
WINDOWS_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/16862/w_BaseKit_b_2021.1.8.1967.exe
12-
WINDOWS_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/16863/w_HPCKit_b_2021.1.8.1882.exe
13-
MACOS_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/16865/m_HPCKit_b_2021.1.8.1885.dmg
11+
WINDOWS_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/16958/w_BaseKit_b_2021.1.9.2200.exe
12+
WINDOWS_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/16959/w_HPCKit_b_2021.1.9.2229.exe
13+
MACOS_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/16956/m_HPCKit_b_2021.1.9.2197.dmg
1414
WINDOWS_CPP_COMPONENTS: intel.oneapi.win.cpp-compiler
1515
WINDOWS_FORTRAN_COMPONENTS: intel.oneapi.win.ifort-compiler
1616
WINDOWS_DPCPP_COMPONENTS: intel.oneapi.win.dpcpp-compiler

.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ stages:
66
- build
77

88
variables:
9-
WINDOWS_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/16862/w_BaseKit_b_2021.1.8.1967.exe
10-
WINDOWS_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/16863/w_HPCKit_b_2021.1.8.1882.exe
11-
MACOS_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/16865/m_HPCKit_b_2021.1.8.1885.dmg
9+
WINDOWS_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/16958/w_BaseKit_b_2021.1.9.2200.exe
10+
WINDOWS_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/16959/w_HPCKit_b_2021.1.9.2229.exe
11+
MACOS_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/16956/m_HPCKit_b_2021.1.9.2197.dmg
1212
WINDOWS_CPP_COMPONENTS: intel.oneapi.win.cpp-compiler
1313
WINDOWS_FORTRAN_COMPONENTS: intel.oneapi.win.ifort-compiler
1414
WINDOWS_DPCPP_COMPONENTS: intel.oneapi.win.dpcpp-compiler

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
language: minimal
66
env:
77
global:
8-
- WINDOWS_BASEKIT_URL=https://registrationcenter-download.intel.com/akdlm/irc_nas/16862/w_BaseKit_b_2021.1.8.1967.exe
9-
- WINDOWS_HPCKIT_URL=https://registrationcenter-download.intel.com/akdlm/irc_nas/16863/w_HPCKit_b_2021.1.8.1882.exe
10-
- MACOS_HPCKIT_URL=https://registrationcenter-download.intel.com/akdlm/irc_nas/16865/m_HPCKit_b_2021.1.8.1885.dmg
8+
- WINDOWS_BASEKIT_URL=https://registrationcenter-download.intel.com/akdlm/irc_nas/16958/w_BaseKit_b_2021.1.9.2200.exe
9+
- WINDOWS_HPCKIT_URL=https://registrationcenter-download.intel.com/akdlm/irc_nas/16959/w_HPCKit_b_2021.1.9.2229.exe
10+
- MACOS_HPCKIT_URL=https://registrationcenter-download.intel.com/akdlm/irc_nas/16956/m_HPCKit_b_2021.1.9.2197.dmg
1111
- WINDOWS_CPP_COMPONENTS=intel.oneapi.win.cpp-compiler
1212
- WINDOWS_FORTRAN_COMPONENTS=intel.oneapi.win.ifort-compiler
1313
- WINDOWS_DPCPP_COMPONENTS=intel.oneapi.win.dpcpp-compiler

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ functionality.
7474
.. |TravisStatus| image:: https://travis-ci.org/oneapi-src/oneapi-ci.svg?branch=master
7575
:target: https://travis-ci.org/github/oneapi-src/oneapi-ci
7676
:alt: Build status
77-
.. |CircleStatus| image:: https://circleci.com/gh/mmzakhar/oneapi-ci.svg
78-
:target: https://circleci.com/gh/mmzakhar/oneapi-ci
77+
.. |CircleStatus| image:: https://circleci.com/gh/oneapi-src/oneapi-ci.svg
78+
:target: https://circleci.com/gh/oneapi-src/oneapi-ci
7979
:alt: Build status
8080
.. |AppVeyorStatus| image:: https://ci.appveyor.com/api/projects/status/c1lc5jrl6akdb2ey?svg=true
8181
:target: https://ci.appveyor.com/project/rscohn2/oneapi-ci

0 commit comments

Comments
 (0)