Skip to content

Commit 7c4a408

Browse files
committed
ompi_check_libhcoll: Fix bug where --with-hcoll will fail to configure.
I have HCOLL installed on my local machine via rpm in '/opt/mellanox/hcoll', and using this configure option would fail to find the pkgconfig 'hcoll.pc', resulting in a configure failure. I think this should be 'hcoll' not 'libhcoll', and this makes it consistent with other OAC_CHECK_PACKAGE calls. Signed-off-by: Austen Lauria <awlauria@us.ibm.com>
1 parent ff0c2ca commit 7c4a408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/ompi_check_libhcoll.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ AC_DEFUN([OMPI_CHECK_HCOLL],[
2424
[Build hcoll (Mellanox Hierarchical Collectives) support, optionally adding
2525
DIR/include and DIR/lib or DIR/lib64 to the search path for headers and libraries])])
2626

27-
OAC_CHECK_PACKAGE([libhcoll],
27+
OAC_CHECK_PACKAGE([hcoll],
2828
[$1],
2929
[hcoll/api/hcoll_api.h],
3030
[hcoll],

0 commit comments

Comments
 (0)