cyrilbouvier
cyrilbouvier
I found this help that may help: http://clang-developers.42468.n3.nabble.com/unknown-target-CPU-pentium-m-td4062968.html It looks like a problem with the installation of clang on this machine.
The file `givtypestring.h` was added in Givaro after the last release. You need the current master branch of Givaro to compile the current master branch of fflas-ffpack.
> The problems of 1) and 2) are related to the conversion "Git repo" > "Zip source code" which does not contain the git module dependencies and the git tags,...
Setting this PR to a draft: the doctests that I added to `init_short_digraph` requires that the vertices are not sorted before being passed to `init_short_digraph` as it is currently done...
See issue #38527
Failing doctest in `graphs/connectivity.pyx` will pass once PR #38535 is merged
In [71113cd](https://github.com/sagemath/sage/pull/38427/commits/71113cdeccd5f17e61b4cb41b0bdf5838c142be0) I start to fix some tests whose output where changed by [bd63dd7](https://github.com/sagemath/sage/pull/38427/commits/bd63dd712e916d5dd083a9933e33a5478069a503) (where sort is remove from `StaticSparseBackend`). First it is not an easy task as it touches...
I fixed all tests except the two from `graphs/connectivity.pyx` which are fixed by PR #38535 This PR can now be reviewed.
Changes are done. I also merge the latest develop branch. It should fix doctests in graphs/connectivity.pyx.
@vbraun I really do not know what to do about these tests. Were they passing before the PR ? For example the first one in your list check the return...