Skip to content

Commit 15ff24e

Browse files
Nirav Shahnikhilprao
authored andcommitted
add error message if libnuma not present
Reviewed-by: Nikhil Rao <[email protected]> Signed-off-by: Nirav Shah <[email protected]>
1 parent c0991e5 commit 15ff24e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AC_INIT([dsa_perf_micros], 1.0)
22
AM_INIT_AUTOMAKE([foreign])
3-
AC_SEARCH_LIBS(numa_max_node, numa,,)
3+
AC_SEARCH_LIBS(numa_max_node,numa,,AC_MSG_ERROR([unable to find libnuma. install the dependency package]),)
44
AC_PROG_CC
55
CFLAGS+=" -mavx512f"
66
AC_CONFIG_FILES([Makefile src/Makefile])

doc/build.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,12 @@ Build
1919

2020
Prerequisites
2121
*************
22-
- Libraries: - accel-config (https://github.com/intel/idxd-config) version 3.4.5 or higher
22+
23+
* Libraries:
24+
25+
* accel-config (https://github.com/intel/idxd-config) version 3.4.5 or higher
26+
* libnuma
27+
2328

2429
Build Steps
2530
***********

0 commit comments

Comments
 (0)