We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e349b00 commit df67f19Copy full SHA for df67f19
build/pkgs/nauty/package-version.txt
@@ -1 +1 @@
1
-2.8.6.p0
+2.8.6.p1
build/pkgs/nauty/spkg-install.in
@@ -1,8 +1,14 @@
cd src
2
3
+NAUTY_CONFIGURE=""
4
+
5
+if [ "$SAGE_FAT_BINARY" = "yes" ]; then
6
+ NAUTY_CONFIGURE+="--enable-generic --disable-popcnt"
7
+fi
8
9
# Nauty doesn't have an install target; passing a prefix to configure is
10
# useless (but harmless)
-sdh_configure CC="$CC -fPIC"
11
+sdh_configure CC="$CC -fPIC" $NAUTY_CONFIGURE
12
sdh_make
13
14
# No install target so we resort to manual copy
0 commit comments