From cebf50ac6764ad83a14d258286cd869fe6516054 Mon Sep 17 00:00:00 2001 From: "Uwe L. Korn" Date: Wed, 9 Aug 2023 21:30:57 +0200 Subject: [PATCH] MNT: Re-rendered with conda-build 3.25.0, conda-smithy 3.24.1, and conda-forge-pinning 2023.08.09.18.57.44 --- .azure-pipelines/azure-pipelines-win.yml | 4 ++-- .scripts/build_steps.sh | 6 ++++-- .scripts/run_osx_build.sh | 6 ++++-- README.md | 12 ++++++------ 4 files changed, 16 insertions(+), 12 deletions(-) diff --git a/.azure-pipelines/azure-pipelines-win.yml b/.azure-pipelines/azure-pipelines-win.yml index 062cb3ca..b9da3d64 100755 --- a/.azure-pipelines/azure-pipelines-win.yml +++ b/.azure-pipelines/azure-pipelines-win.yml @@ -39,7 +39,7 @@ jobs: - script: | call activate base - mamba.exe install "python=3.10" conda-build conda pip conda-forge-ci-setup=3 -c conda-forge --strict-channel-priority --yes + mamba.exe install "python=3.10" conda-build conda pip boa conda-forge-ci-setup=3 -c conda-forge --strict-channel-priority --yes displayName: Install conda-build - script: set PYTHONUNBUFFERED=1 @@ -66,7 +66,7 @@ jobs: if NOT [%HOST_PLATFORM%] == [%BUILD_PLATFORM%] ( set "EXTRA_CB_OPTIONS=%EXTRA_CB_OPTIONS% --no-test" ) - conda.exe build "recipe" -m .ci_support\%CONFIG%.yaml --suppress-variables %EXTRA_CB_OPTIONS% + conda.exe mambabuild "recipe" -m .ci_support\%CONFIG%.yaml --suppress-variables %EXTRA_CB_OPTIONS% displayName: Build recipe env: PYTHONUNBUFFERED: 1 diff --git a/.scripts/build_steps.sh b/.scripts/build_steps.sh index 0fa0afa4..7bc6afbb 100755 --- a/.scripts/build_steps.sh +++ b/.scripts/build_steps.sh @@ -33,7 +33,9 @@ CONDARC mamba install --update-specs --yes --quiet --channel conda-forge \ - conda-build pip conda-forge-ci-setup=3 + conda-build pip boa conda-forge-ci-setup=3 +mamba update --update-specs --yes --quiet --channel conda-forge \ + conda-build pip boa conda-forge-ci-setup=3 # set up the condarc setup_conda_rc "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}" @@ -64,7 +66,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 mambabuild "${RECIPE_ROOT}" -m "${CI_SUPPORT}/${CONFIG}.yaml" \ --suppress-variables ${EXTRA_CB_OPTIONS:-} \ --clobber-file "${CI_SUPPORT}/clobber_${CONFIG}.yaml" ( startgroup "Validating outputs" ) 2> /dev/null diff --git a/.scripts/run_osx_build.sh b/.scripts/run_osx_build.sh index a352b807..3969edf3 100755 --- a/.scripts/run_osx_build.sh +++ b/.scripts/run_osx_build.sh @@ -24,7 +24,9 @@ source ${MINIFORGE_HOME}/etc/profile.d/conda.sh conda activate base mamba install --update-specs --quiet --yes --channel conda-forge \ - conda-build pip conda-forge-ci-setup=3 + conda-build pip boa conda-forge-ci-setup=3 +mamba update --update-specs --yes --quiet --channel conda-forge \ + conda-build pip boa conda-forge-ci-setup=3 @@ -73,7 +75,7 @@ else EXTRA_CB_OPTIONS="${EXTRA_CB_OPTIONS:-} --no-test" fi - conda build ./recipe -m ./.ci_support/${CONFIG}.yaml \ + conda mambabuild ./recipe -m ./.ci_support/${CONFIG}.yaml \ --suppress-variables ${EXTRA_CB_OPTIONS:-} \ --clobber-file ./.ci_support/clobber_${CONFIG}.yaml ( startgroup "Validating outputs" ) 2> /dev/null diff --git a/README.md b/README.md index 6983f6ed..df06aa9b 100644 --- a/README.md +++ b/README.md @@ -35,14 +35,14 @@ Package license: BSD-3-Clause Summary: The Go Programming Language -About go-cgo ------------- +About go-nocgo +-------------- Home: https://go.dev/ Package license: BSD-3-Clause -Summary: The Go Programming Language (cgo) +Summary: The Go Programming Language (nocgo) Development: https://github.com/golang/ @@ -57,14 +57,14 @@ It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. -About go-nocgo --------------- +About go-cgo +------------ Home: https://go.dev/ Package license: BSD-3-Clause -Summary: The Go Programming Language (nocgo) +Summary: The Go Programming Language (cgo) Development: https://github.com/golang/