From 6373d1a50bf948d41560c5daa075e825b8a17b72 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Fri, 3 Jan 2025 02:38:57 +0000 Subject: [PATCH] Close out migration for mkl2024 --- recipe/conda_build_config.yaml | 6 ++++-- recipe/migrations/mkl2024.yaml | 11 ----------- 2 files changed, 4 insertions(+), 13 deletions(-) delete mode 100644 recipe/migrations/mkl2024.yaml diff --git a/recipe/conda_build_config.yaml b/recipe/conda_build_config.yaml index b5b8653dbd..b09b63c76f 100644 --- a/recipe/conda_build_config.yaml +++ b/recipe/conda_build_config.yaml @@ -711,9 +711,11 @@ metis: mimalloc: - 2.1.7 mkl: - - '2023' + - '2024' # [not osx] + - '2023' # [osx] mkl_devel: - - 2023 + - '2024' # [not osx] + - '2023' # [osx] mpg123: - '1.32' mpich: diff --git a/recipe/migrations/mkl2024.yaml b/recipe/migrations/mkl2024.yaml deleted file mode 100644 index 00b3fc73a0..0000000000 --- a/recipe/migrations/mkl2024.yaml +++ /dev/null @@ -1,11 +0,0 @@ -__migrator: - build_number: 1 - kind: version - migration_number: 1 -migrator_ts: 1701976941.105781 -mkl: -- '2024' # [not osx] -- '2023' # [osx] -mkl_devel: -- '2024' # [not osx] -- '2023' # [osx]