Skip to content

Commit d4a1be3

Browse files
committed
update meta
1 parent 1538229 commit d4a1be3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

conda/dgl/meta.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
{% set use_cuda = environ.get('USE_CUDA', False) %}
2+
{% set package_name = 'dgl' + environ.get('DGL_PACKAGE_SUFFIX', '') %}
13
package:
24
name: dgl{{ environ.get('DGL_PACKAGE_SUFFIX', '') }}
35
version: "0.6.1"
@@ -19,10 +21,13 @@ requirements:
1921
- scipy
2022
- networkx
2123
- requests
24+
- vs2015_runtime # [win]
25+
- cudatoolkit {{ CUDA_VER }} # [use_cuda]
2226

2327
build:
2428
script_env:
2529
- USE_CUDA
30+
- CUDA_VER
2631

2732
about:
2833
home: https://github.com/dmlc/dgl.git

0 commit comments

Comments
 (0)