On Mar 3, 2009, at 11:28, [email protected] wrote:

Revision: 47678
          http://trac.macports.org/changeset/47678
Author:   [email protected]
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

_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev

Reply via email to