Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 348e9136 authored by Adrien Leman's avatar Adrien Leman Committed by hhakim
Browse files

external lib

parent 9f6b512f
No related branches found
No related tags found
No related merge requests found
......@@ -79,10 +79,11 @@ set(LIBRARY_PATH_LIST ${LIBRARY_PATH_LIST_TMP3}) # CACHE PATH "List of library p
set(INCLUDE_PATH_LIST ${INCLUDE_PATH_LIST_TMP3}) # CACHE PATH "List of include paths used as PATH parameter in find_path")
check_external_libraries(xml2 XML2_LIB_FILE 0)
check_external_libraries(hdf5 HDF5_LIB_FILE 0)
# trop gros (100 mb le tar...) ne sert pas à grand chose dans le projet.
#check_external_libraries(hdf5 HDF5_LIB_FILE 0)
#LDFLAGS = -L$(CUDADIR)/lib64 -L$(MATIODIR)/lib -lpthread -lm -lcublas -lcudart -lcusparse -lstdc++ -lgfortran -lz -lmatio -lhdf5
check_external_libraries(xml2 XML2_LIB_FILE 0)
check_external_includes("libxml/parser.h" XML_INC_DIR 0)
......
......@@ -41,6 +41,7 @@ else ( (MATIO_LIB_FILE) AND (MATIO_INC_DIR) )
if ( (MATIO_LIB_FILE) AND (MATIO_INC_DIR) )
message(STATUS "matio lib is here : ${MATIO_LIB_FILE}")
message(STATUS "--testAL----------------------------------------------")
message(STATUS "matio include is here : ${MATIO_INC_DIR}")
else()
message(STATUS "ERROR !!! matio is not installed !!!!!")
......
......@@ -40,8 +40,8 @@ else ( (OPENBLAS_LIB_FILE) AND (OPENBLAS_INC_DIR) )
check_external_libraries(openblas OPENBLAS_LIB_FILE 0)
check_external_includes("cblas.h" OPENBLAS_INC_DIR 0)
message(STATUS "OpenBlas library and include are available here : ${OPENBLAS_LIB_FILE}")
#message(STATUS "OPENBLAS_INC_DIR= ${OPENBLAS_INC_DIR}")
message(STATUS "OpenBlas library is available here : ${OPENBLAS_LIB_FILE}")
message(STATUS "OpenBlas include is available here : ${OPENBLAS_INC_DIR}")
message(STATUS "------------------------------------------------")
message(STATUS "------------------------------------------------")
################################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment