Skip to content

Commit c4cbc7b

Browse files
Incorporate suggestions of @kkraus14
1 parent 34916b6 commit c4cbc7b

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

recipe/build_output.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
set "CUDA_HOME=%PREFIX%\\%SUBDIR%"
2-
set "LIB=%PREFIX%\\%SUBDIR%\\lib\\%target_name%;%LIB%"
2+
set "LIB=%PREFIX%\\%SUBDIR%\\lib\\%TARGET_NAME%;%LIB%"
33

44
set DIR_NAME=%PKG_NAME:-=_%
55
cd %DIR_NAME%

recipe/recipe.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)