[110086] trunk/dports/science/openmpi/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sun Aug 25 19:21:56 PDT 2013


Revision: 110086
          https://trac.macports.org/changeset/110086
Author:   jeremyhu at macports.org
Date:     2013-08-25 19:21:56 -0700 (Sun, 25 Aug 2013)
Log Message:
-----------
openmpi: Add a comment about universal

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

Modified: trunk/dports/science/openmpi/Portfile
===================================================================
--- trunk/dports/science/openmpi/Portfile	2013-08-26 02:19:11 UTC (rev 110085)
+++ trunk/dports/science/openmpi/Portfile	2013-08-26 02:21:56 UTC (rev 110086)
@@ -3,6 +3,12 @@
 
 PortSystem 1.0
 
+# TODO: Improve universal.  The only issue is with ${prefix}/include/openmpi/mpif-config.h
+#       It requires preprocessing, so it will work with #include directives
+#       but not if clients use INCLUDE
+#PortGroup           muniversal 1.0
+universal_variant    no
+
 name			openmpi
 version			1.7.2
 revision                1
@@ -63,6 +69,8 @@
 			"ln -sf ${prefix}/share/${name}/${bin}-wrapper-data.txt \
 			open${bin}-wrapper-data.txt"
 	}
+
+	file delete ${destroot}${prefix}/share/vampirtrace/config.log
 }
 
 conflicts       mpich mpich2 mpich3 lammpi mpich-devel mpich3-devel
@@ -141,8 +149,6 @@
 livecheck.url	http://www.open-mpi.org/software/ompi/v1.7/
 livecheck.regex	openmpi-(\[0-9\.\]+).tar.bz2
 
-universal_variant no
-
 # remove -arch from ldflags, ticket #22833
 configure.ld_archflags
 # avoid building against older installed version, ticket #23864
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130825/18d3f4e4/attachment.html>


More information about the macports-changes mailing list