-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cuCIM: Build CUDA 12 packages (#572)
Fixes #513 Fixes #582 Start building cuCIM for CUDA 12. Authors: - https://github.com/jakirkham Approvers: - Bradley Dice (https://github.com/bdice) - Ray Douglass (https://github.com/raydouglass) - Gregory Lee (https://github.com/grlee77) - Vyas Ramasubramani (https://github.com/vyasr) - Gigon Bae (https://github.com/gigony) URL: #572
- Loading branch information
Showing
9 changed files
with
188 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
# This file is generated by `rapids-dependency-file-generator`. | ||
# To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`. | ||
channels: | ||
- rapidsai | ||
- rapidsai-nightly | ||
- conda-forge | ||
- nvidia | ||
dependencies: | ||
- GPUtil>=1.4.0 | ||
- c-compiler | ||
- click | ||
- cmake>=3.23.1,!=3.25.0 | ||
- cuda-cudart-dev | ||
- cuda-nvcc | ||
- cuda-version=12.0 | ||
- cupy >=12.0.0 | ||
- cxx-compiler | ||
- gcc_linux-64=11.* | ||
- imagecodecs>=2021.6.8 | ||
- ipython | ||
- jbig | ||
- libcufile-dev | ||
- libnvjpeg-dev | ||
- libnvjpeg-static | ||
- libwebp-base | ||
- nbsphinx | ||
- ninja | ||
- numpy >=1.21.3 | ||
- numpydoc | ||
- openslide-python>=1.1.2 | ||
- pip | ||
- pre-commit | ||
- psutil>=5.8.0 | ||
- pydata-sphinx-theme | ||
- pytest-cov>=2.12.1 | ||
- pytest-lazy-fixture>=0.6.3 | ||
- pytest-xdist | ||
- pytest>=6.2.4 | ||
- python>=3.8,<3.11 | ||
- recommonmark | ||
- scikit-image >=0.19.0,<0.22.0a0 | ||
- scipy | ||
- sphinx<6 | ||
- sysroot_linux-64==2.17 | ||
- tifffile>=2022.7.28 | ||
- xz | ||
- yasm | ||
- zlib | ||
- zstd | ||
- pip: | ||
- opencv-python-headless>=4.6 | ||
name: all_cuda-120_arch-x86_64 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters