Skip to content

Commit

Permalink
Disable hpcombi explicitly for 32-bit
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell committed Jan 23, 2024
1 parent 99a160f commit 838fdb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ci/run-tests-in-docker-container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ sudo chown -R libsemigroups: /home/libsemigroups
cd /home/libsemigroups
mkdir -p m4
./autogen.sh
./configure
./configure --disable-hpcombi # HPCombi doesn't work in 32-bit mode
make "$GH_ACTIONS_TEST_PROG" -j4
./"$GH_ACTIONS_TEST_PROG" "$GH_ACTIONS_TEST_TAGS" --abort
2 changes: 2 additions & 0 deletions m4/ax_check_hpcombi.m4
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ AS_IF([test "x$enable_hpcombi" = xyes],
[ax_hpcombi_cxxflags_variable]),
[])])
# TODO check if compiling in 32-bit, and in that case disable hpcombi
AS_IF([test "x$enable_hpcombi" = xyes],
AC_SUBST(ax_hpcombi_cxxflags_variable))
])

0 comments on commit 838fdb3

Please sign in to comment.