-
Notifications
You must be signed in to change notification settings - Fork 37
Install Intel Compiler(ICX/ICPX) #31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -441,6 +441,11 @@ RUN if [ "$(uname -m)" == "aarch64" ]; then \ | |
| ./rustup-init -y --no-modify-path --profile minimal --default-toolchain ${RUST_VERSION} --default-host ${RUST_ARCH} && \ | ||
| rm -rf /tmp/* | ||
|
|
||
| # build/install Intel Compiler(ICX/ICPX) | ||
| RUN wget --progress=bar:force https://registrationcenter-download.intel.com/akdlm/irc_nas/18679/l_HPCKit_p_2022.2.0.191_offline.sh && \ | ||
| sh ./l_HPCKit_p_2022.2.0.191_offline.sh -a -s --eula accept && \ | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. what is in this EULA? Something about this change makes me think I would need to consult a legal department.. I'm willing to be wrong, but at the moment I'm not sure about this.
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hi! The latest EULA can be found here. Did you have any discussion with the legal department? |
||
| rm l_HPCKit_p_2022.2.0.191_offline.sh | ||
|
|
||
| # =========================== END OF LAYER: build ============================== | ||
| FROM build as devel | ||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.