Skip to content

Commit

Permalink
Python Wrapper: add eckit geo
Browse files Browse the repository at this point in the history
  • Loading branch information
tmi committed Mar 6, 2025
1 parent 7901da2 commit 14bd4a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python_wrapper/buildconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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 -Datlas_ROOT=/tmp/mir/prereqs/atlaslib-ecmwf"
CMAKE_PARAMS="-Deckit_ROOT=/tmp/mir/prereqs/eckitlib -Deccodes_ROOT=/tmp/mir/prereqs/eccodeslib -Datlas_ROOT=/tmp/mir/prereqs/atlaslib-ecmwf -DECKIT_GEO=ON"
PYPROJECT_DIR="python_wrapper"
DEPENDENCIES='["eccodeslib", "eckitlib", "atlaslib-ecmwf"]'

0 comments on commit 14bd4a1

Please sign in to comment.