[108551] trunk/dports/gis/libpcl/Portfile
Ryan Schmidt
ryandesign at macports.org
Fri Jul 26 15:14:22 PDT 2013
On Jul 26, 2013, at 04:19, vince at macports.org wrote:
> Revision: 108551
> https://trac.macports.org/changeset/108551
> Author: vince at macports.org
> Date: 2013-07-26 02:19:06 -0700 (Fri, 26 Jul 2013)
> Log Message:
> -----------
> Bump to 1.7.0 and add a perf variant
>
> Modified Paths:
> --------------
> trunk/dports/gis/libpcl/Portfile
> +variant perf description {Optimize code} {
> + configure.compiler macports-clang-3.3
> + configure.optflags -O3 -pipe -march=native -mavx
> +}
"-pipe" is not an optimization flag and should not be included in configure.optflags.
MacPorts will automatically add "-pipe" if so requested in the macports.conf.
More information about the macports-dev
mailing list