From ad89aca8b3350c4581e1272e90a21c31c97ee859 Mon Sep 17 00:00:00 2001 From: Thierry Thomas Date: Thu, 30 Apr 2020 15:15:28 +0000 Subject: Adding libhomfly, a library to compute the homfly polynomial of a link. To be used by SageMath. --- math/libhomfly/files/patch-configure.ac | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 math/libhomfly/files/patch-configure.ac (limited to 'math/libhomfly/files/patch-configure.ac') diff --git a/math/libhomfly/files/patch-configure.ac b/math/libhomfly/files/patch-configure.ac new file mode 100644 index 000000000000..cb366c337c12 --- /dev/null +++ b/math/libhomfly/files/patch-configure.ac @@ -0,0 +1,8 @@ +--- configure.ac.orig 2018-11-08 13:08:16 UTC ++++ configure.ac +@@ -1,4 +1,4 @@ +-AC_INIT([libhomfly], [1.02r5], [mmarco@unizar.es]) ++AC_INIT([libhomfly], [1.02r6], [mmarco@unizar.es]) + AC_CONFIG_AUX_DIR([build-aux]) + AC_CONFIG_MACRO_DIR([m4]) + AM_INIT_AUTOMAKE([foreign -Wall]) -- cgit v1.2.3