File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11set " CUDA_HOME = %PREFIX% \\%SUBDIR% "
2- set " LIB = %PREFIX% \\%SUBDIR% \\lib\\%target_name % ;%LIB% "
2+ set " LIB = %PREFIX% \\%SUBDIR% \\lib\\%TARGET_NAME % ;%LIB% "
33
44set DIR_NAME = %PKG_NAME:- =_ %
55cd %DIR_NAME%
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ outputs:
3535 script :
3636 env :
3737 SUBDIR : ${{ subdir }}
38+ TARGET_NAME : ${{ target_name }}
3839 file : ${{ 'build_output.bat' if win else 'build_output.sh' if linux else '' }}
3940 requirements :
4041 host :
@@ -55,7 +56,7 @@ outputs:
5556 - python -c "import cuda.bindings.nvml"
5657 requirements :
5758 run :
58- - python >= ${{ python_min }}
59+ - python ${{ python_min }}.*
5960 - numpy
6061 - python :
6162 imports :
@@ -85,6 +86,7 @@ outputs:
8586 script :
8687 env :
8788 SUBDIR : ${{ subdir }}
89+ TARGET_NAME : ${{ target_name }}
8890 file : ${{ 'build_output.bat' if win else 'build_output.sh' if linux else '' }}
8991 requirements :
9092 build :
You can’t perform that action at this time.
0 commit comments