Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
M
maphys
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • Operations
    • Operations
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
  • solverstack
  • maphys
  • maphys
  • Merge Requests
  • !8

Merged
Opened Apr 19, 2018 by PRUVOST Florent@fpruvostOwner

Update morse cmake

  • Overview 0
  • Commits 5
  • Changes 4
  1. 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
  1. 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 Apr 19, 2018 by PRUVOST Florent
Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Reference: solverstack/maphys/maphys!8
Source branch: update-morse-cmake