Skip to content

Commit

Permalink
more cibuildwheel tinkering [wheel build]
Browse files Browse the repository at this point in the history
  • Loading branch information
shanedsnyder committed Apr 26, 2024
1 parent cb437e1 commit f96fa26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions darshan-util/pydarshan/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,17 +87,17 @@ test-command = "pytest {package}"

[tool.cibuildwheel.linux]
before-all = [
"echo LD_LIBRARY_PATH=$LD_LIBRARY_PATH",
"yum install -y blas-devel lapack-devel",
"yum install -y libxslt-devel libxml2-devel",
"yum install -y libjpeg libjpeg-devel",
"git submodule update --init",
"./prepare.sh",
"./configure --disable-darshan-runtime --enable-apxc-mod --enable-apmpi-mod",
"./configure --prefix=$PWD/darshan_install --disable-darshan-runtime --enable-apxc-mod --enable-apmpi-mod",
"make install"
]
before-build = [
"echo LD_LIBRARY_PATH=$LD_LIBRARY_PATH"
"echo LD_LIBRARY_PATH=$LD_LIBRARY_PATH",
"echo PYDARSHAN_BUILD_EXT=$PYDARSHAN_BUILD_EXT"
]
repair-wheel-command = [
"auditwheel repair -w {dest_dir} {wheel}"
Expand Down

0 comments on commit f96fa26

Please sign in to comment.