Open conda-forge-admin opened 3 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.
This is for determining the blast radius of an issue with meson 1.5.0; however, since pandas seems to be insisting on using meson 1.2.1 (in ways that I haven't been able to undo)
+ meson setup $SRC_DIR $TMP_DIR/build -Dbuildtype=release -Db_ndebug=if-release \
-Db_vscrt=md --vsenv --prefix=$PREFIX -Dlibdir=lib --cross-file $BUILD_PREFIX/meson_cross_file.txt \
--native-file=$TMP_DIR/build/meson-python-native-file.ini
The Meson build system
Version: 1.2.1 # <1.5
this is not immediately applicable.
Maybe the host meson is what you're looking for here? https://github.com/conda-forge/pandas-feedstock/blob/main/recipe/meta.yaml#L41
I've been meaning to bump the meson pin for a while (but forgot), but it looks like we dodged a bullet with meson 1.5 here because of it :).
Maybe the host meson is what you're looking for here?
Missed the forest for the trees 🙈
Thanks!
but it looks like we dodged a bullet with meson 1.5 here because of it :).
looks like pandas is not affected by the issue. :)
Hi! This is the friendly automated conda-forge-webservice.
I've started rerendering the recipe as instructed in #210.
If I find any needed changes to the recipe, I'll push them to this PR shortly. Thank you for waiting!
Here's a checklist to do before merging.
Fixes #210