Skip to content

Commit ba9d4be

Browse files
committed
configure: hwloc-devel is dead, and add a link to github issues
Signed-off-by: Brice Goglin <[email protected]>
1 parent 2c4baea commit ba9d4be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/hwloc.m4

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dnl -*- Autoconf -*-
22
dnl
3-
dnl Copyright © 2009-2024 Inria. All rights reserved.
3+
dnl Copyright © 2009-2025 Inria. All rights reserved.
44
dnl Copyright © 2009-2012, 2015-2017, 2020, 2023 Université Bordeaux
55
dnl Copyright © 2004-2005 The Trustees of Indiana University and Indiana
66
dnl University Research and Technology
@@ -934,7 +934,7 @@ return 0;
934934
935935
AS_IF([test "x$hwloc_pthread_mutex_happy" != xyes -a "x$hwloc_windows" != xyes],
936936
[AC_MSG_WARN([pthread_mutex_lock not available, required for thread-safe initialization on non-Windows platforms.])
937-
AC_MSG_WARN([Please report this to the hwloc-devel mailing list.])
937+
AC_MSG_WARN([Please report this to the hwloc-users mailing list or at https://github.com/open-mpi/hwloc])
938938
AC_MSG_ERROR([Cannot continue])])
939939
940940
dnl Don't check for valgrind in embedded mode because this may conflict

0 commit comments

Comments
 (0)