Skip to content

Commit

Permalink
[v1.22.x] fabtests/benchmarks: Fix synapseai fabtests build
Browse files Browse the repository at this point in the history
Signed-off-by: Itai Masuari <[email protected]>
(cherry picked from commit 3d1d5db)
  • Loading branch information
imasuari authored and j-xiong committed Jul 23, 2024
1 parent 12b8d30 commit e00c579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabtests/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ AC_ARG_WITH([synapseai],
[AS_IF([test "$freebsd" == "0"],
[AC_CHECK_LIB(dl, dlopen, [], [AC_MSG_ERROR([dlopen not found.])])],
[])
CPPFLAGS="-I$withval/include $CPPFLAGS"
CPPFLAGS="-I$withval/include -I/usr/include/drm -I/usr/include/libdrm $CPPFLAGS"
AC_CHECK_HEADER([habanalabs/synapse_api.h],
[AC_CHECK_HEADER([habanalabs/hlthunk.h],
[AC_CHECK_HEADER([habanalabs/scal.h],
Expand Down

0 comments on commit e00c579

Please sign in to comment.