jakirkham

Results 512 issues of jakirkham

After PR ( https://github.com/rapidsai/cucim/pull/905 ), cuSlide will build with nvJPEG statically if it finds the static library or dynamically if not. This works for the cuCIM use case where wheels...

In this PR discussion ( https://github.com/rapidsai/cucim/pull/471#discussion_r1063810045 ), @bdice flagged that we have `openslide` and `xorg-libxcb` dependencies that he couldn't identify where to place in our dependencies https://github.com/rapidsai/cucim/blob/b738d2cfcc902dac0b824ab84197e4e8c57160f6/dependencies.yaml#L256-L258 Already `openslide-python` is...

## Description CUDA 11 is being removed in RAPIDS 25.08 as noted in the RSN & issue below. CI and package builds for CUDA 11 have already been dropped. However...

Checklist * [x] Added a ``news`` entry * [ ] Regenerated schema JSON if schema altered (`python conda_smithy/schema.py`)

There are confusing selector behaviors like `win64` and `linux64` ( https://github.com/conda-forge/rust-activation-feedstock/pull/70/files#r2055218892 ), which behave counterintuitively (and inconsistently relative to each other) To steer contributors and maintainers aways from confusing behavior,...

In the `python` feedstock, the `recipe/conda_build_config.yaml` file has the following `channel_targets` set ```yaml channel_targets: - conda-forge main - conda-forge python_debug # [not win] ``` When re-rendering with conda-smithy, it appears...

In a few places (like `staged-recipes`), we enable the "Update Branch" button for PRs that are out-of-date. This is handy as it makes it easy to click a button on...

## Description CUDA 11 is being removed in RAPIDS 25.08 as noted in the RSN & issue below. CI and package builds for CUDA 11 have already been dropped. However...

Was asked in a previous meeting to include a template for inviting new maintainers who are developers of software that we are packaging. This is a note to myself to...

What sort of API/ABI compatibility does UCC provide? IOW if another library is built against a particular version of UCC (like 1.1.0), what versions of UCC could it work with...