Skip to content

replace install_windows.bat by power shell code #106

Closed Answered by Fabian188
Fabian188 asked this question in Q&A
Discussion options

You must be logged in to vote

I found a solution myself which runs for me in gitlab-ci with an Administrator account in PowerShell

# we install ifx and mkl from the same source
# we get and install Intel oneAPI based on https://www.intel.com/content/www/us/en/developer/tools/oneapi/hpc-toolkit-download.html  
wget.exe --quiet https://registrationcenter-download.intel.com/akdlm/IRC_NAS/a37c30c3-a846-4371-a85d-603e9a9eb94c/intel-oneapi-hpc-toolkit-2025.0.1.48_offline.exe -O oneapi_offline.exe

# install in two steps. We are Administrator, see https://learn.microsoft.com/de-de/archive/blogs/virtual_pc_guy/a-self-elevating-powershell-script
# inspired by https://github.com/oneapi-src/oneapi-ci/blob/master/scripts/install_…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Fabian188
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant