[105337] trunk/dports/math/atlas/Portfile

Lawrence Velázquez larryv at macports.org
Wed Apr 17 23:14:57 PDT 2013


On Apr 18, 2013, at 2:12 AM, vince at macports.org wrote:

> Revision: 105337
>          https://trac.macports.org/changeset/105337
> Author:   vince at macports.org
> Date:     2013-04-17 23:12:08 -0700 (Wed, 17 Apr 2013)
> Log Message:
> -----------
> Re-enables threading for ppc if necessary.
> 
> Modified Paths:
> --------------
>    trunk/dports/math/atlas/Portfile
> 
> Modified: trunk/dports/math/atlas/Portfile
> ===================================================================
> --- trunk/dports/math/atlas/Portfile	2013-04-18 00:31:56 UTC (rev 105336)
> +++ trunk/dports/math/atlas/Portfile	2013-04-18 06:12:08 UTC (rev 105337)
> @@ -333,6 +333,7 @@
> 
>     configure.args-append    -t 0
>     set no_threads  1
> +    exec sed -i bak -E "/.*threads.*/d" ${worksrcpath}/Make.top

Is there some reason you're using "exec sed" for this instead of a copy+reinplace?

vq


More information about the macports-dev mailing list