https://github.com/Kitware/CMake
Revision 970b18e9a5dca2c5bb6d1ecc79f3f9d1c727d641 authored by Jakub Benda on 04 November 2018, 17:08:15 UTC, committed by Brad King on 05 November 2018, 13:00:02 UTC
The symbol "SGEMM", originally used to determine if a library provides
Fortran 95 wrappers for BLAS, has been replaced by "sgemm_f95". "SGEMM"
is provided by libmkl_intel_(i)lp64, which does not provide the generic
Fortran 95 wrappers. Instead, libmkl_blas95_(i)lp does; one of the
specializations of the type-generic interfaces contained in that library
is "sgemm_f95".
1 parent 44cc305
Raw File
Tip revision: 970b18e9a5dca2c5bb6d1ecc79f3f9d1c727d641 authored by Jakub Benda on 04 November 2018, 17:08:15 UTC
FindBLAS: Correct symbol searched in BLAS95 wrapper
Tip revision: 970b18e
CMakeGraphVizOptions.cmake
set(GRAPHVIZ_IGNORE_TARGETS "tartest;testSystemTools;testRegistry;testProcess;testIOS;testHashSTL;testFail;testCommandLineArguments;xrtest;LIBCURL;foo")
back to top