[32159] trunk/dports/python

ram at macports.org ram at macports.org
Tue Dec 18 07:18:52 PST 2007


Revision: 32159
          http://trac.macosforge.org/projects/macports/changeset/32159
Author:   ram at macports.org
Date:     2007-12-18 07:18:50 -0800 (Tue, 18 Dec 2007)

Log Message:
-----------
py-numpy/py25-numpy: don't need to specify fortran compiler in destroot
phase, closes #13616

Modified Paths:
--------------
    trunk/dports/python/py-numpy/Portfile
    trunk/dports/python/py25-numpy/Portfile

Modified: trunk/dports/python/py-numpy/Portfile
===================================================================
--- trunk/dports/python/py-numpy/Portfile	2007-12-18 15:08:43 UTC (rev 32158)
+++ trunk/dports/python/py-numpy/Portfile	2007-12-18 15:18:50 UTC (rev 32159)
@@ -24,23 +24,17 @@
 
 variant g95 conflicts gcc42 gcc43 description "Use g95 as fortran compiler" { 
   depends_lib-append    port:g95 
-  set fc_options        "config_fc --fcompiler gnu95 --f77exec ${prefix}/bin/g95 --f90exec ${prefix}/bin/g95"
-  build.cmd-append      ${fc_options} 
-  destroot.cmd-append   ${fc_options} 
+  build.cmd-append      "config_fc --fcompiler gnu95 --f77exec ${prefix}/bin/g95 --f90exec ${prefix}/bin/g95"
 } 
  
 variant gcc42 conflicts g95 gcc43 description "Use gfortran as fortran compiler" { 
   depends_lib-append    port:gcc42 
-  set fc_options        "config_fc --fcompiler gnu95 --f77exec ${prefix}/bin/gfortran-mp-4.2 --f90exec ${prefix}/bin/gfortran-mp-4.2"
-  build.cmd-append      ${fc_options} 
-  destroot.cmd-append   ${fc_options} 
+  build.cmd-append      "config_fc --fcompiler gnu95 --f77exec ${prefix}/bin/gfortran-mp-4.2 --f90exec ${prefix}/bin/gfortran-mp-4.2"
 } 
  
 variant gcc43 conflicts g95 gcc42 description "Use gfortran as fortran compiler" { 
   depends_lib-append    port:gcc43 
-  set fc_options        "config_fc --fcompiler gnu95 --f77exec ${prefix}/bin/gfortran-mp-4.3 --f90exec ${prefix}/bin/gfortran-mp-4.3"
-  build.cmd-append      ${fc_options} 
-  destroot.cmd-append   ${fc_options} 
+  build.cmd-append      "config_fc --fcompiler gnu95 --f77exec ${prefix}/bin/gfortran-mp-4.3 --f90exec ${prefix}/bin/gfortran-mp-4.3"
 } 
  
 if { ![variant_isset g95] && ![variant_isset gcc42] && ![variant_isset gcc43] } { 

Modified: trunk/dports/python/py25-numpy/Portfile
===================================================================
--- trunk/dports/python/py25-numpy/Portfile	2007-12-18 15:08:43 UTC (rev 32158)
+++ trunk/dports/python/py25-numpy/Portfile	2007-12-18 15:18:50 UTC (rev 32159)
@@ -25,23 +25,17 @@
 
 variant g95 conflicts gcc42 gcc43 description "Use g95 as fortran compiler" { 
   depends_lib-append    port:g95 
-  set fc_options        "config_fc --fcompiler gnu95 --f77exec ${prefix}/bin/g95 --f90exec ${prefix}/bin/g95"
-  build.cmd-append      ${fc_options} 
-  destroot.cmd-append   ${fc_options} 
+  build.cmd-append      "config_fc --fcompiler gnu95 --f77exec ${prefix}/bin/g95 --f90exec ${prefix}/bin/g95"
 } 
  
 variant gcc42 conflicts g95 gcc43 description "Use gfortran as fortran compiler" { 
   depends_lib-append    port:gcc42 
-  set fc_options        "config_fc --fcompiler gnu95 --f77exec ${prefix}/bin/gfortran-mp-4.2 --f90exec ${prefix}/bin/gfortran-mp-4.2"
-  build.cmd-append      ${fc_options} 
-  destroot.cmd-append   ${fc_options} 
+  build.cmd-append      "config_fc --fcompiler gnu95 --f77exec ${prefix}/bin/gfortran-mp-4.2 --f90exec ${prefix}/bin/gfortran-mp-4.2"
 } 
  
 variant gcc43 conflicts g95 gcc42 description "Use gfortran as fortran compiler" { 
   depends_lib-append    port:gcc43 
-  set fc_options        "config_fc --fcompiler gnu95 --f77exec ${prefix}/bin/gfortran-mp-4.3 --f90exec ${prefix}/bin/gfortran-mp-4.3"
-  build.cmd-append      ${fc_options} 
-  destroot.cmd-append   ${fc_options} 
+  build.cmd-append      "config_fc --fcompiler gnu95 --f77exec ${prefix}/bin/gfortran-mp-4.3 --f90exec ${prefix}/bin/gfortran-mp-4.3"
 } 
  
 if { ![variant_isset g95] && ![variant_isset gcc42] && ![variant_isset gcc43] } { 

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


More information about the macports-changes mailing list