[email protected] writes: > On Jan 13, 2014, at 00:10, [email protected] wrote: > >> Revision >> 115858 >> Author >> [email protected] >> Date >> 2014-01-12 22:10:16 -0800 (Sun, 12 Jan 2014) >> Log Message >> >> metis: remove conflicts_build > > >> +diff -r decbfb90b77a CMakeLists.txt >> +--- a/CMakeLists.txt Tue Mar 20 13:54:31 2012 -0500 >> ++++ b/CMakeLists.txt Sun Jan 12 22:15:09 2014 -0600 >> +@@ -16,10 +16,12 @@ if(SHARED) >> + set(CMAKE_INSTALL_NAME_DIR "${CMAKE_INSTALL_PREFIX}/lib") >> + else() >> + set(METIS_LIBRARY_TYPE STATIC) >> + endif(SHARED) >> + >> ++include_directories(SYSTEM /opt/local/include) > > This doesn’t look right; doesn’t seem like /opt/local should be hardcoded > here (MacPorts could be installed in a different prefix).
Oh, geez. Rookie mistake. Will fix shortly. _______________________________________________ macports-dev mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-dev
