From 0a94f9e7d41d10c9450de0c8e08126aa926a848d Mon Sep 17 00:00:00 2001 From: guilhermesena1 Date: Fri, 23 Sep 2022 00:38:28 +0100 Subject: [PATCH] adding the built-in OpenMP check in addition to extra libraries needed on clang++ --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index f179072..aacddf8 100644 --- a/configure.ac +++ b/configure.ac @@ -33,6 +33,7 @@ AC_PROG_RANLIB AC_CONFIG_SUBDIRS([src/smithlab_cpp]) +AC_OPENMP([C++]) AX_OPENMP([], [AC_MSG_FAILURE([OpenMP must be installed to build abismal])]) dnl make sure we have openmp for multi-core in abismal dnl check for the Zlib library