conda-forge / nsight-compute-feedstock

A conda-smithy repository for nsight-compute.
BSD 3-Clause "New" or "Revised" License
0 stars 8 forks source link

Add `linux_ppc64le` packages #7

Closed regro-cf-autotick-bot closed 11 months ago

regro-cf-autotick-bot commented 12 months ago

This feedstock is being rebuilt as part of the aarch64/ppc64le migration.

Feel free to merge the PR if CI is all green, but please don't close it without reaching out the the ARM migrators first at @conda-forge/arm-arch.

If this PR was opened in error or needs to be updated please add the bot-rerun label to this PR. The bot will close this PR and schedule another one. If you do not have permissions to add this label, you can use the phrase code>@<space/conda-forge-admin, please rerun bot in a PR comment to have the conda-forge-admin add it for you.

This PR was created by the regro-cf-autotick-bot. The regro-cf-autotick-bot is a service to automatically track the dependency graph, migrate packages, and propose package version updates for conda-forge. Feel free to drop us a line if there are any issues! This PR was generated by https://github.com/regro/cf-scripts/actions/runs/5520632347, please use this URL for debugging.

conda-forge-webservices[bot] commented 12 months 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.

jakirkham commented 11 months ago

Looks like the linux_ppc64le builds are failing on this line

https://github.com/conda-forge/nsight-compute-feedstock/blob/7ad14acc437fedf135f9e9122828f3b06cb37f08/recipe/build.sh#L14

When looking at the decompressed nsight tarball, only see ncu (and not ncu-ui)

jakirkham commented 11 months ago

@adibbley can you please work on this PR?

jakirkham commented 11 months ago

@conda-forge-admin, please re-render

jakirkham commented 11 months ago

Think we need add this to requirements/build

    - {{ cdt('mesa-libgl-devel') }}      # [linux]

Edit: Also think we need to add a yum_requirements.txt file with the following (for example) and then re-render

mesa-libGL
adibbley commented 11 months ago

@conda-forge-admin, please re-render

jakirkham commented 11 months ago

Seeing this error on CI (attached log for posterity):

The reported errors are:
- Encountered problems while solving:
-   - package mesa-libgl-devel-cos6-x86_64-11.0.7-hdf0574f_1102 requires mesa-libgl-cos6-x86_64 ==11.0.7 *_1102, but none of the providers can be installed

This is due to the fact it is using CentOS 6 CDTs on CentOS 7

To fix this, we need to specify os_version in conda-forge.yml (like below) and re-render. Here's an example

os_version:
  linux_64: cos7
adibbley commented 11 months ago

@conda-forge-admin, please re-render

adibbley commented 11 months ago

@conda-forge-admin, please re-render

github-actions[bot] commented 11 months ago

Hi! This is the friendly automated conda-forge-webservice.

I tried to rerender for you, but it looks like there was nothing to do.

This message was generated by GitHub actions workflow run https://github.com/conda-forge/nsight-compute-feedstock/actions/runs/5536264343.

jakirkham commented 11 months ago

Seeing the follow error on CI(also attached log for posterity):

/home/conda/feedstock_root/build_artifacts/nsight-compute_1689194668802/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/nsight-compute-2022.4.0/host/linux-desktop-glibc_2_11_3-x64/OpenGLVersionChecker: error while loading shared libraries: libOpenGL.so.0: cannot open shared object file: No such file or directory
Warning: OpenGL Version check failed. Falling back to Mesa software rendering.
/home/conda/feedstock_root/build_artifacts/nsight-compute_1689194668802/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/nsight-compute-2022.4.0/host/linux-desktop-glibc_2_11_3-x64/CrashReporter: error while loading shared libraries: libOpenGL.so.0: cannot open shared object file: No such file or directory

Looks like we are still missing a library

adibbley commented 11 months ago

@conda-forge-admin, please re-render

adibbley commented 11 months ago

@conda-forge-admin, please re-render

github-actions[bot] commented 11 months ago

Hi! This is the friendly automated conda-forge-webservice.

I tried to rerender for you, but it looks like there was nothing to do.

This message was generated by GitHub actions workflow run https://github.com/conda-forge/nsight-compute-feedstock/actions/runs/5557069298.

adibbley commented 11 months ago

@conda-forge-admin, please re-render

jakirkham commented 11 months ago

@conda-forge-admin, please re-render