Mentions légales du service

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

test AL

parent 2cce60e0
No related branches found
No related tags found
No related merge requests found
......@@ -31,8 +31,8 @@ message(STATUS "******* Check externals library ***********")
# Default path library (where the library is automatically install)
add_library_path(LIBRARY_PATH_LIST_TMP_DEFAULT "/opt/OpenBLAS"
"${PROJECT_SOURCE_DIR}/externals/unix/OpenBLAS"
#"/usr/local" #pour matio
#"/usr/local/lib" #pour matio
"/usr/local" #pour matio
"/usr/local/lib" #pour matio
"${PROJECT_SOURCE_DIR}/externals/unix/matio/src/.libs" #pour matio
)
......@@ -40,7 +40,7 @@ add_include_path(INCLUDE_PATH_LIST_TMP_DEFAULT "/opt/OpenBLAS"
"${PROJECT_SOURCE_DIR}/externals/unix/OpenBLAS"
"/usr/include/eigen3"
"${PROJECT_SOURCE_DIR}/externals/unix/eigen"
#"/usr/local" #pour matio
"/usr/local" #pour matio
"${PROJECT_SOURCE_DIR}/externals/unix/matio/src" #pour matio
)
......@@ -71,8 +71,8 @@ endif(FAUST_USE_MATIO)
#add_library_path(LIBRARY_PATH_LIST_TMP3 "$ENV{CUDADIR}" "$ENV{HDF5_ROOT_DIR}" "/usr/lib/x86_64-linux-gnu/")
#add_include_path(INCLUDE_PATH_LIST_TMP3 "$ENV{CUDADIR}" "/usr/include/libxml2")
add_library_path(LIBRARY_PATH_LIST_TMP3 "$ENV{CUDADIR}" "$ENV{HDF5_ROOT_DIR}" "/usr" "/usr/local" "/opt" "/opt/local" "/usr/lib/x86_64-linux-gnu/" )
add_include_path(INCLUDE_PATH_LIST_TMP3 "$ENV{CUDADIR}" "/usr" "/usr/local" "/usr/include/libxml2" "/opt" "/opt/local" )
add_library_path(LIBRARY_PATH_LIST_TMP3 "$ENV{CUDADIR}" "$ENV{HDF5_ROOT_DIR}" "/usr" "/opt" "/opt/local" "/usr/lib/x86_64-linux-gnu/" )
add_include_path(INCLUDE_PATH_LIST_TMP3 "$ENV{CUDADIR}" "/usr" "/usr/include/libxml2" "/opt" "/opt/local" )
set(LIBRARY_PATH_LIST ${LIBRARY_PATH_LIST_TMP3}) # CACHE PATH "List of library paths used as PATH parameter in find_library")
......@@ -100,3 +100,12 @@ if (FAUST_USE_GPU)
endif(FAUST_USE_GPU)
check_external_includes("matio.h" MATIO_INC_DIR 0)
check_external_libraries(matio MATIO_LIB_FILE 0)
message(STATUS "matio lib is here : ${MATIO_LIB_FILE}")
message(STATUS "matio include is here : ${MATIO_INC_DIR}")
......@@ -41,7 +41,6 @@ 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 !!!!!")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment