-
Notifications
You must be signed in to change notification settings - Fork 51
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
CI: Windows on GH Actions (MSVC, Clang) #840
Open
ax3l
wants to merge
5
commits into
openPMD:dev
Choose a base branch
from
ax3l:ci-winClang
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ax3l
added
machine/system
machine & HPC system specific issues
continuous integration
labels
Dec 9, 2020
ax3l
force-pushed
the
ci-winClang
branch
13 times, most recently
from
December 9, 2020 04:02
95da488
to
32a2047
Compare
ax3l
force-pushed
the
ci-winClang
branch
3 times, most recently
from
December 23, 2020 10:17
0458a9a
to
bc6cd96
Compare
ax3l
force-pushed
the
ci-winClang
branch
10 times, most recently
from
January 4, 2021 07:38
6512f0d
to
8d0a974
Compare
ax3l
commented
Jan 4, 2021
ax3l
commented
Jan 4, 2021
ax3l
commented
Jan 5, 2021
-DCMAKE_C_COMPILER=clang-cl ^ | ||
-DCMAKE_CXX_COMPILER=clang-cl ^ | ||
-DCMAKE_BUILD_TYPE=Release ^ | ||
-DCMAKE_VERBOSE_MAKEFILE=ON |
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.
add Python_EXECUTABLE
hint?
ax3l
force-pushed
the
ci-winClang
branch
8 times, most recently
from
January 27, 2021 08:25
4202632
to
eb4bc51
Compare
ax3l
commented
Jan 27, 2021
cmake --build . --config Release --parallel 2 | ||
if errorlevel 1 exit 1 | ||
|
||
dumpbin /dependents D:\a\openPMD-api\openPMD-api\build\lib\site-packages\openpmd_api\openpmd_api_cxx.cp39-win_amd64.pyd |
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.
clang-cl (broken for Python modules only):
Dump of file D:\a\openPMD-api\openPMD-api\build\lib\site-packages\openpmd_api\openpmd_api_cxx.cp39-win_amd64.pyd
File Type: DLL
Image has the following dependencies:
openPMD.dll
python39.dll
MSVCP140.dll
KERNEL32.dll
VCRUNTIME140.dll
api-ms-win-crt-stdio-l1-1-0.dll
api-ms-win-crt-math-l1-1-0.dll
api-ms-win-crt-runtime-l1-1-0.dll
api-ms-win-crt-string-l1-1-0.dll
api-ms-win-crt-heap-l1-1-0.dll
Summary
1000 .00cfg
6000 .data
1000 .gehcont
E000 .pdata
49000 .rdata
1000 .reloc
1000 .rsrc
146000 .text
1000 .tls
ax3l
force-pushed
the
ci-winClang
branch
3 times, most recently
from
January 27, 2021 18:55
c9dda44
to
e1c9dc9
Compare
Add two new builds on GH Actions: MSVC and Clang on Windows.
Fails otherwise (now)
Fix test issue on conda-forge by adding the exact same hints as for other python tests. Avoid appending the multi-config directory so we can use the same path hints during test runs from the build dir.
ax3l
force-pushed
the
ci-winClang
branch
4 times, most recently
from
February 11, 2021 04:04
c0fe0ec
to
be51b6f
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add two new builds on GH Actions: MSVC and Clang on Windows.
Clang on Windows support depends on #839