-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump build number to build with recent dependencies and add a run dependency on the minor version of numpy #21
Conversation
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 ( |
@conda-forge-admin, please rerender |
…nda-forge-pinning 2022.06.28.10.11.26
Hi! This is the friendly conda-forge automerge bot! Commits were made to this PR after the |
This is required due to how pybind11 does compatibility checks on types, see ami-iit/bipedal-locomotion-framework#545 (comment) . |
macOS error:
|
It seems that for some reason C++11 is still used on macOS, see https://stackoverflow.com/questions/10948355/no-member-named-forward-in-namespace-std . |
The issue was actually a missing header, see artivis/manif#248 . |
@conda-forge-admin, please rerender |
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/manif-feedstock/actions/runs/2581553836. |
Error:
The problem may be related to the fact that a strange |
@conda-forge-admin, please rerender |
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/manif-feedstock/actions/runs/2583877069. |
I think there is some kind of non-deterministic condition, without changing anything now Windows/Python 3.7 is failing with error:
|
Pinning clang/lld/llvm-tools to 13 fixed the problem on Windows. |
Unfortunatly the number of build jobs is hardcoded in ninja, and it can't be easily changed in https://github.com/diegoferigo/cmake-build-extension/ . |
I used a cool workaround from ninja-build/ninja#922 (comment) to limit the number of jobs of ninja:
|
Apparently this is not working with CMake, either by CMake in itself or due to diegoferigo/cmake-build-extension#29 . |
Cool, but you can always rely on CMake having some useful env variable, for example https://cmake.org/cmake/help/latest/envvar/CMAKE_BUILD_PARALLEL_LEVEL.html . |
@conda-forge-admin, please rerender |
…nda-forge-pinning 2022.06.29.18.34.42
@conda-forge-admin, please rerender |
…nda-forge-pinning 2022.06.29.18.34.42
@GiulioRomualdi after merging this we should not need to manually pin the numpy minor version in blf CI. |
Checklist
0
(if the version changed)conda-smithy
(Use the phrase@conda-forge-admin, please rerender
in a comment in this PR for automated rerendering)