Open
Conversation
95da488 to
32a2047
Compare
0458a9a to
bc6cd96
Compare
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 |
Member
Author
There was a problem hiding this comment.
add Python_EXECUTABLE hint?
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 |
Member
Author
There was a problem hiding this comment.
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
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.
c0fe0ec to
be51b6f
Compare
This file contains hidden or 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
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