conda-forge / r-base-feedstock

A conda-smithy repository for r-base.
BSD 3-Clause "New" or "Revised" License
14 stars 47 forks source link

Fix COMPILED_BY entry on Windows #321

Closed mbargull closed 5 months ago

mbargull commented 5 months ago

Checklist

In https://github.com/conda-forge/r-curl-feedstock/pull/32 we have a custom build script for Windows builds that parses COMPILED_BY. In the current builds, we have

r-base-4.4.1-hc390f20_7/lib/R/etc/x64/Makeconf:27:COMPILED_BY = gcc-13.2.0 13.2.0

since we build our GCCs with a customized pkgversion that also includes the version number, e.g.,:

$CC --version | head -n1
x86_64-conda-linux-gnu-cc (conda-forge gcc 13.2.0-13) 13.2.0

. The added patch makes it choose the trailing plain version number.

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

github-actions[bot] commented 5 months ago

Hi! This is the friendly conda-forge automerge bot!

I considered the following status checks when analyzing this PR:

Thus the PR was passing and merged! Have a great day!