-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Recipe build fails on OSX. #1
Comments
@ocefpaf Do we simply have to include xcrun and xcodebuild from the pyqt-feedstock into our recipe folder or is there anything else needed? |
I don't recall all the details but we need to include those and probably call the test with xcrun or something. We need to check the pyqt recipe that does this. |
I opened a draft PR here: #7 (still fails) In the pyqt recipe , they simply run the test call for Linux only: We run it for [not win]: pandasgui-feedstock/recipe/meta.yaml Line 38 in 90c8480
|
We may need to ask for @mingwandroid's help here. I believe he created that. I'm almost certain the package would work but it is a bit hard to test that in the CIs. |
Well, it would be nice to get a CI test running for OSX. I don´t have a Mac here to test it locally. |
Currently, the recipe does not build on OSX. It will need some adjustments to make this work.
@adamerose you'll probably need https://github.com/conda-forge/pyqt-feedstock/blob/master/recipe/xcrun and https://github.com/conda-forge/pyqt-feedstock/blob/master/recipe/xcodebuild on macOS.
Originally posted by @ocefpaf in conda-forge/staged-recipes#13237 (comment)
The text was updated successfully, but these errors were encountered: