Skip to content

Commit

Permalink
fabtests/benchmarks: Fix synapseai fabtests build
Browse files Browse the repository at this point in the history
Signed-off-by: Itai Masuari <[email protected]>
  • Loading branch information
imasuari authored and j-xiong committed Jul 21, 2024
1 parent 386f574 commit 3d1d5db
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 3d1d5db

Please sign in to comment.