<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/203bbf7208d890106ca1f24dce7db93055efa515">https://github.com/macports/macports-ports/commit/203bbf7208d890106ca1f24dce7db93055efa515</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 203bbf7208d OpenBLAS: Update to 0.3.15  - Use makefile PG  - Require c(++) 2011 standards and TLS instead of compiler blacklisting
</span>203bbf7208d is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 203bbf7208d890106ca1f24dce7db93055efa515
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Tue May 4 10:22:39 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    OpenBLAS: Update to 0.3.15
</span><span style='display:block; white-space:pre;color:#404040;'>     - Use makefile PG
</span><span style='display:block; white-space:pre;color:#404040;'>     - Require c(++) 2011 standards and TLS instead of compiler blacklisting
</span>---
 math/OpenBLAS/Portfile | 26 +++++++++++++++-----------
 1 file changed, 15 insertions(+), 11 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/OpenBLAS/Portfile b/math/OpenBLAS/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index fcd6b98eadc..c8f237a4f0b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/OpenBLAS/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/OpenBLAS/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,6 +7,7 @@ PortGroup           compilers 1.0
</span> PortGroup           xcodeversion 1.0
 PortGroup           compiler_blacklist_versions 1.0
 PortGroup           xcode_workaround 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           makefile 1.0
</span> 
 name                OpenBLAS
 categories          math science
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -16,13 +17,16 @@ description         OpenBLAS is an optimized BLAS library based on GotoBLAS2
</span> long_description    ${description}
 platforms           darwin
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# block compilers that do not support thread-local storage. it would
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# be better to use the cxx11 1.1 PG, but it conflicts with the
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# compilers 1.0 PG & so just block compilers instead.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.blacklist-append cc {*gcc-3*} {*gcc-4.[0-7]} {clang < 800.0.38}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-platform darwin i386 {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    compiler.blacklist-append {macports-clang-[3-4].*}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# block compilers that do not support thread-local storage.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.cxx_standard 2011
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.c_standard   2011
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.thread_local_storage yes
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# can probably be removed now as redundant with the above..
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Keep for now for reference just in case...
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# compiler.blacklist-append cc {*gcc-3*} {*gcc-4.[0-7]} {clang < 800.0.38}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# platform darwin i386 {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#     compiler.blacklist-append {macports-clang-[3-4].*}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# }
</span> 
 #OS 10.7-10.11 supports down to iMac 7,1, with Intel Core 2 Duo architecture
 #OS 10.12-13 supports down to iMac 10,1, with Intel Core 2 Duo architecture
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -66,10 +70,10 @@ if {[string first "-devel" $subport] > 0} {
</span> 
 } else {
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    github.setup    xianyi OpenBLAS 0.3.14 v
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    checksums       rmd160  e31fe7529ddd03d8734768bf2806c41885826195 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256  865fb970401b3cb0d1ccd0242230b4728c869ca6c06507995df59657cdf25e5b \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    size    12465281
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    github.setup    xianyi OpenBLAS 0.3.15 v
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    checksums       rmd160  8803a1bf4ab61176080a129fd2e8cded8dd90ee6 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  7a35dd2eb486cae48237c06de04a7794a97fc7fd65b08f60f70e1b2664829efa \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    size    12502058
</span>     revision        1
 
     conflicts       OpenBLAS-devel
</pre><pre style='margin:0'>

</pre>