Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build/pkgs/nauty: Update to 2.8.9 #38572

Merged
merged 4 commits into from
Sep 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build/pkgs/nauty/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tarball=nauty${VERSION}.tar.gz
sha1=672e9fc9dfd07201af37ee65807a9b493331ed92
sha256=159d2156810a6bb240410cd61eb641add85088d9f15c888cdaa37b8681f929ce
sha1=23504eeae95a1a8a9abfd47029b4ff9da886471f
sha256=c97ab42bf48796a86a598bce3e9269047ca2b32c14fc23e07208a244fe52c4ee
upstream_url=https://pallini.di.uniroma1.it/nauty${VERSION_MAJOR}_${VERSION_MINOR}_${VERSION_MICRO}.tar.gz
2 changes: 1 addition & 1 deletion build/pkgs/nauty/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.8.8.p0
2.8.9
4 changes: 2 additions & 2 deletions build/pkgs/nauty/spkg-install.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fi

# Nauty doesn't have an install target; passing a prefix to configure is
# useless (but harmless)
sdh_configure CC="$CC -fPIC" $NAUTY_CONFIGURE
sdh_configure CC="$CC -fPIC" $NAUTY_CONFIGURE --enable-static --disable-shared
sdh_make

# No install target so we resort to manual copy
Expand All @@ -18,7 +18,7 @@ countg countneg cubhamg deledgeg delptg dimacs2g directg dreadnaut dretodot
dretog edgetransg genbg genbgL geng gengL genposetg genquarticg genrang
genspecialg gentourng gentreeg genktreeg hamheuristic labelg linegraphg listg
multig nbrhoodg newedgeg pickg planarg productg ranlabg ransubg shortg showg
subdivideg twohamg underlyingg vcolg watercluster2 NRswitchg"
subdivideg twohamg underlyingg uniqg vcolg watercluster2 NRswitchg"
sdh_install $PROGRAMS "$SAGE_LOCAL/bin"

sdh_install nauty.h "$SAGE_LOCAL/include/nauty"
Expand Down
2 changes: 1 addition & 1 deletion src/sage/graphs/generators/families.py
Original file line number Diff line number Diff line change
Expand Up @@ -3710,7 +3710,7 @@ def nauty_gentreeg(options='', debug=False):
...
ValueError: wrong format of parameter options
sage: list(graphs.nauty_gentreeg("3 -x", debug=True))
['>E Usage: ...gentreeg [-D#] [-Z#:#] [-ulps] [-q] n [res/mod] ...
['>E Usage: ...gentreeg [-D#] [-Z#:#] [-ulps] [-q] n... [res/mod] ...
sage: list(graphs.nauty_gentreeg("3", debug=True))
['>A ...gentreeg ...\n', Graph on 3 vertices]
"""
Expand Down
Loading