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
.hooks-config
# Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
# file Copyright.txt or https://cmake.org/licensing for details.

# Loaded by .git/hooks/(pre-commit|commit-msg|prepare-commit-msg)
# during git commit after local hooks have been installed.

[hooks "chain"]
	pre-commit = Utilities/Git/pre-commit
	commit-msg = Utilities/Git/commit-msg
	prepare-commit-msg = Utilities/Git/prepare-commit-msg
back to top