Mentions légales du service

Skip to content
Snippets Groups Projects

Update for new version of Pastix/SPM

Closed MARAIT Gilles requested to merge gmarait/morse_cmake:master into master
1 unresolved thread

To compile MaPHyS with the latest version of Pastix, I had to make these modifications to look for spm and spmf instead of pastix_spmf and pastix_bcsc.

Merge request reports

Approval is optional

Closed by MARAIT GillesMARAIT Gilles 6 years ago (Jul 13, 2018 9:20am UTC)

Merge details

  • The changes were not merged into master.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
891 set(PASTIX_LIBRARIES_FORTRAN "PASTIX_LIBRARIES_FORTRAN-NOTFOUND")
892 endif()
882 foreach( _libf pastixf spmf )
883 find_library(PASTIX_${_libf}_LIBRARY
884 NAMES ${_libf}
885 HINTS ${PASTIX_LIBRARY_DIRS})
886 mark_as_advanced(PASTIX_${_libf}_LIBRARY)
887 if (PASTIX_${_libf}_LIBRARY)
888 set(PASTIX_LIBRARIES_FORTRAN ${PASTIX_${_libf}_LIBRARY})
889 list(INSERT PASTIX_LIBRARIES 0 "${PASTIX_LIBRARIES_FORTRAN}")
890 list(INSERT PASTIX_LIBRARIES_DEP 0 "${PASTIX_LIBRARIES_FORTRAN}")
891 else()
892 set(PASTIX_LIBRARIES_FORTRAN "PASTIX_LIBRARIES_FORTRAN-NOTFOUND")
893 endif()
894 endforeach()
893 895 endif()
  • closed

  • Please register or sign in to reply
    Loading