Skip to content

Commit

Permalink
Add check to see if libnormaliz needs to link against CoCoA
Browse files Browse the repository at this point in the history
  • Loading branch information
d-torrance committed Sep 9, 2024
1 parent da17252 commit 4c2cbf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions M2/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -1045,6 +1045,7 @@ AS_IF([test $BUILD_normaliz = no],
SAVELIBS=$LIBS
LIBS="$LIBS -lnormaliz -lnauty -lgmp"
CHECK_NMZ_PACKAGE([ENFNORMALIZ], [-leantic -leanticxx])
CHECK_NMZ_PACKAGE([NMZ_COCOA], [-lcocoa])
AC_LINK_IFELSE(
[AC_LANG_PROGRAM([
#include <libnormaliz/cone.h>
Expand Down

0 comments on commit 4c2cbf3

Please sign in to comment.