Skip to content

Commit 05eedbd

Browse files
Roll v1.4 take 2.
Disable some hwloc support that isn't needed. Signed-off-by: Samuel K. Gutierrez <[email protected]>
1 parent a387398 commit 05eedbd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

configure.ac

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
AC_PREREQ([2.71])
1010

1111
AC_INIT([libquo],
12-
[1.4.1-devel],
12+
[1.4],
1313
1414
[libquo],
1515
[https://lanl.github.io/libquo])
@@ -177,6 +177,8 @@ enable_cuda=no
177177
enable_nvml=no
178178
enable_pci=no
179179
enable_libudev=no
180+
enable_rocm=no
181+
enable_rsmi=no
180182

181183
HWLOC_SET_SYMBOL_PREFIX(quo_internal_)
182184

0 commit comments

Comments
 (0)