Skip to content

Travis OSX builds are failing #76

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

Closed
roryyorke opened this issue Aug 10, 2019 · 7 comments
Closed

Travis OSX builds are failing #76

roryyorke opened this issue Aug 10, 2019 · 7 comments

Comments

@roryyorke
Copy link
Collaborator

The error is ImportError: numpy.core.multiarray failed to import, which suggests to me it's our build setup that's wrong, not Slycot itself. This could be the Travis setup, the conda recipe, or perhaps CMakeLists.txt or setup.py.

This issue would best be handled by somebody with an OSX system.

@rabraker
Copy link
Contributor

rabraker commented Aug 11, 2019 via email

@kangwonlee
Copy link

kangwonlee commented Sep 9, 2019

I tried with GitHub Workflows and the OSX results are available here. (Same as #80)
Hope this helps.

@repagh
Copy link
Member

repagh commented Feb 2, 2020

See PR #92
Conda compilers and libraries require a specific OSX SDK.

@bnavigator
Copy link
Collaborator

The osx builds on https://github.com/conda-forge/slycot-feedstock succeed. But they have a vastly different OSX environment than Travis CI. Their Azure pipelines include the correct OSX SDK and link to it.

Can we ditch the OSX conda builds on Travis here? Maybe mimic the conda-forge feedstock to check if conda packages can still be built (for all supported operating systems!), but trying to get Travis to work seems not very relevant.

@bnavigator
Copy link
Collaborator

See also the Travis jobs for bnavigator#1

@bnavigator
Copy link
Collaborator

fixed by #93

@roryyorke
Copy link
Collaborator Author

Thanks!

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

5 participants