conda-forge / cryptominisat-feedstock

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

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

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

regro-cf-autotick-bot commented 5 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:

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 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.

saraedum commented 5 years ago

I fear I don't know enough about macOS to understand what's going on here:

Compiling with an SDK that doesn't seem to exist: /opt/MacOSX10.9.sdk
Please check your Xcode installation
…
/Users/travis/miniconda3/conda-bld/cryptominisat_1543174114048/_build_env/bin/../include/c++/v1/stdio.h:108:15: fatal error: 'stdio.h' file not found
#include_next <stdio.h>
msarahan commented 5 years ago

@conda-forge-admin, please rerender

conda-forge-linter commented 5 years ago

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

I tried to re-render for you, but it looks like there was nothing to do.

msarahan commented 5 years ago

@saraedum I'm pretty sure that's an infrastructure problem with conda-forge. That /opt path might be a conda-build default. We're always fighting with keeping on top of the build environment provided by Travis - much more so with Mac than any other platform. I suspect there's nothing wrong with the recipe, here, but we need to figure out how to provide the correct SDK.

msoos commented 5 years ago

Yeah, Travis can be a real pain. I switched off Mac build because it was so unstable. Would build one day, would fail the next :S

xhochy commented 5 years ago

I've got OSX working locally over here: https://github.com/conda-forge/cryptominisat-feedstock/pull/16