Skip to content

Commit

Permalink
support dependency generation
Browse files Browse the repository at this point in the history
  • Loading branch information
tmi committed Dec 9, 2024
1 parent 9fed163 commit d51e71e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-wheel-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ jobs:

steps:
- uses: actions/checkout@v2
- run: /buildscripts/prepare_deps.sh ./eckit/python_wrapper/buildconfig 3.11
- run: /buildscripts/compile.sh ./eckit/python_wrapper/buildconfig

################################################################
- run: /buildscripts/wheel-linux.sh ./eckit/python_wrapper/buildconfig 3.11
- uses: actions/upload-artifact@v4
name: Upload wheel 3.11
Expand Down
2 changes: 1 addition & 1 deletion python_wrapper/buildconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
NAME="eckit"
CMAKE_PARAMS="-DENABLE_MPI=0 -DENABLE_ECKIT_GEO=1"
PYPROJECT_DIR="python_wrapper"
FINDLIBS_DEPENDENCIES='[]'
DEPENDENCIES='[]'

0 comments on commit d51e71e

Please sign in to comment.