Skip to content

Commit df67f19

Browse files
author
Matthias Koeppe
committed
build/pkgs/nauty: Handle SAGE_FAT_BINARY
1 parent e349b00 commit df67f19

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.8.6.p0
1+
2.8.6.p1

build/pkgs/nauty/spkg-install.in

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
cd src
22

3+
NAUTY_CONFIGURE=""
4+
5+
if [ "$SAGE_FAT_BINARY" = "yes" ]; then
6+
NAUTY_CONFIGURE+="--enable-generic --disable-popcnt"
7+
fi
8+
39
# Nauty doesn't have an install target; passing a prefix to configure is
410
# useless (but harmless)
5-
sdh_configure CC="$CC -fPIC"
11+
sdh_configure CC="$CC -fPIC" $NAUTY_CONFIGURE
612
sdh_make
713

814
# No install target so we resort to manual copy

0 commit comments

Comments
 (0)