Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
The R 4.4 + UCRT migration is now complete for all but one CRAN package (see conda-forge/r-volumodel-feedstock#2), and that failure is not related to the migration. We have a handful of other R packages from GitHub that are not yet migrated, also due to issues unrelated to the migration. I believe we are now in a state where we should update
conda skeleton cran
so that it generates valid recipes now that this migration is now effectively complete. The specific changes as can been in my commit are as follows:{% set native = 'm2w64-' if win else '' %}
Jinja line as we no longer use anym2w64
packages exceptm2w64-sysroot
, and that is handled byconda-smithy
, not in the recipem2w64-gcc-libs
to the dependency list for Windows, as we no longer use this package (see previous point)merge_build_host: True
on Windows, as this is now irrelevant after the UCRT migration and will actually break the build in many casespkg-config
andmake
on Windows instead ofm2-pkg-config
andm2-make
I also removed the
license_family
entry as we no longer use this given that we have SPDX license identifiers now.I'm not sure if these changes constitute a "significant" change worthy of a news update but I'm happy to add one if needed.
Checklist - did you ...
news
directory (using the template) for the next release's release notes?