[113897] trunk/dports/science/cdo/Portfile

takeshi at macports.org takeshi at macports.org
Mon Nov 25 03:37:51 PST 2013


Revision: 113897
          https://trac.macports.org/changeset/113897
Author:   takeshi at macports.org
Date:     2013-11-25 03:37:51 -0800 (Mon, 25 Nov 2013)
Log Message:
-----------
cdo: conflict between mpi and cdi variants, closing #41516

Modified Paths:
--------------
    trunk/dports/science/cdo/Portfile

Modified: trunk/dports/science/cdo/Portfile
===================================================================
--- trunk/dports/science/cdo/Portfile	2013-11-25 11:27:29 UTC (rev 113896)
+++ trunk/dports/science/cdo/Portfile	2013-11-25 11:37:51 UTC (rev 113897)
@@ -64,7 +64,7 @@
     configure.ldflags-append    -lpng -lopenjpeg
 }
 
-variant mpi description {compile with h5pcc} {
+variant mpi description conflicts cdi {compile with h5pcc} {
     configure.cc            ${prefix}/bin/h5pcc
 }
 
@@ -80,7 +80,7 @@
                             --with-magics=${prefix}
 }
 
-variant cdi description {build, install and link to a CDI library} {
+variant cdi description conflicts mpi {build, install and link to a CDI library} {
     configure.args-append   --enable-cdi-lib
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131125/c771e20d/attachment-0001.html>


More information about the macports-changes mailing list