diff options
author | Gael Guennebaud <g.gael@free.fr> | 2008-07-13 11:46:36 +0000 |
---|---|---|
committer | Gael Guennebaud <g.gael@free.fr> | 2008-07-13 11:46:36 +0000 |
commit | c8cbc1665eb319a75ace52a832620119c6a77097 (patch) | |
tree | 82951983cb05586b018ed172f80952731cc7adfd /bench/btl/cmake | |
parent | 99a625243fd40687a48a47d97ac9fa48f762c570 (diff) |
enhancements of the plot generator:
- removed the ugly X11 and PNG gnuplots terminals
- use enhanced postscript terminal
- use imagemagick to generate the png files (with compression)
- disable the fortran impl by default since it is as meaningless as a "C impl"
- update line settings
Diffstat (limited to 'bench/btl/cmake')
-rw-r--r-- | bench/btl/cmake/FindMKL.cmake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bench/btl/cmake/FindMKL.cmake b/bench/btl/cmake/FindMKL.cmake index 4bc009d8c..7cfd10dfb 100644 --- a/bench/btl/cmake/FindMKL.cmake +++ b/bench/btl/cmake/FindMKL.cmake @@ -27,8 +27,6 @@ if(MKL_LIBRARIES) set(MKL_LIBRARIES ${MKL_LIBRARIES} mkl_intel_lp64 mkl_sequential guide pthread) endif(MKL_LIBRARIES) -message(STATUS ${MKL_LIBRARIES}) - else(${CMAKE_HOST_SYSTEM_PROCESSOR} STREQUAL "x86_64") find_library(MKL_LIBRARIES |