Update morse cmake
- update morse cmake:
- unification of output variables given by Find modules
- blas, lapak, cblas, lapacke can be found with pkgconfig
- libraries stored in
FOO_LIBRARIES
are given with absolute paths (advised in CMake)
- compiler flags (without -I) are given in
FOO_CFLAGS_OTHER[_DEP]
(pkgconfig naming)
- linker flags (without -L) are given in
FOO_LDFLAGS_OTHER[_DEP]
(pkgconfig naming)
- LAPACK|BLAS_LIBRARIES_PAR|SEQ are set in FindLAPACK|BLAS if BLA_VENDOR=Intel10_64lp
- update Maphys cmake
- avoid to use a new FindPASTIX6 module, use FindPASTIX from morse cmake
- avoid to use cleanliblist specific macro, thanks to the morse cmake update, libraries are given with absolute paths (convention)
- use
_DEP
variables for includes and libraries (those variables exist whenever the FindPACKAGE rely on another FindPACKAGE)
- remove
MAPHYS_EXTRA_LINK_FLAGS
which is not used
- use FindLAPACK|BLAS not the EXT versions which should not be used anymore (LAPACK|BLAS_LIBRARIES_PAR is set with intel mkl in FindLAPACK|BLAS)
Edited by PRUVOST Florent