projects
/
platform
/
upstream
/
lapack.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbc0262
)
Removed leftover debug messages from FindBLAS.cmake
author
julie
<julielangou@users.noreply.github.com>
Wed, 15 Dec 2010 16:58:32 +0000
(16:58 +0000)
committer
julie
<julielangou@users.noreply.github.com>
Wed, 15 Dec 2010 16:58:32 +0000
(16:58 +0000)
CMAKE/FindBLAS.cmake
patch
|
blob
|
history
diff --git
a/CMAKE/FindBLAS.cmake
b/CMAKE/FindBLAS.cmake
index 8448e2dff04365000e9270a5fea0451d0aa866d1..082312b1a6cc9e18a5c9ae351b68aa22535ee2ac 100644
(file)
--- a/
CMAKE/FindBLAS.cmake
+++ b/
CMAKE/FindBLAS.cmake
@@
-147,8
+147,6
@@
macro( _BLAS_LOCATE_AND_TEST __BLAS_VENDOR __BLAS_LIBNAMES __BLAS_FLAGS )
if( _CHECK_FORTRAN )
set( CMAKE_REQUIRED_LIBRARIES ${BLAS_${__BLAS_VENDOR}_LIBRARIES} )
set( CMAKE_REQUIRED_FLAGS "${BLAS_${__BLAS_VENDOR}_LINKER_FLAGS}" )
- message("CMAKE_REQUIRED_LIBRARIES : ${CMAKE_REQUIRED_LIBRARIES}" )
- message("CMAKE_REQUIRED_FLAGS : ${CMAKE_REQUIRED_FLAGS}" )
CHECK_FORTRAN_FUNCTION_EXISTS( "dgemm" BLAS_${__BLAS_VENDOR}_DGEMM )
unset( CMAKE_REQUIRED_LIBRARIES )
unset( CMAKE_REQUIRED_FLAGS )