-
-
Notifications
You must be signed in to change notification settings - Fork 268
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
Add Intel oneAPI and LLVM for Windows Action. #3661
Conversation
Why is this not added to the intel-cmake.yml file? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Integrate into intel-cmake.yml file
Also why is CMake 3.27.7 mentioned - the minimum for hdf5 is 3.18. |
Spack is at 3.27.7. |
I want to have a separate badge. E.g., https://github.com/hdfeos/hdf5/blob/develop/WATCHME.md |
We will need to do badges differently, Every callable workflow can return a status all the way back up the stack. One solution might be to use a json file. Workflows need to be kept consistent. |
name: windows ninja icx | ||
|
||
on: | ||
push: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should also be PR
@@ -426,7 +426,7 @@ | |||
configure_file(${PROJECT_SOURCE_DIR}/exportfiles/tbinregR.exp ${PROJECT_BINARY_DIR}/testfiles/std/tbinregR.exp NEWLINE_STYLE CRLF) | |||
#file (READ ${PROJECT_SOURCE_DIR}/exportfiles/tbinregR.exp TEST_STREAM) | |||
#file (WRITE ${PROJECT_BINARY_DIR}/testfiles/std/tbinregR.exp "${TEST_STREAM}") | |||
HDFTEST_COPY_FILE("${PROJECT_SOURCE_DIR}/expected/tfloatsattrs.wddl" "${PROJECT_BINARY_DIR}/testfiles/std/tfloatsattrs.ddl" "h5dump_std_files") | |||
#HDFTEST_COPY_FILE("${PROJECT_SOURCE_DIR}/expected/tfloatsattrs.wddl" "${PROJECT_BINARY_DIR}/testfiles/std/tfloatsattrs.ddl" "h5dump_std_files") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change should not be changed in an action - this would need to be a different PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not a solution
Resolved by #3836 |
This simple action may help Windows users (e.g., #3275 user).
This action is also good for 1.14.3 release testing as well,
since it uses the latest CMake 3.27.7 and Intel oneAPI for Windows.
It has one failure: