conda-forge / ipython-feedstock

A conda-smithy repository for ipython.
BSD 3-Clause "New" or "Revised" License
2 stars 34 forks source link

Rebuild for aarch64 and ppc64le #75

Closed xhochy closed 5 years ago

xhochy commented 5 years ago

Skips ipykernel related tests to break the dependency cycle.

conda-forge-linter commented 5 years ago

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 (recipe) and found it was in an excellent condition.

xhochy commented 5 years ago

trio is missing on the mirror currently, so we need to retrigger the builds once the CDN is synced again.

Carreau commented 5 years ago

We can also remove the trio dependency for tests; It is not necessary for IPython to work properly; and it is necessary only to test trio integration; same for curio.

xhochy commented 5 years ago

We can also remove the trio dependency for tests; It is not necessary for IPython to work properly; and it is necessary only to test trio integration; same for curio.

No, as this is only an infrastructure hiccup it will work in some time. Otherwise, we still need to wait for matplotlib to be rebuild for aarch64. It depends on gtk2 and qt2 which are still in the queue for rebuilds.

hmaarrfk commented 5 years ago

Sorry should we skip the tri and matplotlib tests for now? it seeks that this package is being here

  File "/opt/conda/lib/python3.7/site-packages/conda/resolve.py", line 244, in verify_specs
    raise ResolvePackageNotFound(bad_deps)
conda.exceptions.ResolvePackageNotFound: 
  - matplotlib
  - trio

I'm sure the graphical stacks will have different challenges, and it might be good to be able to build up the stacks independently.

xhochy commented 5 years ago

@conda-forge/ipython This is ready for review/merge.

bollwyvl commented 5 years ago

LGTM, sorry for the delay in review!