lapack icon indicating copy to clipboard operation
lapack copied to clipboard

LAPACK development repository

Results 229 lapack issues
Sort by recently updated
recently updated
newest added

**Description** https://github.com/Reference-LAPACK/lapack/blob/master/CMAKE/CheckLAPACKCompilerFlags.cmake#L38-L47 This produces the wrong flags in an environment where PE_ENV is `CRAY` but the Fortran_COMPILER_ID is `GNU`. Note, we're not using Cray wrappers at all, they're just loaded...

Type: Bug

### Operating system Linux ### Compiler ninja ### Steps to reproduce the behavior ```Shell https://github.com/johnnynunez/colmap/blob/dev/.github/workflows/build-pycolmap.yml ``` ### Failure logs ```bash 2025-02-11T18:06:01.9950919Z Downloading boostorg-random-boost-1.86.0.tar.gz 2025-02-11T18:06:02.3178969Z Successfully downloaded boostorg-random-boost-1.86.0.tar.gz. 2025-02-11T18:06:02.4075836Z -- Extracting...

Type: Bug

**Description** When building LAPACK with the EXT_64API and including LAPACKE, the `lapacke_64.h` does not get installed. For example if I include LAPACKE using ```c #define LAPACKE_API #include ``` or ```c...

Type: Bug

Hi all, I am trying to fetch this repository in my CMake project. I'm on WSL, running GCC 11.4.0 and CMake 3.20. I am calling the following in my `CMakeLists.txt`:...

Type: Question

**Description** The documentation of the blocked LQ decomposition methods `?gelqt` contains a typo. The size of the `work` array should be `mb * m` instead of `mb * n`. If...

Type: Bug

Hi, I would like to request "Matrix plus Vector" function, if possible. I have a matrix `M(i,j)` and I need to sum a vector `V(i)` to each `M` _column_ `j`....

**Description** I cannot build `lapack` 3.12.1 now, linking fails at the very end of the build for `liblapacke` with the error: ``` collect2: fatal error: posix_spawnp: Argument list too long...

Type: Bug

**Description** SLARAN and SLARUV handle the case of X(I) = 1.0 differently and so they may produce a different sequence of random numbers. They should be the same. In SLARAN,...

Type: Bug

With GCC 11.3.0 ``` [100%] Built target lapacke_64_obj [100%] Linking C shared library ../lib/liblapacke.so /MyPkgBuild/lapack/src/lapack/LAPACKE/include/lapack.h:138:16: warning: type of ‘lsame_’ does not match original declaration [-Wlto-type-mismatch] 138 | lapack_logical LAPACK_lsame_base( const...

Type: Bug

**Description** The released tar-balls of version 3.12.1 on GitHub and the official website do not include the commit which updates the versions from 3.12.0 to 3.12.1 and the update of...

Type: Bug