[115858] trunk/dports/math/metis
Sean Farley
sean at macports.org
Tue Jan 14 13:41:57 PST 2014
ryandesign at macports.org writes:
> On Jan 13, 2014, at 00:10, sean at macports.org wrote:
>
>> Revision
>> 115858
>> Author
>> sean at macports.org
>> 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.
More information about the macports-dev
mailing list