sage-on-gentoo icon indicating copy to clipboard operation
sage-on-gentoo copied to clipboard

(Unofficial) Gentoo Overlay for Sage- and Sage-related ebuilds

Results 25 sage-on-gentoo issues
Sort by recently updated
recently updated
newest added

``` sage -t --long --random-seed=4867623489143374956615441254140194808 /usr/lib/python3.10/site-packages/sage/matrix/matrix_integer_dense.pyx # Timed out (and interrupt failed) ``` It doesn't always fail. But it related to using openblas with threads. Switching openblas to use openmp...

https://trac.sagemath.org/ticket/34251 is bringing a new MIP backend with its dependencies to supplement cylp (already in overlay). It is optional at this stage - just like cylp but would be good...

Recently (https://github.com/cschwan/sage-on-gentoo/commit/cbcf48fda34a2e352caea6f5c12647caf49a0c13) changes were made to maxima and there was a rev bump from `5.45.1-r3 -> 5.45.1-r4`. Should this bump be reflected in the `sage-9999.ebuild`? ``` >=sci-mathematics/maxima-5.45.1-r3[ecls] ``` emerging `sage-9999`...

``` >>> Compiling source in /var/tmp/portage/dev-gap/io-4.7.1/work/io-4.7.1 ... /usr/bin/remake -j12 -l13 ./config.status gen/pkgconfig.h config.status: creating gen/pkgconfig.h config.status: gen/pkgconfig.h is unchanged echo > gen/pkgconfig.h.stamp GAC src/io.c => gen/src/io.lo /bin/dash /usr/share/gap/libtool --mode=compile x86_64-pc-linux-gnu-gcc...

On vanilla (9.6.beta5) I have ``` sage -t --long --warn-long 107.7 --random-seed=251680023171002497689895805913335591705 src/sage/structure/coerce_actions.pyx ********************************************************************** File "src/sage/structure/coerce_actions.pyx", line 773, in sage.structure.coerce_actions.IntegerMulAction._act_ Failed example: alarm(0.1); (2^(10^7)) * P Expected: Traceback (most recent...

First noticed this installing vanilla but it's also present on s-o-g. It may be of no consequence since it is not fatal. From the build folder `/var/tmp/portage/sci-mathematics/sage-doc-9999/work/build_doc/latex/ja/tutorial` ``` # dvipdfmx...

This is the table of contents page for `combinat.pdf`. The formatting is not preserved in the attached but notice that the page numbering is different. This is from s-o-g: [s-o-g.pdf](https://github.com/cschwan/sage-on-gentoo/files/8751317/s-o-g.pdf)...

The most pressing situation seems to be on Prefix although I occasionally have issues on Gentoo. The pickling issues are similar to https://github.com/cschwan/sage-on-gentoo/issues/667#issuecomment-1004356911 when building the standard `sage-doc-9999`. Doing ```...

The newer (and final) version is 2.2.2, see https://metacpan.org/pod/MongoDB

This is in a Prefix and it causes the failure ``` sage -t --long --random-seed=0 usr/lib/python3.9/site-packages/sage/rings/number_field/totallyreal.pyx # Timed out (and interrupt failed) ``` The failing line in `totallyreal.pyx` is line...