Added abiword #112
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "bobpaul/abiword"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
make check
fails on Power, mostly due to rounding errors. It sounds like this might be becauselong double
on Power is 106bit precision instead of 80bit precision.I checked the Debian package and they just disable checks on Power. Gentoo's ebuild doesn't run the checks on any platform.
gnumeric requires
automake-1.16
to build. I just downgraded to build the package.The following order works to build everything:
wv hunspell-en_us lasem link-grammar telepathy-glib goffice abiword gnumeric
ok, I was able to build everything on riscv64 as well, with some caveats:
--nocheck
because some of the check scripts were timing out in qemu.Checkout
From your project repository, check out a new branch and test the changes.