Package: nauty / 2.4-2

Metadata

Package Version Patches format
nauty 2.4-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
feature/shlib.diff p1 | (download)

makefile.in | 241 136 + 105 - 0 !
1 file changed, 136 insertions(+), 105 deletions(-)

 [patch] feature/shlib

Modify makefile.in to support building a shared library and static
library.


Signed-off-by: David Bremner <bremner@unb.ca>


fix/getline.diff p1 | (download)

checks6.c | 2 1 + 1 - 0 !
gtools-h.in | 2 1 + 1 - 0 !
gtools.c | 12 6 + 6 - 0 !
shortg.c | 2 1 + 1 - 0 !
4 files changed, 9 insertions(+), 9 deletions(-)

 [patch] fix/getline

rename gtools getline to avoid conflict with glibc's version.  Since
getline is now part of POSIX2008, having our own version could cause
problems for other applications linking to libnauty, even if we turn
on the appropriate flags to hide the glibc version.

Signed-off-by: David Bremner <bremner@unb.ca>