We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba46f32 + ac3fb0d commit cf8087dCopy full SHA for cf8087d
config/opal_check_rocm.m4
@@ -1,5 +1,5 @@
1
dnl
2
-dnl Copyright (C) 2022 Advanced Micro Devices, Inc. All rights reserved.
+dnl Copyright (C) 2022-2023 Advanced Micro Devices, Inc. All rights reserved.
3
dnl $COPYRIGHT$
4
5
dnl Additional copyrights may follow
@@ -51,8 +51,10 @@ AC_DEFUN([OPAL_CHECK_ROCM],[
51
[opal_check_rocm_happy="no"])
52
53
LDFLAGS="$rocm_save_LDFLAGS"
54
- OPAL_APPEND([CPPFLAGS], [${$1_CPPFLAGS}] )
55
LIBS="$rocm_save_LIBS"
+ OPAL_APPEND([CPPFLAGS], [${$1_CPPFLAGS}] )
56
+ OPAL_APPEND([LDFLAGS], [${$1_LDFLAGS}] )
57
+ OPAL_APPEND([LIBS], [${$1_LIBS}] )
58
59
AS_IF([ test "$opal_check_rocm_happy" = "no" ],
60
[ CPPFLAGS="$rocm_save_CPPFLAGS"])
0 commit comments