-
- Downloads
Get rid off fortran compiler usage for Lapack/Blas.
FindLAPACK and FindBLAS check for the name mangling with added underline as a fallback, anyway. Hence there is no need for using a Fortran compiler. With this commit we now simply add another check for a LAPACK function to see whether it has an underline added and adapt the existing macro in config.h accordingly. Closes #184
Showing
- cmake/modules/CMakeLists.txt 0 additions, 1 deletioncmake/modules/CMakeLists.txt
- cmake/modules/DuneCommonMacros.cmake 12 additions, 12 deletionscmake/modules/DuneCommonMacros.cmake
- cmake/modules/DuneMacros.cmake 0 additions, 28 deletionscmake/modules/DuneMacros.cmake
- cmake/modules/LanguageSupport.cmake 0 additions, 66 deletionscmake/modules/LanguageSupport.cmake
- config.h.cmake 10 additions, 3 deletionsconfig.h.cmake
Loading
Please register or sign in to comment