From: Anthony Geay Date: Tue, 20 Feb 2018 15:08:32 +0000 (+0100) Subject: scotch6.0.4 needs pthread... Quick and dirty solution to be improved X-Git-Tag: V8_5_0a1~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e7835cba1eb17f50ef4e130c2cb8d0f54bc25083;p=tools%2Fmedcoupling.git scotch6.0.4 needs pthread... Quick and dirty solution to be improved --- diff --git a/src/MEDPartitioner/CMakeLists.txt b/src/MEDPartitioner/CMakeLists.txt index a13065529..3708d287f 100644 --- a/src/MEDPartitioner/CMakeLists.txt +++ b/src/MEDPartitioner/CMakeLists.txt @@ -110,6 +110,7 @@ SET(medpartitionercpp_LDFLAGS interpkernel medcouplingcpp medloader + -lpthread ) IF(MEDCOUPLING_PARTITIONER_PARMETIS) SET(medpartitionercpp_HEADERS_HXX ${medpartitionercpp_HEADERS_HXX} MEDPARTITIONER_ParMetisGraph.hxx)