From dfd2681b8727533378b556c0dfcc511e9e154628 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Tue, 29 Oct 2024 01:26:59 +0000 Subject: [PATCH 1/4] Update pin for libarrow --- recipe/migrations/libarrow180.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 recipe/migrations/libarrow180.yaml diff --git a/recipe/migrations/libarrow180.yaml b/recipe/migrations/libarrow180.yaml new file mode 100644 index 0000000000..65c172086e --- /dev/null +++ b/recipe/migrations/libarrow180.yaml @@ -0,0 +1,8 @@ +__migrator: + build_number: 1 + commit_message: Rebuild for libarrow 18.0 + kind: version + migration_number: 1 +libarrow: +- '18.0' +migrator_ts: 1730165218.7348938 From 231b4067b95dd7c8795aa92f58206a1baf29932a Mon Sep 17 00:00:00 2001 From: "H. Vetinari" Date: Tue, 29 Oct 2024 13:00:16 +1100 Subject: [PATCH 2/4] update migration for arrow v18.0 --- recipe/migrations/libarrow180.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/recipe/migrations/libarrow180.yaml b/recipe/migrations/libarrow180.yaml index 65c172086e..ec672f5192 100644 --- a/recipe/migrations/libarrow180.yaml +++ b/recipe/migrations/libarrow180.yaml @@ -3,6 +3,19 @@ __migrator: commit_message: Rebuild for libarrow 18.0 kind: version migration_number: 1 + exclude: + - pyarrow + - r-arrow + - arrow-c-glib + libarrow: - '18.0' +- '17.0' +- '16.1' +- 15 +libarrow_all: +- '18.0' +- '17.0' +- '16.1' +- 15 migrator_ts: 1730165218.7348938 From 71464dfd5dc92cd78438815380cdf5d43c106ade Mon Sep 17 00:00:00 2001 From: "H. Vetinari" Date: Tue, 29 Oct 2024 13:02:20 +1100 Subject: [PATCH 3/4] alphabetically sort keys in `packages_to_migrate_together.yaml` --- .../packages_to_migrate_together.yaml | 66 +++++++++---------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/recipe/migration_support/packages_to_migrate_together.yaml b/recipe/migration_support/packages_to_migrate_together.yaml index df9feeab5d..895c56a80e 100644 --- a/recipe/migration_support/packages_to_migrate_together.yaml +++ b/recipe/migration_support/packages_to_migrate_together.yaml @@ -5,39 +5,19 @@ coin_or_cbc: - coin_or_cbc - coincbc -libboost_devel: - - libboost_devel - - libboost_headers - - libboost_python_devel - gdal: - gdal - libgdal - libgdal_core -libpdal: - - pdal - - libpdal - - libpdal_core - -libpq: - - libpq - - postgresql - - postgresql_plpython - -libwebp: - - libwebp - - libwebp_base - -mkl: - - mkl - - mkl_devel +gstreamer: + - gstreamer + - gst_plugins_base -libscotch: - - libscotch - - libptscotch - - scotch - - ptscotch +libboost_devel: + - libboost_devel + - libboost_headers + - libboost_python_devel libgoogle_cloud: - google_cloud_cpp @@ -61,6 +41,22 @@ libgoogle_cloud: - libgoogle_cloud_speech_devel - libgoogle_cloud_storage_devel +libpdal: + - pdal + - libpdal + - libpdal_core + +libpq: + - libpq + - postgresql + - postgresql_plpython + +libscotch: + - libscotch + - libptscotch + - scotch + - ptscotch + libthrift: - libthrift - thrift_cpp @@ -69,18 +65,22 @@ libvigra: - libvigra - vigra -gstreamer: - - gstreamer - - gst_plugins_base +libwebp: + - libwebp + - libwebp_base -sqlite: - - sqlite - - libsqlite +mkl: + - mkl + - mkl_devel pytorch: - libtorch - pytorch +sqlite: + - sqlite + - libsqlite + vtk: - vtk_base - vtk From 7c54f941c9e61f36100e22d6abd396d3d917307b Mon Sep 17 00:00:00 2001 From: "H. Vetinari" Date: Tue, 29 Oct 2024 13:04:10 +1100 Subject: [PATCH 4/4] add libarrow to `packages_to_migrate_together.yaml` --- recipe/migration_support/packages_to_migrate_together.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recipe/migration_support/packages_to_migrate_together.yaml b/recipe/migration_support/packages_to_migrate_together.yaml index 895c56a80e..1b65b50018 100644 --- a/recipe/migration_support/packages_to_migrate_together.yaml +++ b/recipe/migration_support/packages_to_migrate_together.yaml @@ -14,6 +14,10 @@ gstreamer: - gstreamer - gst_plugins_base +libarrow: + - libarrow + - libarrow_all + libboost_devel: - libboost_devel - libboost_headers