Mentions légales du service

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

check of some functions have been added to these Finds, delete the concerning TODOs

parent b2ccaeb6
No related branches found
No related tags found
No related merge requests found
...@@ -288,6 +288,3 @@ include(FindPackageHandleStandardArgs) ...@@ -288,6 +288,3 @@ include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(CBLAS DEFAULT_MSG find_package_handle_standard_args(CBLAS DEFAULT_MSG
CBLAS_LIBRARIES CBLAS_LIBRARIES
CBLAS_LIBRARY_DIRS) CBLAS_LIBRARY_DIRS)
#
# TODO: Add possibility to check for specific functions in the library
#
...@@ -248,6 +248,3 @@ endif(NOT HWLOC_FOUND OR NOT HWLOC_LIBRARIES) ...@@ -248,6 +248,3 @@ endif(NOT HWLOC_FOUND OR NOT HWLOC_LIBRARIES)
include(FindPackageHandleStandardArgs) include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(HWLOC DEFAULT_MSG find_package_handle_standard_args(HWLOC DEFAULT_MSG
HWLOC_LIBRARIES) HWLOC_LIBRARIES)
#
# TODO: Add possibility to check for specific functions in the library
#
...@@ -286,6 +286,3 @@ include(FindPackageHandleStandardArgs) ...@@ -286,6 +286,3 @@ include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(LAPACKE DEFAULT_MSG find_package_handle_standard_args(LAPACKE DEFAULT_MSG
LAPACKE_LIBRARIES LAPACKE_LIBRARIES
LAPACKE_LIBRARY_DIRS) LAPACKE_LIBRARY_DIRS)
#
# TODO: Add possibility to check for specific functions in the library
#
...@@ -316,6 +316,3 @@ endif(NOT MAGMA_FOUND OR NOT MAGMA_LIBRARIES) ...@@ -316,6 +316,3 @@ endif(NOT MAGMA_FOUND OR NOT MAGMA_LIBRARIES)
include(FindPackageHandleStandardArgs) include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(MAGMA DEFAULT_MSG find_package_handle_standard_args(MAGMA DEFAULT_MSG
MAGMA_LIBRARIES) MAGMA_LIBRARIES)
#
# TODO: Add possibility to check for specific functions in the library
#
...@@ -224,6 +224,3 @@ find_package_handle_standard_args(QUARK DEFAULT_MSG ...@@ -224,6 +224,3 @@ find_package_handle_standard_args(QUARK DEFAULT_MSG
QUARK_LIBRARIES QUARK_LIBRARIES
QUARK_INCLUDE_DIRS QUARK_INCLUDE_DIRS
QUARK_LIBRARY_DIRS) QUARK_LIBRARY_DIRS)
#
# TODO: Add possibility to check for specific functions in the library
#
...@@ -615,7 +615,3 @@ if(STARPU_MPI_FOUND) ...@@ -615,7 +615,3 @@ if(STARPU_MPI_FOUND)
find_package_handle_standard_args(STARPU DEFAULT_MSG find_package_handle_standard_args(STARPU DEFAULT_MSG
STARPU_MPI_LIBRARIES) STARPU_MPI_LIBRARIES)
endif() endif()
#
# TODO: Add possibility to check for specific functions in the library
#
...@@ -252,6 +252,3 @@ include(FindPackageHandleStandardArgs) ...@@ -252,6 +252,3 @@ include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(TMG DEFAULT_MSG find_package_handle_standard_args(TMG DEFAULT_MSG
TMG_LIBRARIES TMG_LIBRARIES
TMG_LIBRARY_DIRS) TMG_LIBRARY_DIRS)
#
# TODO: Add possibility to check for specific functions in the library
#
\ No newline at end of file
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