diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 735f6d6..2093bbf 100755 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -32,33 +32,33 @@ outputs: run_exports: strong: - cudatoolkit {{ cuda_compiler_version }}|{{ cuda_compiler_version }}.* -{% if cdt_name == "cos7" %} +{% if cdt_name == "cos7" %} # [linux] - __glibc >=2.17 # [linux] -{% endif %} +{% endif %} # [linux] requirements: build: # [win] - m2-sed # [win] host: # Needed to symlink libcuda into sysroot libs. - {{ compiler("c") }} -{% if cdt_name == "cos7" %} +{% if cdt_name == "cos7" %} # [linux] - sysroot_{{ target_platform }} 2.17 # [linux] - - __glibc >=2.17 # [linux] -{% endif %} + - __glibc >=2.17 # [linux] +{% endif %} # [linux] run: - - sed # [linux] -{% if cdt_name == "cos7" %} + - sed # [linux] +{% if cdt_name == "cos7" %} # [linux] - sysroot_{{ target_platform }} 2.17 # [linux] - - __glibc >=2.17 # [linux] -{% endif %} + - __glibc >=2.17 # [linux] +{% endif %} # [linux] test: requires: - {{ compiler("c") }} # Host code is forwarded to a C++ compiler - {{ compiler("cxx") }} -{% if cdt_name == "cos7" %} +{% if cdt_name == "cos7" %} # [linux] - sysroot_{{ target_platform }} 2.17 # [linux] -{% endif %} +{% endif %} # [linux] files: - test.cu - test_nvcc.sh # [linux]