Skip to content

Commit 0a94f9e

Browse files
author
guilhermesena1
committed
adding the built-in OpenMP check in addition to extra libraries needed on clang++
1 parent 84bfa33 commit 0a94f9e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

configure.ac

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ AC_PROG_RANLIB
3333

3434
AC_CONFIG_SUBDIRS([src/smithlab_cpp])
3535

36+
AC_OPENMP([C++])
3637
AX_OPENMP([], [AC_MSG_FAILURE([OpenMP must be installed to build abismal])]) dnl make sure we have openmp for multi-core in abismal
3738

3839
dnl check for the Zlib library

0 commit comments

Comments
 (0)