Mentions légales du service

Skip to content
Snippets Groups Projects
Commit ce9d3d30 authored by Mathieu Faverge's avatar Mathieu Faverge
Browse files

Add the required and update cmake

parent ac8c6b6c
No related branches found
No related tags found
1 merge request!8Wrappers
......@@ -114,12 +114,12 @@ include(CheckSystem)
# SPM depends on Lapacke and CBLAS
#---------------------------------
find_package(CBLAS) # Should be REQUIRED for BLAS sequential only
find_package(CBLAS REQUIRED)
if(CBLAS_FOUND)
include_directories(${CBLAS_INCLUDE_DIRS})
endif()
find_package(LAPACKE) # Should be also REQUIRED
find_package(LAPACKE REQUIRED)
if(LAPACKE_FOUND)
include_directories(${LAPACKE_INCLUDE_DIRS})
endif()
......
Subproject commit 1deddb2781f62dbbf0ee9199f569e49f7346397a
Subproject commit 8ddf01ff80d9f9fb87465b75c1bfe083bf4e1849
###
#
# @copyright 2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
# @copyright 2017-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
# Univ. Bordeaux. All rights reserved.
#
# @version 6.0.0
......
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