diff --git a/.azure-pipelines/azure-pipelines-linux.yml b/.azure-pipelines/azure-pipelines-linux.yml index 772f32f..81b8cba 100755 --- a/.azure-pipelines/azure-pipelines-linux.yml +++ b/.azure-pipelines/azure-pipelines-linux.yml @@ -21,6 +21,7 @@ jobs: UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 timeoutInMinutes: 360 + variables: {} steps: # configure qemu binfmt-misc running. This allows us to run docker containers diff --git a/.ci_support/linux_64_cross_target_platformlinux-64.yaml b/.ci_support/linux_64_cross_target_platformlinux-64.yaml index 4f29a0a..3fa3287 100644 --- a/.ci_support/linux_64_cross_target_platformlinux-64.yaml +++ b/.ci_support/linux_64_cross_target_platformlinux-64.yaml @@ -2,6 +2,10 @@ c_compiler: - gcc c_compiler_version: - '12' +c_stdlib: +- sysroot +c_stdlib_version: +- '2.12' cdt_name: - cos6 channel_sources: @@ -21,3 +25,5 @@ target_platform: zip_keys: - - c_compiler_version - cxx_compiler_version +- - c_stdlib_version + - cdt_name diff --git a/.ci_support/linux_64_cross_target_platformlinux-aarch64.yaml b/.ci_support/linux_64_cross_target_platformlinux-aarch64.yaml index 9e2fa79..2b415a4 100644 --- a/.ci_support/linux_64_cross_target_platformlinux-aarch64.yaml +++ b/.ci_support/linux_64_cross_target_platformlinux-aarch64.yaml @@ -2,6 +2,10 @@ c_compiler: - gcc c_compiler_version: - '12' +c_stdlib: +- sysroot +c_stdlib_version: +- '2.12' cdt_name: - cos6 channel_sources: @@ -21,3 +25,5 @@ target_platform: zip_keys: - - c_compiler_version - cxx_compiler_version +- - c_stdlib_version + - cdt_name diff --git a/.ci_support/linux_64_cross_target_platformlinux-ppc64le.yaml b/.ci_support/linux_64_cross_target_platformlinux-ppc64le.yaml index dc5b070..f43502a 100644 --- a/.ci_support/linux_64_cross_target_platformlinux-ppc64le.yaml +++ b/.ci_support/linux_64_cross_target_platformlinux-ppc64le.yaml @@ -2,6 +2,10 @@ c_compiler: - gcc c_compiler_version: - '12' +c_stdlib: +- sysroot +c_stdlib_version: +- '2.12' cdt_name: - cos6 channel_sources: @@ -21,3 +25,5 @@ target_platform: zip_keys: - - c_compiler_version - cxx_compiler_version +- - c_stdlib_version + - cdt_name diff --git a/.ci_support/linux_aarch64_cross_target_platformlinux-aarch64.yaml b/.ci_support/linux_aarch64_cross_target_platformlinux-aarch64.yaml index b246f2f..9f84e0f 100644 --- a/.ci_support/linux_aarch64_cross_target_platformlinux-aarch64.yaml +++ b/.ci_support/linux_aarch64_cross_target_platformlinux-aarch64.yaml @@ -4,6 +4,10 @@ c_compiler: - gcc c_compiler_version: - '12' +c_stdlib: +- sysroot +c_stdlib_version: +- '2.17' cdt_arch: - aarch64 cdt_name: @@ -25,3 +29,5 @@ target_platform: zip_keys: - - c_compiler_version - cxx_compiler_version +- - c_stdlib_version + - cdt_name diff --git a/.ci_support/linux_ppc64le_cross_target_platformlinux-ppc64le.yaml b/.ci_support/linux_ppc64le_cross_target_platformlinux-ppc64le.yaml index ceeab9e..8bbb543 100644 --- a/.ci_support/linux_ppc64le_cross_target_platformlinux-ppc64le.yaml +++ b/.ci_support/linux_ppc64le_cross_target_platformlinux-ppc64le.yaml @@ -2,6 +2,10 @@ c_compiler: - gcc c_compiler_version: - '12' +c_stdlib: +- sysroot +c_stdlib_version: +- '2.17' cdt_name: - cos7 channel_sources: @@ -21,3 +25,5 @@ target_platform: zip_keys: - - c_compiler_version - cxx_compiler_version +- - c_stdlib_version + - cdt_name diff --git a/.ci_support/win_64_.yaml b/.ci_support/win_64_.yaml index cab9cbb..355d7f9 100644 --- a/.ci_support/win_64_.yaml +++ b/.ci_support/win_64_.yaml @@ -1,5 +1,7 @@ c_compiler: - vs2019 +c_stdlib: +- vs channel_sources: - conda-forge channel_targets: diff --git a/.scripts/build_steps.sh b/.scripts/build_steps.sh index a4d638b..2f3df6c 100755 --- a/.scripts/build_steps.sh +++ b/.scripts/build_steps.sh @@ -65,7 +65,7 @@ if [[ "${BUILD_WITH_CONDA_DEBUG:-0}" == 1 ]]; then # Drop into an interactive shell /bin/bash else - conda build "${RECIPE_ROOT}" -m "${CI_SUPPORT}/${CONFIG}.yaml" \ + conda-build "${RECIPE_ROOT}" -m "${CI_SUPPORT}/${CONFIG}.yaml" \ --suppress-variables ${EXTRA_CB_OPTIONS:-} \ --clobber-file "${CI_SUPPORT}/clobber_${CONFIG}.yaml" \ --extra-meta flow_run_id="${flow_run_id:-}" remote_url="${remote_url:-}" sha="${sha:-}" diff --git a/.scripts/run_win_build.bat b/.scripts/run_win_build.bat index a5871f6..7491838 100755 --- a/.scripts/run_win_build.bat +++ b/.scripts/run_win_build.bat @@ -50,7 +50,7 @@ call :end_group :: Build the recipe echo Building recipe -conda.exe build "recipe" -m .ci_support\%CONFIG%.yaml --suppress-variables %EXTRA_CB_OPTIONS% +conda-build.exe "recipe" -m .ci_support\%CONFIG%.yaml --suppress-variables %EXTRA_CB_OPTIONS% if !errorlevel! neq 0 exit /b !errorlevel! :: Prepare some environment variables for the upload step diff --git a/README.md b/README.md index 5654d7a..a995e0a 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Documentation: https://docs.nvidia.com/cuda/index.html Compiler for CUDA applications. -About cuda-nvcc_linux-ppc64le +About cuda-nvcc_linux-aarch64 ----------------------------- Home: https://developer.nvidia.com/cuda-toolkit @@ -60,7 +60,7 @@ Documentation: https://docs.nvidia.com/cuda/index.html Compiler for CUDA applications. -About cuda-nvcc_linux-aarch64 +About cuda-nvcc_linux-ppc64le ----------------------------- Home: https://developer.nvidia.com/cuda-toolkit