Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac #32088: gfan testsuite hangs on 32bit
For example: `tox -e docker-centos-7-i386-standard gfan` never seems to terminate. To check, use `tox -e docker-centos-7-i386-standard gfan-build-deps`, then run the built image with Docker. Then `make gfan` builds the package and hangs in the testsuite after printing: {{{ gfan-0.6.2.p1] Running command:"cat <testsuite/0509IntegerGroebnerFan/input|./gfan _overintegers --groebnerFan |grep F_VECTOR>testsuite/0509IntegerGroebnerFan/outputNew" [gfan-0.6.2.p1] Running command:"cat <testsuite/0510Minkowskisum/input|./gfan _minkowskisum --symmetry | grep -A1 F_VECTOR>testsuite/0510Minkowskisum/outputNew" [gfan-0.6.2.p1] Running command:"cat <testsuite/0511FanHomology/input|./gfan _fanhomology -i testsuite/0511Fa nHomology/nonTopHomology.poly>testsuite/0511FanHomology/outputNew" [gfan-0.6.2.p1] Running command:"cat <testsuite/0600ResultantFan/input|./gfan _resultantfan --vectorinput | grep F_VECTOR -A1>testsuite/0600ResultantFan/outputNew" [gfan-0.6.2.p1] Running command:"cat <testsuite/0601ResultantFanSpecialised/input|./gfan _resultantfan --vectorinput --special| grep F_VECTOR -A1>testsuite/0601ResultantFanSpecialised/outputNew" [gfan-0.6.2.p1] Running command:"cat <testsuite/0602ResultantFanProjection/input|./gfan _resultantfan --vectorinput --projection| grep F_VECTOR -A1>testsuite/0602ResultantFanProjection/outputNew" }}} URL: https://trac.sagemath.org/32088 Reported by: mkoeppe Ticket author(s): Thierry Monteil Reviewer(s): Matthias Koeppe
- Loading branch information