Skip to content

Commit

Permalink
see if CIBW_ENVIRONMENT_PASS_LINUX helps [wheel build]
Browse files Browse the repository at this point in the history
  • Loading branch information
shanedsnyder committed Apr 29, 2024
1 parent 145a6ac commit 1021d50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions darshan-util/pydarshan/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,10 @@ before-all = [
]
before-build = [
"export LIBRARY_PATH=$PWD/darshan_install/lib",
"export CIBW_ENVIRONMENT_PASS_LINUX=LIBRARY_PATH",
"echo LIBRARY_PATH=$LIBRARY_PATH",
"echo PYDARSHAN_BUILD_EXT=$PYDARSHAN_BUILD_EXT",
"echo CIBW_ENVIRONMENT_PASS_LINUX=$CIBW_ENVIRONMENT_PASS_LINUX",
"ls $PWD/darshan_install/lib"
]
repair-wheel-command = [
Expand Down

0 comments on commit 1021d50

Please sign in to comment.