Skip to content

Commit

Permalink
Python Wrapper: add Atlas
Browse files Browse the repository at this point in the history
  • Loading branch information
tmi committed Mar 5, 2025
1 parent 674c3f8 commit 6c23e3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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"
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"]'

0 comments on commit 6c23e3e

Please sign in to comment.