[sage-devel] Allowing correct upstream acknowledgement by default ?

2018-07-05 Thread Thierry
Hi, the installation manual explains that if we want correct citations of upstream code, we have to: export SAGE_PROFILE=yes before building Sage's Cython files. Is there a reason why this is not the default ? IMHO, we should promote the citation of upsream libraries, which includes

[sage-devel] SageMath devel branch fails to build on Linux Mint 19; ntl, setuptools, ecl and givaro build failure

2018-07-05 Thread BJH2017
Hi, This error I'm confident has nothing to do with my environment variables as I build SageMath, or tried to, from a clean bash shell with a very simple ~/.bashrc (which just cd's to sage's git repo and runs make -j9, no environment variables set in it explicitly). The error is shown in this

[sage-devel] Re: Changing permutation group iteration order causes tons of doctests failures

2018-07-05 Thread Dima Pasechnik
IMHO many tests there should be made more robust, in the sense of independence on the order. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[sage-devel] Changing permutation group iteration order causes tons of doctests failures

2018-07-05 Thread Christian Stump
Changing permutation group iteration order causes tons of doctests failures, so *WHAT TO DO?* In https://trac.sagemath.org/ticket/25477, we implemented a fast iteration through permutation groups using strong generating sets. This causes the iteration order to change. The problem is that