Hello, Am Thu, Feb 06, 2025 at 09:40:11PM +0500 schrieb Nigko Yerden: > I rewrote this old patch. New patch provides > 1. Updated package revision number 6860 (was 6547). > 2. Apparent reproducibility of the package. > 3. 'check' build phase for running tests. > 4. Unbundled libffi. thanks for sending the new patch, and so quickly; I did not expect unbundling of libffi to require so much work! And running tests is also good. I have moved the package from the maths to the algebra module (which is more specific). The patch needs to be registered in local.mk. I would also suggest to use the snapshot date and not the svn commit as the version number, since it is more telling (and also appears "higher up" in the file hierarchy on their site). And maybe call the package just "reduce" instead of "reduce-csl"? I wondered whether we should also compile with psl (using "--with-both" instead of "--with-csl"); but I suppose that this would just create a duplicate? It is a bit surprising to first use "--without-autogen" and then call autogen in a separate phase, but I tried to drop both, and this caused an error. The package compiles, and I could run reduce with a few of the examples from their website. Are you okay with the patch as attached, or would you prefer to handle differently some changes I made? Andreas