[58340] trunk/dports/science/hdf5-18/Portfile
mmoll at macports.org
mmoll at macports.org
Sat Sep 26 15:34:25 PDT 2009
Revision: 58340
http://trac.macports.org/changeset/58340
Author: mmoll at macports.org
Date: 2009-09-26 15:34:23 -0700 (Sat, 26 Sep 2009)
Log Message:
-----------
hdf5-18: universal build wasn't working correctly on Snow Leopard. Enable static libraries
Modified Paths:
--------------
trunk/dports/science/hdf5-18/Portfile
Modified: trunk/dports/science/hdf5-18/Portfile
===================================================================
--- trunk/dports/science/hdf5-18/Portfile 2009-09-26 22:12:31 UTC (rev 58339)
+++ trunk/dports/science/hdf5-18/Portfile 2009-09-26 22:34:23 UTC (rev 58340)
@@ -2,10 +2,12 @@
# $Id$
PortSystem 1.0
+PortGroup muniversal 1.0
set realname hdf5
name ${realname}-18
version 1.8.3
+revision 1
categories science
maintainers mmoll openmaintainer
@@ -30,7 +32,7 @@
configure.universal_cppflags
configure.args --with-zlib=yes --with-szlib=yes --enable-filters=all \
--enable-production --disable-fortran \
- --enable-cxx --enable-shared --disable-static
+ --enable-cxx --enable-shared --enable-static
test.run yes
test.target check
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090926/9ffd91a6/attachment.html>
More information about the macports-changes
mailing list