[70411] trunk/dports/math

mcalhoun at macports.org mcalhoun at macports.org
Sun Aug 8 08:13:10 PDT 2010


Revision: 70411
          http://trac.macports.org/changeset/70411
Author:   mcalhoun at macports.org
Date:     2010-08-08 08:13:09 -0700 (Sun, 08 Aug 2010)
Log Message:
-----------
fftw-3, fftw-3-single: Don't arch-check gcc and g95 compilers.

Modified Paths:
--------------
    trunk/dports/math/fftw-3/Portfile
    trunk/dports/math/fftw-3-single/Portfile

Modified: trunk/dports/math/fftw-3/Portfile
===================================================================
--- trunk/dports/math/fftw-3/Portfile	2010-08-08 15:03:39 UTC (rev 70410)
+++ trunk/dports/math/fftw-3/Portfile	2010-08-08 15:13:09 UTC (rev 70411)
@@ -77,6 +77,7 @@
 
 variant gcc42 description {create Fortran wrappers using gcc42} conflicts gcc43 gcc44 g95 {
     depends_lib-append    port:gcc42
+    depends_skip_archcheck gcc42
     configure.f77         gfortran-mp-4.2
     configure.args-delete --disable-fortran
     if { ${os.arch} == "i386" } {
@@ -90,6 +91,7 @@
 
 variant gcc43 description {create Fortran wrappers using gcc43} conflicts gcc42 gcc44 g95 {
     depends_lib-append    port:gcc43
+    depends_skip_archcheck gcc43
     configure.f77         gfortran-mp-4.3
     configure.args-delete --disable-fortran
     if { ${os.arch} == "i386" } {
@@ -103,6 +105,7 @@
 
 variant gcc44 description {create Fortran wrappers using gcc44} conflicts gcc42 gcc43 g95 {
     depends_lib-append    port:gcc44
+    depends_skip_archcheck gcc44
     configure.f77         gfortran-mp-4.4
     configure.args-delete --disable-fortran
     if { ${os.arch} == "i386" } {
@@ -116,6 +119,7 @@
 
 variant g95 description {create Fortran wrappers using f95} conflicts gcc42 gcc43 {
     depends_lib-append    port:g95
+    depends_skip_archcheck g95
     configure.f77         g95
     configure.args-delete --disable-fortran
     if { ${os.arch} == "i386" } {

Modified: trunk/dports/math/fftw-3-single/Portfile
===================================================================
--- trunk/dports/math/fftw-3-single/Portfile	2010-08-08 15:03:39 UTC (rev 70410)
+++ trunk/dports/math/fftw-3-single/Portfile	2010-08-08 15:13:09 UTC (rev 70411)
@@ -82,6 +82,7 @@
 
 variant gcc42 description {create Fortran wrappers using gcc42} conflicts gcc43 gcc44 g95 {
     depends_lib-append    port:gcc42
+    depends_skip_archcheck gcc42
     configure.f77         gfortran-mp-4.2
     configure.args-delete --disable-fortran
     if { ${os.arch} == "i386" } {
@@ -95,6 +96,7 @@
 
 variant gcc43 description {create Fortran wrappers using gcc43} conflicts gcc42 gcc44 g95 {
     depends_lib-append    port:gcc43
+    depends_skip_archcheck gcc43
     configure.f77         gfortran-mp-4.3
     configure.args-delete --disable-fortran
     if { ${os.arch} == "i386" } {
@@ -108,6 +110,7 @@
 
 variant gcc44 description {create Fortran wrappers using gcc44} conflicts gcc42 gcc43 g95 {
     depends_lib-append    port:gcc44
+    depends_skip_archcheck gcc44
     configure.f77         gfortran-mp-4.4
     configure.args-delete --disable-fortran
     if { ${os.arch} == "i386" } {
@@ -121,6 +124,7 @@
 
 variant g95 description {create Fortran wrappers using f95} conflicts gcc42 gcc43 {
     depends_lib-append    port:g95
+    depends_skip_archcheck g95
     configure.f77         g95
     configure.args-delete --disable-fortran
     if { ${os.arch} == "i386" } {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100808/cef201d5/attachment.html>


More information about the macports-changes mailing list