|
@@ -10,10 +10,6 @@ Find Basic Linear Algebra Subprograms (BLAS) library
|
|
|
This module finds an installed Fortran library that implements the
|
|
This module finds an installed Fortran library that implements the
|
|
|
BLAS linear-algebra interface (see http://www.netlib.org/blas/).
|
|
BLAS linear-algebra interface (see http://www.netlib.org/blas/).
|
|
|
|
|
|
|
|
-The approach follows that taken for the ``autoconf`` macro file,
|
|
|
|
|
-``acx_blas.m4`` (distributed at
|
|
|
|
|
-http://ac-archive.sourceforge.net/ac-archive/acx_blas.html).
|
|
|
|
|
-
|
|
|
|
|
Input Variables
|
|
Input Variables
|
|
|
^^^^^^^^^^^^^^^
|
|
^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
@@ -184,6 +180,9 @@ Hints
|
|
|
|
|
|
|
|
#]=======================================================================]
|
|
#]=======================================================================]
|
|
|
|
|
|
|
|
|
|
+# The approach follows that of the ``autoconf`` macro file, ``acx_blas.m4``
|
|
|
|
|
+# (distributed at http://ac-archive.sourceforge.net/ac-archive/acx_blas.html).
|
|
|
|
|
+
|
|
|
# Check the language being used
|
|
# Check the language being used
|
|
|
if(NOT (CMAKE_C_COMPILER_LOADED OR CMAKE_CXX_COMPILER_LOADED OR CMAKE_Fortran_COMPILER_LOADED))
|
|
if(NOT (CMAKE_C_COMPILER_LOADED OR CMAKE_CXX_COMPILER_LOADED OR CMAKE_Fortran_COMPILER_LOADED))
|
|
|
if(BLAS_FIND_REQUIRED)
|
|
if(BLAS_FIND_REQUIRED)
|