Jeremy Reizenstein d6412c94dc CUB conda instructions
Summary: We have already uploaded a conda package of the cub 1.10.0 sources to our channel on anaconda. Here is the code we used.

Reviewed By: nikhilaravi

Differential Revision: D25395358

fbshipit-source-id: b58fd473fcafd425c98c9d7a7c32574f651383a0
2020-12-10 09:47:56 -08:00

13 lines
372 B
YAML

package:
name: nvidiacub
version: 1.10.0
source:
url: https://github.com/NVIDIA/cub/archive/1.10.0.tar.gz
folder: source
build:
script: mkdir $PREFIX/include && cp -r source/cub $PREFIX/include/cub
about:
home: https://github.com/NVIDIA/cub
summary: CUB provides state-of-the-art, reusable software components for every layer of the CUDA programming model.