Skip to content

Commit

Permalink
Debug - output the hwloc pkgconfig file
Browse files Browse the repository at this point in the history
Signed-off-by: Ralph Castain <[email protected]>
  • Loading branch information
rhc54 committed Oct 3, 2023
1 parent dc3b1b5 commit 5c612dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crossversion/xversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,9 @@ def build_tree(bld, logfile=None):
return ret if ret < 0 or ret > 2 else (ret + 1000)

print("============ PMIx Build: "+bld.branch+" : Configure")
subprocess.call(["cat",
args.hwloc + "/lib/pkconfig/hwloc.pc"],
stdout=logfile, stderr=logfile, shell=False)
ret = subprocess.call(["./configure",
"--disable-debug",
"--enable-static",
Expand Down

0 comments on commit 5c612dd

Please sign in to comment.