Lines Matching refs:libraries
15 # LAPACK_LIBRARIES_DIR - Directories containing the LAPACK libraries.
16 # May be null if LAPACK_LIBRARIES contains libraries name using full path.
17 # LAPACK_LIBRARIES - List of libraries to link against LAPACK interface.
20 # applications or libraries using LAPACK.
23 # - find libraries for a C++ compiler, instead of Fortran
30 # This macro checks for the existence of the combination of fortran libraries
34 # flags given by _flags. If the combination of libraries is found and passes
43 # Check for the existence of the libraries given by _list
84 # Test this combination of libraries with the Fortran/f2c interface.
89 # Some C++ linkers require the f2c library to link with Fortran libraries.
108 # If not found, test this combination of libraries with a C interface.
163 # If Unix, search for LAPACK function in possible libraries
262 CACHE FILEPATH "LAPACK libraries name" FORCE )
264 CACHE PATH "Directories containing the LAPACK libraries" FORCE )