[email protected] writes: > This is not an appropriate resolution to this problem. Are you in the > process of fixing it correctly? Can you add a comment that points to the > ticket tracking resolution of this bug?
I actually have some access to George's repo and even *then* he doesn't accept patches to fix cmake build errors. I plan on properly fixing it once other items on my macports todo list are completed (which includes the multiple compilers and mpi port group stuff) > Thanks, > Jeremy > > On Dec 30, 2013, at 11:52, [email protected] wrote: > >> Revision >> 115286 >> Author >> [email protected] >> Date >> 2013-12-30 11:52:05 -0800 (Mon, 30 Dec 2013) >> Log Message >> >> metis: add conflicts build >> Modified Paths >> >> • trunk/dports/math/metis/Portfile >> Diff >> >> Modified: trunk/dports/math/metis/Portfile (115285 => 115286) >> >> --- trunk/dports/math/metis/Portfile 2013-12-30 19:52:01 UTC (rev 115285) >> +++ trunk/dports/math/metis/Portfile 2013-12-30 19:52:05 UTC (rev 115286) >> >> @@ -2,6 +2,7 @@ >> >> # $Id$ >> >> >> >> PortSystem 1.0 >> >> +PortGroup conflicts_build 1.0 >> >> >> >> name metis >> >> version 5.1.0 >> >> @@ -29,6 +30,9 @@ >> >> patchfiles patch-Makefile-add-install-name-dir.diff \ >> >> patch-GKlib_GKlibSystem.cmake.diff >> >> >> >> +# metis will pick up files in ${prefix}, unfortunately >> +conflicts_build metis >> + >> >> # Metis uses a GNU make file to fire off a cmake command. >> >> # Used for configure, build, and install. >> >> depends_build port:cmake >> >> _______________________________________________ >> macports-changes mailing list >> [email protected] >> https://lists.macosforge.org/mailman/listinfo/macports-changes _______________________________________________ macports-dev mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-dev
