From a6a79f90d663996592f2a100eeb4a54a9ac81107 Mon Sep 17 00:00:00 2001 From: Shane Snyder Date: Fri, 26 Apr 2024 09:27:27 -0500 Subject: [PATCH] don't install darshan-util in /usr/local --- darshan-util/pydarshan/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/darshan-util/pydarshan/pyproject.toml b/darshan-util/pydarshan/pyproject.toml index cba614c3e..3d367bbc2 100644 --- a/darshan-util/pydarshan/pyproject.toml +++ b/darshan-util/pydarshan/pyproject.toml @@ -90,7 +90,7 @@ before-all = [ "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" ] repair-wheel-command = "auditwheel repair -w {dest_dir} {wheel}" @@ -103,7 +103,7 @@ before-all = [ "brew install lapack", "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" ] repair-wheel-command = [