Skip to content

Commit

Permalink
try again to set LD_LIBRARY_PATH properly [wheel build]
Browse files Browse the repository at this point in the history
  • Loading branch information
shanedsnyder committed Apr 26, 2024
1 parent f96fa26 commit 93f8012
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions darshan-util/pydarshan/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ before-all = [
"make install"
]
before-build = [
"export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD/darshan_install",
"echo LD_LIBRARY_PATH=$LD_LIBRARY_PATH",
"echo PYDARSHAN_BUILD_EXT=$PYDARSHAN_BUILD_EXT"
]
Expand Down

0 comments on commit 93f8012

Please sign in to comment.