Commits

Sean Farley authored 4df84cbb8ad
parmetis: use cmake portgroup

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@115294 d073be05-634f-4543-b044-5fe20cf6d1d6
No tags

math/parmetis/files/add_math_flag.patch

Added
1 +# HG changeset patch
2 +# User Sean Farley <sean@mcs.anl.gov>
3 +# Date 1332262784 18000
4 +# Tue Mar 20 11:59:44 2012 -0500
5 +# Node ID 9328e5d72eb288f306a95050929426ad9a6724d2
6 +# Parent 5e0bb4f071fc7edcdd26a2326e61301833f12177
7 +cmake: add math library -lm
8 +
9 +diff -r 5e0bb4f071fc -r 9328e5d72eb2 programs/CMakeLists.txt
10 +--- a/programs/CMakeLists.txt Tue Mar 20 11:59:43 2012 -0500
11 ++++ b/programs/CMakeLists.txt Tue Mar 20 11:59:44 2012 -0500
12 +@@ -5,10 +5,10 @@ add_executable(mtest mtest.c io.c)
13 + add_executable(parmetis_prog parmetis.c io.c adaptgraph.c)
14 + set_target_properties(parmetis_prog PROPERTIES OUTPUT_NAME parmetis)
15 + add_executable(pometis pometis.c io.c)
16 + # Link to libparmetis.
17 + foreach(prog ptest mtest parmetis_prog pometis)
18 +- target_link_libraries(${prog} parmetis)
19 ++ target_link_libraries(${prog} parmetis m)
20 + endforeach(prog)
21 +
22 + install(TARGETS ptest mtest parmetis_prog pometis
23 + RUNTIME DESTINATION bin)

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut