From 6c23e3e837386cc563e5948b6114eeeb597707af Mon Sep 17 00:00:00 2001 From: Vojta Tuma Date: Wed, 12 Feb 2025 10:01:21 +0100 Subject: [PATCH] Python Wrapper: add Atlas --- python_wrapper/buildconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python_wrapper/buildconfig b/python_wrapper/buildconfig index 84869cee9..af13132be 100644 --- a/python_wrapper/buildconfig +++ b/python_wrapper/buildconfig @@ -11,6 +11,6 @@ # TODO we duplicate information -- pyproject.toml's `name` and `packages` are derivable from $NAME and must stay consistent NAME="mir" -CMAKE_PARAMS="-Deckit_ROOT=/tmp/mir/prereqs/eckitlib -Deccodes_ROOT=/tmp/mir/prereqs/eccodeslib" +CMAKE_PARAMS="-Deckit_ROOT=/tmp/mir/prereqs/eckitlib -Deccodes_ROOT=/tmp/mir/prereqs/eccodeslib -Datlas_ROOT=/tmp/mir/prereqs/atlaslib" PYPROJECT_DIR="python_wrapper" -DEPENDENCIES='["eccodeslib", "eckitlib"]' +DEPENDENCIES='["eccodeslib", "eckitlib", "atlaslib"]'