← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-pkg/yade/git-trunk] Rev 3819: let libparmetis be used as an alternative of libmetis

 

------------------------------------------------------------
revno: 3819
committer: Bruno Chareyre <bruno.chareyre@xxxxxxxxxxx>
timestamp: Sun 2014-02-16 17:42:06 +0100
message:
  let libparmetis be used as an alternative of libmetis
modified:
  cMake/FindMetis.cmake


--
lp:yade
https://code.launchpad.net/~yade-pkg/yade/git-trunk

Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-pkg/yade/git-trunk/+edit-subscription
=== modified file 'cMake/FindMetis.cmake'
--- cMake/FindMetis.cmake	2013-08-30 13:49:57 +0000
+++ cMake/FindMetis.cmake	2014-02-16 16:42:06 +0000
@@ -6,7 +6,7 @@
 #  METIS_FOUND, If false, do not try to use GL2PS.
 
 FIND_PATH(METIS_INCLUDE_DIR metis.h PATHS /usr/include/metis)
-FIND_LIBRARY(METIS_LIBRARY NAMES metis PATHS /usr/lib)
+FIND_LIBRARY(METIS_LIBRARY NAMES metis parmetis PATHS /usr/lib)
 
 # handle the QUIETLY and REQUIRED arguments and set LOKI_FOUND to TRUE if
 # all listed variables are TRUE