conda-forge / mesalib-feedstock

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

Rebuild for Python 3.7, GCC 7, R 3.5.1, openBLAS 0.3.2 #17

Closed regro-cf-autotick-bot closed 5 years ago

regro-cf-autotick-bot commented 6 years ago

It is likely this feedstock needs to be rebuilt. Notes and instructions for merging this PR:

  1. Please merge the PR only after the tests have passed.
  2. Feel free to push to the bot's branch to update this PR if needed.

Please note that if you close this PR we presume that the feedstock has been rebuilt, so if you are going to perform the rebuild yourself don't close this PR until the your rebuild has been merged.

This package has the following downstream children: paraview root5 freecad gmsh And potentially more.

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.

This PR was created by the cf-regro-autotick-bot. The cf-regro-autotick-bot is a service to automatically track the dependency graph, migrate packages, and propose package version updates for conda-forge. If you would like a local version of this bot, you might consider using rever. Rever is a tool for automating software releases and forms the backbone of the bot's conda-forge PRing capability. Rever is both conda (conda install -c conda-forge rever) and pip (pip install re-ver) installable. Finally, feel free to drop us a line if there are any issues!

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

looooo commented 5 years ago

@conda-forge-admin, please rerender

looooo commented 5 years ago

all builds are failing: gcc7: checking whether the C compiler works... no gcc4.8: No package 'zlib' found osx clang: No package 'zlib' found osx_c_compilertoolchain_ccxx_compilertoolchain_cxx:


configure: error: The pkg-config script could not be found or is too old.  Make sure it
is in your PATH or set the PKG_CONFIG environment variable to the full
path to pkg-config.
Alternatively, you may set the environment variables ZLIB_CFLAGS
and ZLIB_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.```
doutriaux1 commented 5 years ago

@looooo any idea what went wrong?

looooo commented 5 years ago

Zlib ist not listed as dependency. I guess it should be added to the host and run section. For gcc7 I don't know.

looooo commented 5 years ago

@doutriaux1 can you add the zlib dependency?

looooo commented 5 years ago

sry, seems to be more difficult...

edit: my phone translated to something unreadable

xhochy commented 5 years ago

@conda-forge-admin please rerender

jschueller commented 5 years ago

for linux, maybe this patch helps: https://patchwork.freedesktop.org/patch/214086/

croth1 commented 5 years ago

@jschueller, linux seems to work here: https://github.com/conda-forge/mesalib-feedstock/pull/18

paxsonsa commented 5 years ago

Are there plans for this to eventually build libGL?

doutriaux1 commented 5 years ago

@danlipsa do you mind taking a look?