We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9dafd9 commit 8b9e0c1Copy full SHA for 8b9e0c1
1 file changed
recipe/build_output.bat
@@ -3,11 +3,6 @@ set "LIB=%PREFIX%\\%SUBDIR%\\lib\\%TARGET_NAME%;%LIB%"
3
4
set DIR_NAME=%PKG_NAME:-=_%
5
cd %DIR_NAME%
6
-if "%DIR_NAME%"=="cuda_python" (
7
- rem The upstream setup.py calls get_version() without dist_name,
8
- rem so only the generic SETUPTOOLS_SCM_PRETEND_VERSION is honored.
9
- set SETUPTOOLS_SCM_PRETEND_VERSION=%PKG_VERSION%
10
-)
11
if "%DIR_NAME%"=="cuda_bindings" (
12
rem The upstream setup.py calls get_version() without dist_name,
13
rem so only the generic SETUPTOOLS_SCM_PRETEND_VERSION is honored.
0 commit comments