conda-forge / pandas-feedstock

A conda-smithy repository for pandas.
BSD 3-Clause "New" or "Revised" License
8 stars 36 forks source link

MNT: rerender #211

Open conda-forge-admin opened 3 months ago

conda-forge-admin commented 3 months ago

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

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

h-vetinari commented 3 months ago

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.

lithomas1 commented 3 months ago

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

h-vetinari commented 3 months ago

Maybe the host meson is what you're looking for here?

Missed the forest for the trees 🙈

Thanks!

h-vetinari commented 3 months ago

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