Skip to content

Commit d0e122f

Browse files
committed
with SAGE_CHECK=yes, one needs io installed to prevent hangs
1 parent 038a4c7 commit d0e122f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build/pkgs/gap/spkg-check.in

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ cd src
33
# #28728: Fix test failure in tst/testinstall/strings.tst
44
export LC_CTYPE=en_US.UTF-8
55

6+
# #34391: in GAP 4.12 some packages need GAP package io
7+
# to let tests run, otherwise this hangs. Thus we install io here.
8+
cd pkg/io
9+
./configure --with-gaproot=../..
10+
make
11+
cd ../..
12+
613
make testinstall
714
if [[ $? -ne 0 ]]; then
815
exit 1

0 commit comments

Comments
 (0)