conda-forge / nvcc-feedstock

A conda-smithy repository for nvcc.
BSD 3-Clause "New" or "Revised" License
12 stars 23 forks source link

Add aarch64 #70

Closed leofang closed 3 years ago

leofang commented 3 years ago

Follow-up of https://github.com/conda-forge/cudatoolkit-feedstock/pull/59 and https://github.com/conda-forge/docker-images/pull/189.

Also add myself as a maintainer in this PR 🙂

Note: conda-smithy seems to have a bug in generating README contents for compilers. For example, the README for this feedstock is already incorrect --- neither ppc64le nor win64 is listed. With this PR it gets worse: osx-arm64 is listed (which we don't build for).

I don't think it hurts, though. We can fix conda-smithy separately and then rerender this feedstock.

cc: @jakirkham

Checklist

conda-forge-linter commented 3 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.

leofang commented 3 years ago

@conda-forge/core The linux-anvil-aarch64-cuda docker images seem to have permission issues. They were uploaded after https://github.com/conda-forge/docker-images/pull/189 was merged, but they are not accessible by either the CI or human users.

leofang commented 3 years ago
截圖 2021-09-27 00 16 59
leofang commented 3 years ago

@conda-forge-admin, please restart ci

leofang commented 3 years ago

The linux-anvil-aarch64-cuda docker images seem to have permission issues. They were uploaded after conda-forge/docker-images#189 was merged, but they are not accessible by either the CI or human users.

@kkraus14, did you or someone fix the permission issue? Looks like it's working now --- all tests passed!

isuruf commented 3 years ago

Yes, I have to fix it manually every time there's a new image name.

leofang commented 3 years ago

Ah, many thanks @isuruf! 👍

leofang commented 3 years ago

@conda-forge-admin, please rerender

leofang commented 3 years ago

@conda-forge-admin, please rerender

leofang commented 3 years ago

Thanks @kkraus14 @isuruf @Ethyling @jakirkham!