-
-
Notifications
You must be signed in to change notification settings - Fork 59
MNT: rerender #270
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?
MNT: rerender #270
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 ( I do have some suggestions for making it better though... For recipe/meta.yaml:
This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/18354338645. Examine the logs at this URL for more detail. |
- job: osx | ||
pool: | ||
vmImage: macOS-13 | ||
vmImage: macOS-15 |
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.
That's the change I get in depending downstream repos already.
I think HDF5 as published right now injects a hard-coded dependency on '/Applications/Xcode_15.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/lib/libpthread.tbd', needed by ... [dependent targets]
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.
I don't think this is in HDF5. Maybe in a dependency of hdf5. Can you check which file in the environment has that path hard-coded?
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.
@isuruf I have no idea really how to debug this in conda-forge/warpx-feedstock#117
It only shows up for macOS builds and I am a Linux developer.
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.
Running
CONDA_OVERRIDE_OSX=11.0 CONDA_SUBDIR=osx-64 conda create -n a warpx
conda activate a
grep -Iir "Xcode_15.2.app" $CONDA_PREFIX
on my Linux machine shows that it is OpenPMD's fault.
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.
Thank you so much! Then I try to get conda-forge/openpmd-api-feedstock#127 to get green 🙏
I cannot push to this PR, but I think this needs to bump the build number. |
gotta wait for: |
@conda-forge-admin, please rerender |
Hi! This is the friendly automated conda-forge-webservice. I tried to rerender for you, but it looks like there was nothing to do. This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/17728323383. Examine the logs at this URL for more detail. |
Looking at the macOS builds here, I see some libraries being used from the OSX sys root (
Note e.g. pthread, libdl, libm. At least pthread causes issues for me downstream. Running |
Add MACOSX_SDK_VERSION for macOS builds.
@conda-forge-admin, please rerender |
Hi! This is the friendly conda-forge automerge bot! I considered the following status checks when analyzing this PR:
Thus the PR was not passing and not merged. |
Hi! This is the friendly automated conda-forge-webservice.
I've started rerendering the recipe as instructed in #269.
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.
Fixes #269