Skip to content

Commit

Permalink
adding the built-in OpenMP check in addition to extra libraries neede…
Browse files Browse the repository at this point in the history
…d on clang++
  • Loading branch information
guilhermesena1 committed Sep 22, 2022
1 parent 84bfa33 commit 0a94f9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a94f9e

Please sign in to comment.