Mentions légales du service

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

LAPACKE must be found anyway since we have some explicit include lapacke.h in the code

parent 80c601c7
No related branches found
No related tags found
No related merge requests found
......@@ -252,7 +252,7 @@ if(NOT CHAMELEON_SIMULATION)
# standalone version of lapacke seems useless for now
# let the comment in case we meet some problems of non existing lapacke
# functions in lapack library such as mkl, acml, ...
#set(LAPACKE_STANDALONE TRUE)
set(LAPACKE_STANDALONE TRUE)
find_package(LAPACKE REQUIRED)
set(HAVE_LAPACKE ${LAPACKE_FOUND})
if(LAPACKE_FOUND)
......
......@@ -199,7 +199,7 @@ directory of the LIBNAME library headers installation
directory of the LIBNAME libraries (.so, .a, .dylib, etc) installation
@end table
LIBNAME can be one of the following: BLAS - CBLAS - FXT - HWLOC -
LAPACK - LAPACKE - MAGMA - QUARK - STARPU - TMG
LAPACK - LAPACKE - MAGMA - QUARK - STARPU - TMG.
See paragraph about @ref{Dependencies detection} for details.
Libraries detected with an official CMake module (see module files in
......
......@@ -33,8 +33,7 @@ to install CHAMELEON.
The latest official release tarballs of CHAMELEON sources are available for
download from
@uref{https://gforge.inria.fr/frs/download.php/file/31779/magma-morse-1.?.0
.tar.gz, url to release (inria forge)}
@uref{http://morse.gforge.inria.fr/chameleon-0.9.tar.gz, chameleon-0.9}.
@c The latest development snapshot is available from
@c @uref{http://hydra.bordeaux.inria.fr/job/hiepacs/morse-cmake/tarball/latest/
......
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