[105720] trunk/dports/python/py-qutip/Portfile

macsforever2000 at macports.org macsforever2000 at macports.org
Fri May 3 14:02:52 PDT 2013


Revision: 105720
          https://trac.macports.org/changeset/105720
Author:   macsforever2000 at macports.org
Date:     2013-05-03 14:02:52 -0700 (Fri, 03 May 2013)
Log Message:
-----------
py-qutip: Improve variant descriptions and move python.add_archflags no inside variants.

Modified Paths:
--------------
    trunk/dports/python/py-qutip/Portfile

Modified: trunk/dports/python/py-qutip/Portfile
===================================================================
--- trunk/dports/python/py-qutip/Portfile	2013-05-03 20:37:16 UTC (rev 105719)
+++ trunk/dports/python/py-qutip/Portfile	2013-05-03 21:02:52 UTC (rev 105720)
@@ -40,32 +40,34 @@
     require_active_variants vtk5 "python${python.version} qt4_mac"
 
     use_parallel_build  no
-    python.add_archflags no
 
-    variant gcc47 conflicts gcc48 gcc49 description "Use gfortran-mp-4.7 as fortran compiler" {
+    variant gcc47 conflicts gcc48 gcc49 description "Install Monte Carlo solver using gcc 4.7 gfortran as Fortran compiler" {
         configure.compiler  macports-gcc-4.7
         depends_lib-append  port:gcc47
 
+        python.add_archflags no
         build.env-append     LDFLAGS="-undefined dynamic_lookup -bundle"
 
         build.args
         build.post_args-append  --with-f90mc
     }
 
-    variant gcc48 conflicts gcc47 gcc49 description "Use gfortran-mp-4.8 as fortran compiler" {
+    variant gcc48 conflicts gcc47 gcc49 description "Install Monte Carlo solver using gcc 4.8 gfortran as Fortran compiler" {
         configure.compiler  macports-gcc-4.8
         depends_lib-append  port:gcc48
 
+        python.add_archflags no
         build.env-append     LDFLAGS="-undefined dynamic_lookup -bundle"
 
         build.args
         build.post_args-append  --with-f90mc
     }
 
-    variant gcc49 conflicts gcc47 gcc48 description "Use gfortran-mp-4.8 as fortran compiler" {
+    variant gcc49 conflicts gcc47 gcc48 description "Install Monte Carlo solver using gcc 4.9 gfortran as Fortran compiler" {
         configure.compiler  macports-gcc-4.9
         depends_lib-append  port:gcc49
 
+        python.add_archflags no
         build.env-append     LDFLAGS="-undefined dynamic_lookup -bundle"
 
         build.args
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130503/73e4357a/attachment.html>


More information about the macports-changes mailing list