conda-forge / mesalib-feedstock

A conda-smithy repository for mesalib.
BSD 3-Clause "New" or "Revised" License
3 stars 16 forks source link

Update + enable (fast!) llvmpipe software renderer #42

Closed rggjan closed 1 year ago

rggjan commented 1 year ago

Checklist

Closes #41

Update to the latest version.

Also, enable the llvmpipe renderer, which allows for much faster (10x or more) software rendering within mesa, as llvmpipe is optimized + can run multi-threaded.

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

rggjan commented 1 year ago

@conda-forge-admin, please rerender

rggjan commented 1 year ago

@conda-forge-admin, please rerender

rggjan commented 1 year ago

@conda-forge-admin, please rerender

github-actions[bot] commented 1 year 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/mesalib-feedstock/actions/runs/4078433846.

rggjan commented 1 year ago

Can anyone help with getting the osx version to run? Not sure what's the problem there...

rggjan commented 1 year ago

@conda-forge-admin, please rerender

hmaarrfk commented 1 year ago

Maybe you want to downgrade clang

https://gitlab.freedesktop.org/mesa/mesa/-/issues/7804

See the changes i made to the conda-build-config.yaml file in https://github.com/conda-forge/libnetcdf-feedstock/issues/138

rggjan commented 1 year ago

@conda-forge-admin, please rerender

rggjan commented 1 year ago

OK, seems like this finally worked :)

hmaarrfk commented 1 year ago

What did you do to fix osx?

rggjan commented 1 year ago

What did you do to fix osx?

I disabled llvm for osx. The update to 10.13 was still needed to make it compile with the newest version of mesalib.

rggjan commented 1 year ago

Anything missing to merge this?