Skip to content
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

Open
danschef opened this issue Jan 27, 2021 · 5 comments
Open

Recipe build fails on OSX. #1

danschef opened this issue Jan 27, 2021 · 5 comments

Comments

@danschef
Copy link
Contributor

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)

@danschef
Copy link
Contributor Author

danschef commented Feb 12, 2021

@ocefpaf Do we simply have to include xcrun and xcodebuild from the pyqt-feedstock into our recipe folder or is there anything else needed?

@ocefpaf
Copy link
Member

ocefpaf commented Feb 15, 2021

@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.

@danschef
Copy link
Contributor Author

I opened a draft PR here: #7 (still fails)

In the pyqt recipe , they simply run the test call for Linux only:
https://github.com/conda-forge/pyqt-feedstock/blob/ac7967ad076bc2feba691e5c76419c40fe56d58a/recipe/meta.yaml#L131

We run it for [not win]:

- DISPLAY=localhost:1.0 xvfb-run -a bash -c 'python -c "import pandasgui"' # [not win]

@ocefpaf
Copy link
Member

ocefpaf commented Feb 16, 2021

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.

@danschef
Copy link
Contributor Author

Well, it would be nice to get a CI test running for OSX. I don´t have a Mac here to test it locally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants