diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2020-04-30 15:15:28 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2020-04-30 15:15:28 +0000 |
commit | ad89aca8b3350c4581e1272e90a21c31c97ee859 (patch) | |
tree | aefd388485d8a229077e762fbe451e9f62030c71 /math/libhomfly/files/patch-configure.ac | |
parent | science/afni: update to 20.1.05 (diff) |
Adding libhomfly, a library to compute the homfly polynomial of a link.
To be used by SageMath.
Notes
Notes:
svn path=/head/; revision=533461
Diffstat (limited to 'math/libhomfly/files/patch-configure.ac')
-rw-r--r-- | math/libhomfly/files/patch-configure.ac | 8 |
1 files changed, 8 insertions, 0 deletions
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]) |