-
Notifications
You must be signed in to change notification settings - Fork 133
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
feat: Update pinning 2024-05 #991
Conversation
Here's the conda-forge announcement for information of anyone wondering about the stdlib stuff: https://conda-forge.org/news/2024/03/24/stdlib-migration/ |
Signed-off-by: Marcel Bargull <[email protected]>
These stdlib_c entries can be used with newer conda-build versions in recipes like so: requirements: build: - {{ stdlib("c") }} - {{ compiler("c") }} and allow us to be explicit about our libc/system dependencies. I.e., we could then avoid MACOSX_DEPLOYMENT_TARGET/sysroot_linux* dances Signed-off-by: Marcel Bargull <[email protected]>
Those are covered by "run_exports" nowadays. Signed-off-by: Marcel Bargull <[email protected]>
Signed-off-by: Marcel Bargull <[email protected]>
Signed-off-by: Marcel Bargull <[email protected]>
Signed-off-by: Marcel Bargull <[email protected]>
Just for good measure. Signed-off-by: Marcel Bargull <[email protected]>
c6b2412
to
e765095
Compare
Sorry, wanted to be available Friday but got knocked out with headaches and stuff :/ . Strictly speaking, no. Over the weekend, I smoothed out some more rough edges (see bioconda/bioconda-common#54) and rebuilt our container images, so this should be ready to go. One caveat: I mentioned before that we are ready to put out |
to clarify: this only applies for recipes for which we add the |
🤖 I have created a release \*beep\* \*boop\* --- ## [3.3.0](https://www.github.com/bioconda/bioconda-utils/compare/v3.2.0...v3.3.0) (2024-06-03) ### Features * Update pinning 2024-05 ([#991](https://www.github.com/bioconda/bioconda-utils/issues/991)) ([d48d6e4](https://www.github.com/bioconda/bioconda-utils/commit/d48d6e4f09046bf4142a63805e1366f655cefd71)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Amongst others, this includes:
glibc 2.17
/CentOS 7 ( *needs recipes to include new- {{ stdlib("c") }}
dep inrequirements/build
)closes gh-938, gh-988