[92664] trunk/dports/math/fftw-3/Portfile

ram at macports.org ram at macports.org
Thu May 3 06:03:40 PDT 2012


Revision: 92664
          https://trac.macports.org/changeset/92664
Author:   ram at macports.org
Date:     2012-05-03 06:03:38 -0700 (Thu, 03 May 2012)
Log Message:
-----------
math/fftw-3: mpi variants conflict with each other

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

Modified: trunk/dports/math/fftw-3/Portfile
===================================================================
--- trunk/dports/math/fftw-3/Portfile	2012-05-03 12:22:05 UTC (rev 92663)
+++ trunk/dports/math/fftw-3/Portfile	2012-05-03 13:03:38 UTC (rev 92664)
@@ -158,13 +158,13 @@
     }
 }
 
-variant openmpi description {compile FFTW MPI library with OpenMPI} {
+variant openmpi description {compile FFTW MPI library with OpenMPI} conflicts mpich2 {
     depends_lib-append      port:openmpi
     configure.env           MPICC=${prefix}/lib/openmpi/bin/mpicc
     configure.args-append   --enable-mpi
 }
 
-variant mpich2 description {compile FFTW MPI library with MPICH2} {
+variant mpich2 description {compile FFTW MPI library with MPICH2} conflicts openmpi {
     depends_lib-append      port:mpich2
     configure.env           MPICC=${prefix}/bin/mpicc
     configure.args-append   --enable-mpi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120503/a09427d0/attachment-0001.html>


More information about the macports-changes mailing list