<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/05257ace98b9af4b3f9c8d98f7adba33997042bf">https://github.com/macports/macports-ports/commit/05257ace98b9af4b3f9c8d98f7adba33997042bf</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 05257ace98b libomp: requires c++11 support
</span>05257ace98b is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 05257ace98b9af4b3f9c8d98f7adba33997042bf
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Sat Dec 5 11:05:35 2020 +0000

<span style='display:block; white-space:pre;color:#404040;'>    libomp: requires c++11 support
</span>---
 lang/libomp/Portfile | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/libomp/Portfile b/lang/libomp/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 77ea177e2ef..cdf5e189855 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/libomp/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/libomp/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,7 +3,7 @@
</span> PortSystem              1.0
 PortGroup               cmake 1.0
 if {${os.major} <= 17} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    PortGroup               muniversal 1.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    PortGroup           muniversal 1.0
</span> }
 PortGroup               clang_dependency 1.0
 PortGroup               compiler_blacklist_versions 1.0
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -53,6 +53,9 @@ if {${os.platform} eq "darwin" && ${configure.cxx_stdlib} ne "libstdc++"} {
</span>         configure.cflags-append -stdlib=libc++
     }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    # Build requires std::atomic
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    compiler.cxx_standard   2011
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>     master_sites \
         https://github.com/llvm/llvm-project/releases/download/llvmorg-${version} \
         https://releases.llvm.org/${version}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -94,7 +97,7 @@ cmake.out_of_source     yes
</span> compiler.blacklist-append {clang < 500} *gcc*
 
 if {${os.major} <= 17} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    default_variants        +universal
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    default_variants    +universal
</span> }
 
 # Do actual install into ${prefix}/(install|lib)/libomp
</pre><pre style='margin:0'>

</pre>