Skip to content

Commit f9919fb

Browse files
etc: enable hpcombi in make-libsemigroups.sh
1 parent 29212a5 commit f9919fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

etc/make-libsemigroups.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ curl -L -O https://github.com/libsemigroups/libsemigroups/releases/download/v$VE
99
tar -xf libsemigroups-$VERSION.tar.gz
1010
rm -f libsemigroups-$VERSION.tar.gz
1111
cd libsemigroups-$VERSION
12-
./configure --disable-hpcombi && make -j4
12+
./configure && make -j4

0 commit comments

Comments
 (0)