itpp
itpp copied to clipboard
IT++ library mirror/fork. C++ library of mathematical, signal processing and communication classes and functions.
Results
2
itpp issues
Sort by
recently updated
recently updated
newest added
I am trying to build itpp in MSYS2 on Windows. The packages FFTW, LAPACK and BLAS are installed with MSYS2, but cmake cannot find LAPACK and BLAS. ``` cat@LAPTOP-LBAI8P2A MINGW64...
These modules are copied from https://github.com/Kitware/CMake/tree/master/Modules, and can fix the error to find LAPACK and BLAS on Windows. Tested platforms (cmake version 3.23.1) + Windows, MinGW GCC in MSYS2 +...