[37052] trunk/dports/science/hdf5/Portfile

jochen at macports.org jochen at macports.org
Sat May 24 12:48:28 PDT 2008


Revision: 37052
          http://trac.macosforge.org/projects/macports/changeset/37052
Author:   jochen at macports.org
Date:     2008-05-24 12:48:27 -0700 (Sat, 24 May 2008)

Log Message:
-----------
whitespace changes,
comments

Modified Paths:
--------------
    trunk/dports/science/hdf5/Portfile

Modified: trunk/dports/science/hdf5/Portfile
===================================================================
--- trunk/dports/science/hdf5/Portfile	2008-05-24 19:44:04 UTC (rev 37051)
+++ trunk/dports/science/hdf5/Portfile	2008-05-24 19:48:27 UTC (rev 37052)
@@ -27,13 +27,18 @@
                     patch-H5PropList.cpp.diff
 
 use_parallel_build  yes
+
 configure.args      --enable-cxx --with-zlib=yes --with-szlib=no
 configure.ldflags   -L${worksrcpath}/src/.libs -L${prefix}/lib
+
 destroot.destdir    prefix=${destroot}${prefix}
+
 test.run            yes
 test.target         check
 
 
+# variant descriptions
+
 variant fortran description {Include the Fortran interface} {
     if { [variant_isset gcc43] || [variant_isset gcc42] || [variant_isset g95] } {
         configure.args-delete   --disable-fortran
@@ -63,6 +68,7 @@
 variant gcc43 conflicts g95 gcc42 description {Compile using GCC 4.3} {
     depends_lib-append          port:gcc43
     configure.compiler          macports-gcc-4.3
+    configure.env-append        LD=${prefix}/bin/g++-mp-4.3
 }
 
 variant g95 requires fortran conflicts gcc42 gcc43 description {Use g95 Fortran compiler (unsupported)} {

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080524/55883ff9/attachment.htm 


More information about the macports-changes mailing list