[147078] trunk/dports/lang/libomp/Portfile

eborisch at macports.org eborisch at macports.org
Fri Mar 25 14:44:47 PDT 2016


Revision: 147078
          https://trac.macports.org/changeset/147078
Author:   eborisch at macports.org
Date:     2016-03-25 14:44:47 -0700 (Fri, 25 Mar 2016)
Log Message:
-----------
libomp: Update to latest; Add +universal to default_variants. (#50511).

Modified Paths:
--------------
    trunk/dports/lang/libomp/Portfile

Modified: trunk/dports/lang/libomp/Portfile
===================================================================
--- trunk/dports/lang/libomp/Portfile	2016-03-25 18:14:44 UTC (rev 147077)
+++ trunk/dports/lang/libomp/Portfile	2016-03-25 21:44:47 UTC (rev 147078)
@@ -8,13 +8,15 @@
 
 name                    libomp
 version                 0.0
-revision                261249
-maintainers             eborisch openmaintainer
+revision                264411
+maintainers             eborisch openmaintaine
 homepage                http://openmp.llvm.org
 description             The OpenMP subproject of LLVM
 long_description        ${description} is intended to contain all of the\
                         components required to build an executing OpenMP\
-                        program that are outside the compiler itself.
+                        program that are outside the compiler itself. \
+                        This port works with MacPorts' clang-3.7+ (optionally \
+                        with +openmp variant for clang-3.7.)
 
 categories              lang
 platforms               darwin
@@ -34,10 +36,14 @@
     macports-clang-3.4 \
     macports-clang-3.5 \
     macports-clang-3.6 \
-    macports-clang-3.7
+    macports-clang-3.7 \
+    macports-clang-3.8 \
+    macports-clang-3.9
 
 compiler.blacklist-append {clang < 500}
 
+default_variants        +universal
+
 # Do actual install into ${prefix}/(install|lib)/libomp
 # A little unorthodox, but to have clang automatically find the includes and
 # lib, with -fopenmp, it is nice to have them their own directories. Not
@@ -85,10 +91,9 @@
 }
 
 notes "
-  Use with clang-3.\[78\] (when built with +openmp variant) by adding
-  \"-fopenmp\" to your compile and link lines.
-  (Or \"-I${prefix}/include/libomp -L${prefix}/lib/libomp -fopenmp\"
-  if clang is installed without +openmp.)
+  Use with clang-3.7 and up by adding \"-fopenmp\" during compilation / linking.
+   * For clang-3.7 without +openmp variant, use:
+     \"-I${prefix}/include/libomp -L${prefix}/lib/libomp -fopenmp\"
 "
 
 test.run                yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160325/c5a86ab1/attachment.html>


More information about the macports-changes mailing list