Skip to content

Commit

Permalink
Roll v1.4 take 2.
Browse files Browse the repository at this point in the history
Disable some hwloc support that isn't needed.

Signed-off-by: Samuel K. Gutierrez <[email protected]>
  • Loading branch information
samuelkgutierrez committed Mar 7, 2024
1 parent a387398 commit 05eedbd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
AC_PREREQ([2.71])

AC_INIT([libquo],
[1.4.1-devel],
[1.4],
[[email protected]],
[libquo],
[https://lanl.github.io/libquo])
Expand Down Expand Up @@ -177,6 +177,8 @@ enable_cuda=no
enable_nvml=no
enable_pci=no
enable_libudev=no
enable_rocm=no
enable_rsmi=no

HWLOC_SET_SYMBOL_PREFIX(quo_internal_)

Expand Down

0 comments on commit 05eedbd

Please sign in to comment.