Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e2e9258

Browse files
committedFeb 13, 2025·
Reorg python interface
1 parent 3e3b2f6 commit e2e9258

23 files changed

+2
-2
lines changed
 
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

‎pyproject.toml ‎python_interface/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ name = "pymultio"
2424
readme = "README.md"
2525
description = "A Python interface to multio."
2626
keywords = [ "multio", "multiopython", "tools" ]
27-
license = { file = "LICENSE" }
27+
license = { file = "../LICENSE" }
2828
authors = [
2929
{ name = "European Centre for Medium-Range Weather Forecasts (ECMWF)", email = "software.support@ecmwf.int" },
3030
]

‎python_wrapper/buildconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
NAME="multio"
1414
CMAKE_PARAMS1="-Deckit_ROOT=/tmp/multio/prereqs/eckitlib -Deccodes_ROOT=/tmp/multio/prereqs/eccodeslib -Dmetkit_ROOT=/tmp/multio/prereqs/metkitlib -Datlas_ROOT=/tmp/multio/prereqs/atlaslib -Dfdb5_ROOT=/tmp/multio/prereqs/fdblib -Dmir_ROOT=/tmp/multio/prereqs/mirlib -Dfckit_ROOT=/tmp/multio/prereqs/fckitlib"
15-
CMAKE_PARAMS2="-DENABLE_ATLAS_IO=0"
15+
CMAKE_PARAMS2="-DENABLE_ATLAS_IO=1"
1616
CMAKE_PARAMS="$CMAKE_PARAMS1 $CMAKE_PARAMS2"
1717
PYPROJECT_DIR="python_wrapper"
1818
DEPENDENCIES='["eckitlib", "eccodeslib", "metkitlib", "atlaslib", "fdblib", "mirlib", "fckitlib"]'

0 commit comments

Comments
 (0)
Please sign in to comment.