On Mar 4, 2009, at 2:41 AM, Ryan Schmidt wrote:


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

Revision: 47678
         http://trac.macports.org/changeset/47678
Author:   mm...@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.


Oops, yes. Fixed now.



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


--
Mark



_______________________________________________
macports-dev mailing list
macports-dev@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev

Reply via email to