[38599] trunk/dports/math/fftw-3/Portfile

Ryan Schmidt ryandesign at macports.org
Fri Jul 25 08:42:22 PDT 2008


On Jul 25, 2008, at 07:51, takeshi at macports.org wrote:

> Revision: 38599
>           http://trac.macosforge.org/projects/macports/changeset/38599
> Author:   takeshi at macports.org
> Date:     2008-07-25 05:51:14 -0700 (Fri, 25 Jul 2008)
> Log Message:
> -----------
> fftw-3: use_parallel_build yes

Thanks, but for future reference, you don't need to increase the port  
revision for changes like this, because there is no change to the  
files the port ends up installing on the user's hard drive. You only  
need to increase the revision if you want all users who already have  
the port installed to be forced to reinstall it.


> Modified Paths:
> --------------
>     trunk/dports/math/fftw-3/Portfile
>
> Modified: trunk/dports/math/fftw-3/Portfile
> ===================================================================
> --- trunk/dports/math/fftw-3/Portfile	2008-07-25 12:50:01 UTC (rev  
> 38598)
> +++ trunk/dports/math/fftw-3/Portfile	2008-07-25 12:51:14 UTC (rev  
> 38599)
> @@ -1,3 +1,4 @@
> +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode:  
> nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
>  # $Id$
>
>  PortSystem      1.0
> @@ -4,7 +5,7 @@
>
>  name            fftw-3
>  version         3.1.2
> -revision        5
> +revision        6
>  categories      math
>  platforms       darwin
>  maintainers     takeshi at macports.org
> @@ -35,10 +36,9 @@
>  	improvements relative to 2.x, but is not backwardly \
>  	compatible.
>
> -checksums \
> -	md5 08f2e21c9fd02f4be2bd53a62592afa4 \
> -	sha1 3e4c64009ffb48123a0f30f46c1d89da7810dc67 \
> -	rmd160 13069b3582eeaa1fba1614cdca2dfbc2e45ab585
> +checksums md5 08f2e21c9fd02f4be2bd53a62592afa4 \
> +	        sha1 3e4c64009ffb48123a0f30f46c1d89da7810dc67 \
> +	        rmd160 13069b3582eeaa1fba1614cdca2dfbc2e45ab585
>
>  configure.args \
>  	--enable-threads \
> @@ -52,6 +52,7 @@
>  test.target  check
>
>  universal_variant no
> +use_parallel_build yes
>
>  variant gcc42 description {create Fortran wrappers using gcc42}  
> conflicts gcc43 g95 {
>  	depends_lib-append    port:gcc42



More information about the macports-dev mailing list