Skip to content

Commit

Permalink
Disable building NormalizInterface.
Browse files Browse the repository at this point in the history
While that's not nice, it still seems better than disabling
digraphs, float and semigroups, which are far more complex packages,
and hence more likely to be broken by changes on master.
  • Loading branch information
fingolfin committed Sep 10, 2018
1 parent df657fd commit c4efca4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions etc/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,17 @@ do

# skip linboxing because it hasn't compiled for years
rm -rf linboxing*

# skip PolymakeInterface: no polynmake installed (TODO: is there a polymake package we can use)
rm -rf PolymakeInterface*

# skip NormalizInterface: currently fails to build due to lack of C++
# support in the install GMP (this only seems to appear when using GCC >= 5,
# so may be due to C++ ABI differences). Once we require C++ support in GAP,
# we can presumably re-enable it, if we switch the testpackge builds to use
# GAP's builtin GMP.
rm -rf NormalizInterface*

# HACK to work out timestamp issues with anupq
touch anupq*/configure* anupq*/Makefile* anupq*/aclocal.m4

Expand Down

0 comments on commit c4efca4

Please sign in to comment.