Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 1dc760d1 authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

print the config with message routine

parent 280e9e88
No related branches found
No related tags found
No related merge requests found
...@@ -51,7 +51,8 @@ set(dep_message "${dep_message}" ...@@ -51,7 +51,8 @@ set(dep_message "${dep_message}"
" StarPU ..............: ${CHAMELEON_SCHED_STARPU}\n" " StarPU ..............: ${CHAMELEON_SCHED_STARPU}\n"
"\n" "\n"
" Kernels specific\n" " Kernels specific\n"
" BLAS ................: ${BLA_VENDOR}\n" " BLAS ................: ${BLAS_VENDOR_FOUND}\n"
" LAPACK...............: ${LAPACK_VENDOR_FOUND}\n"
" MAGMA ...............: ${CHAMELEON_USE_MAGMA}\n" " MAGMA ...............: ${CHAMELEON_USE_MAGMA}\n"
"\n" "\n"
" Trace ...............: ${CHAMELEON_ENABLE_TRACING}\n" " Trace ...............: ${CHAMELEON_ENABLE_TRACING}\n"
...@@ -77,10 +78,10 @@ set(dep_message "${dep_message}" ...@@ -77,10 +78,10 @@ set(dep_message "${dep_message}"
" INSTALL_PREFIX ......: ${CMAKE_INSTALL_PREFIX}\n\n") " INSTALL_PREFIX ......: ${CMAKE_INSTALL_PREFIX}\n\n")
string(REPLACE ";" " " dep_message_wsc "${dep_message}") string(REPLACE ";" " " dep_message_wsc "${dep_message}")
#message(${dep_message}) message(${dep_message})
file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/config.log "${dep_message_wsc}") file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/config.log "${dep_message_wsc}")
message(STATUS "Configuration is done - A summary of the current configuration" message(STATUS "Configuration is done - A summary of the current configuration"
"has been written in ${CMAKE_CURRENT_BINARY_DIR}/config.log") "\n has been written in ${CMAKE_CURRENT_BINARY_DIR}/config.log")
# installation # installation
# ------------ # ------------
INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/config.log DESTINATION share/chameleon) INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/config.log DESTINATION share/chameleon)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment