-
-
Notifications
You must be signed in to change notification settings - Fork 7
MNT: rerender #127
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
MNT: rerender #127
Conversation
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
@franzpoeschel I see this compile error on conda-forge on macOS for 0.16.1:
Do we already have a patch for that? Update: found one openPMD/openPMD-api#1762 |
Typo caught by latest GCC (unused)
Found one: openPMD/openPMD-api#1762 |
Ok, PPC64le is failing with a segfault. Could be ignored. Win64 still has some install syntax error:
|
5e22390
to
12f9d38
Compare
@isuruf Can we see / test somehow if this PR will solve the hard-coded pthread issue? |
You can grep the cmake file to see if |
Windows error: ``` │ (base) %SRC_DIR%>python -c 'import openpmd_api; print(openpmd_api.__version__)' │ File "<string>", line 1 │ 'import │ ^ │ SyntaxError: unterminated string literal (detected at line 1) ```
6c66d6f
to
0d67f98
Compare
0d67f98
to
a0462b0
Compare
@isuruf I see it in the arm64 files, which one would be problematic? details
|
|
Oh no, I see: Is the right way to depend on the |
Actually |
@isuruf let me please know if there is something one can do in CF about these paths. In openPMD-api, we do not actively search and link |
Using sed to replace them would be the easiest thing. These paths are added by Something like |
Thank you, will do! And the same, explicit paths in there to |
They should be fixed the same way pthread is fixed too. |
8db5ed3
to
73cfdd6
Compare
73cfdd6
to
078449f
Compare
... after patch, they should be gone
Thank you so much, @isuruf! That should cover it! 🙏 Really appreciate your insight and help. |
@isuruf downstream in WarpX and ImpactX feedstocks I now see │ ld: library not found for -lz.tbd I see HDF5 has zlib in its host section though, why would this now not be propagated? |
Hi! This is the friendly automated conda-forge-webservice.
I've started rerendering the recipe as instructed in #126.
If I find any needed changes to the recipe, I'll push them to this PR shortly. Thank you for waiting!
Here's a checklist to do before merging.