You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: correct nauty download URL and README improvements
- Fix nauty download URL: nauty29r3.tar.gz -> nauty2_9_3.tar.gz (404 fix)
- README: use dynamic brew --prefix path for Homebrew symlink example
- README: add -I /path/to/nauty to gcc compilation examples
- CI: add C4H10 test to Windows build for parity with other platforms
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
You can build-in gzip output using the zlib library (https://zlib.net). Add `-DZLIB` to the compilation, and link with the zlib library either by adding `-lz` or `libz.a`. This will activate the `-z` command to gzip the output:
**Note for macOS Homebrew users:** If you installed nauty via Homebrew (`brew install nauty`), the library file may be named `libnautyL1.a` rather than `nautyL1.a`. You can create a symlink to make it work with the Makefile:
0 commit comments