Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OpenBLAS: starting with 0.3.21 build with LAPACK support per default (#…
…639) Starting with OpenBLAS 0.3.21 a f2c-converted copy of LAPACK 3.9.0 is available as fallback when "no fortran compiler" is specified. This means we get full BLAS/LAPACK support with just a normal C++ compiler. From the release notes: https://github.com/xianyi/OpenBLAS/releases/tag/v0.3.21 > - when no Fortran compiler is available, OpenBLAS builds will now automatically > build LAPACK from an f2c-converted copy of LAPACK 3.9.0 unless the NO_LAPACK option > is specified (more recent releases make too heavy use of Fortran90+ features to be easily convertible to C) Also disable the building of tests when building for Hunter to save time
- Loading branch information