Skip to content

Commit

Permalink
revert change of Darshan install prefix [wheel build]
Browse files Browse the repository at this point in the history
  • Loading branch information
shanedsnyder committed Apr 26, 2024
1 parent 3b11996 commit 5dc2414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion darshan-util/pydarshan/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ before-all = [
"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",
"./configure --disable-darshan-runtime --enable-apxc-mod --enable-apmpi-mod",
"make install"
]
before-build = [
Expand Down

0 comments on commit 5dc2414

Please sign in to comment.