1- # SPDX-FileCopyrightText: Copyright (c) 2018-2025 , NVIDIA CORPORATION.
1+ # SPDX-FileCopyrightText: Copyright (c) 2018-2026 , NVIDIA CORPORATION.
22# SPDX-License-Identifier: Apache-2.0
33schema_version : 1
44
8585 - libcurand-dev
8686 - libcusolver-dev
8787 - libcusparse-dev
88+ - if : cuda_major == "13"
89+ then :
90+ - libnvjitlink-dev
8891
8992outputs :
9093 - package :
@@ -114,6 +117,9 @@ outputs:
114117 - libcurand-dev
115118 - libcusolver-dev
116119 - libcusparse-dev
120+ - if : cuda_major == "13"
121+ then :
122+ - libnvjitlink-dev
117123 run :
118124 - ${{ pin_compatible("cuda-version", upper_bound="x", lower_bound="x") }}
119125 - libraft =${{ minor_version }}
@@ -124,6 +130,9 @@ outputs:
124130 - libcurand
125131 - libcusolver
126132 - libcusparse
133+ - if : cuda_major == "13"
134+ then :
135+ - libnvjitlink
127136 ignore_run_exports :
128137 by_name :
129138 - cuda-nvtx
@@ -137,6 +146,9 @@ outputs:
137146 - libucxx
138147 - nccl
139148 - openmpi
149+ - if : cuda_major == "13"
150+ then :
151+ - libnvjitlink
140152 about :
141153 homepage : ${{ load_from_file("python/libcugraph/pyproject.toml").project.urls.Homepage }}
142154 license : ${{ load_from_file("python/libcugraph/pyproject.toml").project.license }}
@@ -183,6 +195,9 @@ outputs:
183195 - libucxx
184196 - nccl
185197 - openmpi
198+ - if : cuda_major == "13"
199+ then :
200+ - libnvjitlink
186201 about :
187202 homepage : ${{ load_from_file("python/libcugraph/pyproject.toml").project.urls.Homepage }}
188203 license : ${{ load_from_file("python/libcugraph/pyproject.toml").project.license }}
@@ -228,6 +243,9 @@ outputs:
228243 - libucxx
229244 - nccl
230245 - openmpi
246+ - if : cuda_major == "13"
247+ then :
248+ - libnvjitlink
231249 about :
232250 homepage : ${{ load_from_file("python/libcugraph/pyproject.toml").project.urls.Homepage }}
233251 license : ${{ load_from_file("python/libcugraph/pyproject.toml").project.license }}
0 commit comments