Thierry Thomas
unread,Oct 3, 2020, 11:57:36 AM10/3/20Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sage-devel
Hello,
I´m working on Sage-9.2.beta14, and I noticed that 2 args are switched
in AC_SEARCH_LIBS: densenauty is the function and nauty is the library:
--- build/pkgs/libnauty/spkg-configure.m4.orig 2020-10-02 15:26:33 UTC
+++ build/pkgs/libnauty/spkg-configure.m4
@@ -2,6 +2,6 @@ SAGE_SPKG_CONFIGURE([libnauty], [
SAGE_SPKG_DEPCHECK([nauty], [
dnl The library is actually installed by the nauty spkg.
AC_CHECK_HEADER([nauty/nauty.h], [], [sage_spkg_install_libnauty=yes])
- AC_SEARCH_LIBS([nauty], [densenauty], [], [sage_spkg_install_libnauty=yes])
+ AC_SEARCH_LIBS([densenauty], [nauty], [], [sage_spkg_install_libnauty=yes])
])
])
Best regards.
--
Th. Thomas.