From 88c770e07286ee9dea8e0423d940cdce4c56d499 Mon Sep 17 00:00:00 2001 From: Vojta Tuma Date: Mon, 16 Dec 2024 12:58:10 +0100 Subject: [PATCH] Python package name consolidation --- .github/workflows/build-wheel-linux.yml | 2 +- python_wrapper/buildconfig | 4 ++-- python_wrapper/setup.cfg | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-wheel-linux.yml b/.github/workflows/build-wheel-linux.yml index c146e1f7..92fce300 100644 --- a/.github/workflows/build-wheel-linux.yml +++ b/.github/workflows/build-wheel-linux.yml @@ -24,7 +24,7 @@ jobs: runs-on: [self-hosted, Linux, platform-builder-Rocky-8.6] # TODO which manylinux do we want to build for? 2014? 2_28? 2_34? Matrix? container: - image: eccr.ecmwf.int/wheelmaker/2_28:0.10 + image: eccr.ecmwf.int/wheelmaker/2_28:latest credentials: username: ${{ secrets.ECMWF_DOCKER_REGISTRY_USERNAME }} password: ${{ secrets.ECMWF_DOCKER_REGISTRY_ACCESS_TOKEN }} diff --git a/python_wrapper/buildconfig b/python_wrapper/buildconfig index e07247fd..96e0558b 100644 --- a/python_wrapper/buildconfig +++ b/python_wrapper/buildconfig @@ -13,5 +13,5 @@ NAME="odc" CMAKE_PARAMS="" PYPROJECT_DIR="python_wrapper" -export eckit_ROOT="/tmp/prereqs/eckit" -DEPENDENCIES='["eckit"]' +export eckit_ROOT="/tmp/prereqs/eckitlib" +DEPENDENCIES='["eckitlib"]' diff --git a/python_wrapper/setup.cfg b/python_wrapper/setup.cfg index 9662d60d..cf8d0d50 100644 --- a/python_wrapper/setup.cfg +++ b/python_wrapper/setup.cfg @@ -1,5 +1,5 @@ [metadata] -description = "odc" +description = "odclib" long_description = file: README.md long_description_content_type = text/markdown author = file: AUTHORS