[47138] trunk/dports/devel
Ryan Schmidt
ryandesign at macports.org
Sun Feb 22 15:34:28 PST 2009
On Feb 22, 2009, at 10:26, krischik at macports.org wrote:
> Revision: 47138
> http://trac.macports.org/changeset/47138
> Author: krischik at macports.org
> Date: 2009-02-22 08:26:55 -0800 (Sun, 22 Feb 2009)
> Log Message:
> -----------
> GPRbuild automates the construction of multi-language systems
[snip]
> -use_bzip2 yes
> -use_parallel_build yes
> -use_configure yes
> +use_parallel_build yes
> +use_configure yes
>
> -depends_lib port:gnat-gcc
> +depends_lib port:gnat-gcc
>
> +build.args --jobs=4
Again, as I mentioned for the gnat-gcc port, I'm concerned about this
build argument. When you specify "use_parallel_build yes" in your
portfile, MacPorts automatically adds "-j${build.jobs}" to the
build.args, where ${build.jobs} is specified in macports.conf. So you
should not manually specify "--jobs=anything" in your portfile,
unless your software does not respond to "-j" but does respond to "--
jobs" (is that the case?)
More information about the macports-dev
mailing list