Skip to content

Commit

Permalink
cibuildwheel updates to use generic script [wheel build]
Browse files Browse the repository at this point in the history
  • Loading branch information
shanedsnyder committed May 2, 2024
1 parent 9839728 commit 4ca535f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions darshan-util/pydarshan/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,7 @@ before-all = [
"yum install -y libxslt-devel libxml2-devel",
"yum install -y libjpeg libjpeg-devel",
"git submodule update --init",
"./prepare.sh",
"./configure --prefix=$PWD/darshan_install --disable-darshan-runtime --enable-apxc-mod --enable-apmpi-mod",
"make install"
"DARSHAN_INSTALL_PREFIX=$PWD/darshan_install DARSHAN_RUNTIME_SKIP=1 darshan-test/automated/build-darshan.sh"
]
repair-wheel-command = [
"auditwheel repair -w {dest_dir} {wheel}"
Expand All @@ -109,9 +107,7 @@ before-all = [
"brew install openblas",
"brew install lapack",
"git submodule update --init",
"./prepare.sh",
"./configure --prefix=$PWD/darshan_install --disable-darshan-runtime --enable-apxc-mod --enable-apmpi-mod",
"make install"
"DARSHAN_INSTALL_PREFIX=$PWD/darshan_install DARSHAN_RUNTIME_SKIP=1 darshan-test/automated/build-darshan.sh"
]
repair-wheel-command = [
"delocate-listdeps {wheel}",
Expand Down

0 comments on commit 4ca535f

Please sign in to comment.