mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user