From c1a73c5a5568453c455b0a138265974b2c8e9fd0 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Wed, 27 Mar 2024 10:12:49 +0000 Subject: [PATCH] Rebuild for libboost 1.84 --- .ci_support/migrations/boost1840.yaml | 10 ++++++++++ recipe/meta.yaml | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 .ci_support/migrations/boost1840.yaml diff --git a/.ci_support/migrations/boost1840.yaml b/.ci_support/migrations/boost1840.yaml new file mode 100644 index 0000000..5d6e74c --- /dev/null +++ b/.ci_support/migrations/boost1840.yaml @@ -0,0 +1,10 @@ +__migrator: + build_number: 1 + kind: version + commit_message: "Rebuild for libboost 1.84" + migration_number: 1 +libboost_devel: +- "1.84" +libboost_python_devel: +- "1.84" +migrator_ts: 1700834511.141209 diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 05eecc0..030ed62 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -12,12 +12,13 @@ source: - use_external_spglib.patch build: - number: 8 + number: 9 skip: true # [win or py<35] requirements: build: - {{ compiler('cxx') }} + - {{ stdlib("c") }} - llvm-openmp # [osx] - libgomp # [linux and not aarch64] host: