LAPACK  3.5.0
LAPACK: Linear Algebra PACKage
 All Classes Files Functions Variables Typedefs Macros
lapack_build.cmake File Reference

Go to the source code of this file.

Functions

 cmake_minimum_required (VERSION 2.8) if(UNIX) if(NOT compiler) set(compiler gcc) endif(NOT compiler) if(NOT c_compiler) set(c_compiler gcc) endif(NOT c_compiler) if(NOT full_compiler) set(full_compiler g++) endif(NOT full_compiler) endif(UNIX) if(EXISTS"/proc/cpuinfo") set(parallel 1) file(STRINGS"/proc/cpuinfo"CPUINFO) foreach(line $
 
 if ("${line}"MATCHES processor) math(EXPR parallel"$
 
 endif () endforeach(line) endif() if(WIN32) set(VSLOCATIONS"[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\VisualStudio\\6.0\\Setup
 
VsCommonDir MSDev98 Bin[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\VisualStudio\\7.0\\Setup\\VS;EnvironmentDirectory][HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\VisualStudio\\7.1\\Setup\\VS;EnvironmentDirectory][HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\VisualStudio\\8.0;InstallDir][HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\VisualStudio\\8.0\\Setup;Dbghelp_path][HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\VisualStudio\\9.0\\Setup\\VS;EnvironmentDirectory] set (GENERATORS"Visual Studio 6""Visual Studio 7""Visual Studio 7 .NET 2003""Visual Studio 8 2005""Visual Studio 8 2005""Visual Studio 9 2008") set(vstype 0) foreach(p $
 
 get_filename_component (VSPATH ${p}PATH) if(NOT"$
 

Function Documentation

cmake_minimum_required ( VERSION 2.  8)

Definition at line 1 of file lapack_build.cmake.

20  {CPUINFO})
endif ( )

Definition at line 12 of file runtest.cmake.

17  {OUTPUT}" ERROR_FILE "${OUTPUT}.err")
get_filename_component ( VSPATH ${p}  PATH)

Definition at line 46 of file lapack_build.cmake.

46  {p} PATH)
47  if(NOT "${VSPATH}" STREQUAL "/" AND EXISTS "${VSPATH}")
if ( "${line}"MATCHES  processor)

Definition at line 21 of file lapack_build.cmake.

21  {line}" MATCHES processor)
22  math(EXPR parallel "${parallel} + 1")
VsCommonDir MSDev98 Bin [HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\VisualStudio\\7.0\\Setup\\VS;EnvironmentDirectory][HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\VisualStudio\\7.1\\Setup\\VS;EnvironmentDirectory][HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\VisualStudio\\8.0;InstallDir][HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\VisualStudio\\8.0\\Setup;Dbghelp_path][HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\VisualStudio\\9.0\\Setup\\VS;EnvironmentDirectory] set ( GENERATORS"Visual Studio 6""Visual Studio 7""Visual Studio 7 .NET 2003""Visual Studio 8 2005""Visual Studio 8 2005""Visual Studio 9 2008"  )

Definition at line 36 of file lapack_build.cmake.

45  {VSLOCATIONS})