Thanks for catching this. I have created https://trac.sagemath.org/ticket/30703 for this. Could you push your fix to the ticket please?
On Saturday, October 3, 2020 at 8:57:36 AM UTC-7, Thierry Thomas wrote: > > 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. > -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/c8e0fdde-b1b5-440f-87de-7dba8b9f9990o%40googlegroups.com.