[47678] trunk/dports/science/hdf5-18

Ryan Schmidt ryandesign at macports.org
Wed Mar 4 00:41:43 PST 2009


On Mar 3, 2009, at 11:28, mmoll at macports.org wrote:

> Revision: 47678
>           http://trac.macports.org/changeset/47678
> Author:   mmoll at macports.org
> Date:     2009-03-03 09:28:49 -0800 (Tue, 03 Mar 2009)
> Log Message:
> -----------
> build hdf5-18 with dynamic libs instead of static libs

Doesn't this change the files that get installed by the port? If so,  
the revision must be increased.


> Modified: trunk/dports/science/hdf5-18/Portfile
> ===================================================================
> --- trunk/dports/science/hdf5-18/Portfile	2009-03-03 17:23:50 UTC  
> (rev 47677)
> +++ trunk/dports/science/hdf5-18/Portfile	2009-03-03 17:28:49 UTC  
> (rev 47678)
> @@ -20,12 +20,13 @@
>  distname            ${realname}-${version}
>  extract.suffix      .tar.gz
>  depends_lib         port:zlib port:szip port:openmpi
> +patchfiles          patch-config-apple.diff
>
>  use_parallel_build  yes
>
>  configure.args      --with-zlib=yes --with-szlib=yes --enable- 
> filters=all \
>                      --enable-production --enable-parallel -- 
> disable-fortran \
> -                    --disable-cxx
> +                    --disable-cxx --enable-shared --disable-static
>  configure.cc        ${prefix}/bin/openmpicc
>  configure.cxx       ${prefix}/bin/openmpicxx
>  configure.fc        ${prefix}/bin/openmpif77



More information about the macports-dev mailing list