fflas-ffpack icon indicating copy to clipboard operation
fflas-ffpack copied to clipboard

FFLAS-FFPACK - Finite Field Linear Algebra Subroutines / Package

Results 72 fflas-ffpack issues
Sort by recently updated
recently updated
newest added

to update autotools scripts

wait before merging

--enable-omp does not work ...

Follow up of #160 . GFqDom is a tabulated implementation of Galois field with init and convert of elements to/from double allowing some slack so as to perform small dot...

enhancement

When using the `--enable-precompilation` option, a change in the source code triggers the recompilation of the whole library binaries when calling `make` but not when compiling a test or the...

This is with Clang 11. See #284 for an older version of this problem. ``` clang++ -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -march=native -Wall -DNDEBUG -UDEBUG -I/nix/store/z69w4bjiqzdfkaqryvzqxqfw1aa31nbb-givaro-4.2.0/include -g -c -o test-simd.o...

Hello! I just packaged fflas-ffpack 2.2.2 for Debian, and it is failing to build on several architectures due to failing tests. (The following are pasted from the mips build log...

The README file mentioned the licensing in a supposed "LICENSE" file. It seems it would rather be the "COPYING" or the "COPYING.LESSER" file. The latter concerns the LGPL, which is...

In `utils/fflas_random.h`, `RandomSymmetricMatrix` uses `FFPACK::ftrtrm` and therefore needs to include `ffpack/ffpack.h`, but the latter includes `utils/fflas_random.h`. All routines in fflas_random.h should be forward declared somewhere (`fflas.h` or `ffpack.h`).

bug

One of our developers [noticed a failure in this test](https://bugs.gentoo.org/807100) on Gentoo (x86_64 with gcc-11.x). I've attached the [build.log](https://github.com/linbox-team/fflas-ffpack/files/6996286/build.log) and [test-suite.log](https://github.com/linbox-team/fflas-ffpack/files/6996289/test-suite.log) from that report so that this issue is self-contained.