File: find-parmets-scotch-7.0.patch

package info (click to toggle)
dune-common 2.10.0-6
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 5,824 kB
  • sloc: cpp: 52,256; python: 3,979; sh: 1,658; makefile: 17
file content (10 lines) | stat: -rw-r--r-- 354 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
--- a/cmake/modules/FindParMETIS.cmake
+++ b/cmake/modules/FindParMETIS.cmake
@@ -77,6 +77,7 @@ unset(PARMETIS_HEADER_FILE CACHE)
 # search ParMETIS library
 if(IS_PTSCOTCH_PARMETIS_HEADER)
   find_library(PARMETIS_LIBRARY ptscotchparmetis)
+  find_library(PARMETIS_LIBRARY ptscotchparmetisv3)
 else()
   find_library(PARMETIS_LIBRARY parmetis)
 endif()