[27054] trunk/dports

source_changes at macosforge.org source_changes at macosforge.org
Mon Jul 16 14:48:01 PDT 2007


Revision: 27054
          http://trac.macosforge.org/projects/macports/changeset/27054
Author:   ryandesign at macports.org
Date:     2007-07-16 14:48:01 -0700 (Mon, 16 Jul 2007)

Log Message:
-----------
Change gcc42-related suffixes from -dp-4.2 to -mp-4.2 following change to gcc42 portfile in r24526.

Modified Paths:
--------------
    trunk/dports/math/arpack/Portfile
    trunk/dports/science/libnc-dap/Portfile

Modified: trunk/dports/math/arpack/Portfile
===================================================================
--- trunk/dports/math/arpack/Portfile	2007-07-16 21:42:16 UTC (rev 27053)
+++ trunk/dports/math/arpack/Portfile	2007-07-16 21:48:01 UTC (rev 27054)
@@ -20,12 +20,12 @@
 
 # We need gfortran. Gcc41 doesn't seem to compile on Intel Mac, so we'll take
 # gcc42. Too bad that the actual gfortran binary in gcc42 is called 
-# gfortran-dp-4.2, otherwise we could just say bin:gfortran:gcc42.
+# gfortran-mp-4.2, otherwise we could just say bin:gfortran:gcc42.
 depends_build port:gcc42
 use_configure	no
 worksrcdir	ARPACK
 patchfiles	patch-arpack.diff
-build.args 	all FC=gfortran-dp-4.2 home=${worksrcpath} 
+build.args 	all FC=gfortran-mp-4.2 home=${worksrcpath} 
 destroot    { 
    xinstall -m 644 -v -W ${worksrcpath} libarpack.a ${destroot}${prefix}/lib
 }

Modified: trunk/dports/science/libnc-dap/Portfile
===================================================================
--- trunk/dports/science/libnc-dap/Portfile	2007-07-16 21:42:16 UTC (rev 27053)
+++ trunk/dports/science/libnc-dap/Portfile	2007-07-16 21:48:01 UTC (rev 27054)
@@ -33,7 +33,7 @@
 platform i386 {
     if {![variant_isset g95]} {
         depends_lib-append      port:gcc42
-        configure.env-append    FC=gfortran-dp-4.2
+        configure.env-append    FC=gfortran-mp-4.2
     }
 }
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070716/bbf3c29c/attachment.html


More information about the macports-changes mailing list