<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/c047b0d9c930e6db58bc6493d41ff4c271aea4ca">https://github.com/macports/macports-ports/commit/c047b0d9c930e6db58bc6493d41ff4c271aea4ca</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit c047b0d9c930e6db58bc6493d41ff4c271aea4ca
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sat Apr 16 23:48:33 2022 -0500
<span style='display:block; white-space:pre;color:#404040;'> OpenBLAS: Remove unused portgroups
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Closes: https://trac.macports.org/ticket/64995
</span>---
math/OpenBLAS/Portfile | 3 ---
1 file changed, 3 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 f280f432b89..c9edd03d511 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;'>@@ -4,8 +4,6 @@ PortSystem 1.0
</span> PortGroup github 1.0
PortGroup muniversal 1.0
PortGroup compilers 1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-PortGroup xcodeversion 1.0
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-PortGroup compiler_blacklist_versions 1.0
</span> PortGroup xcode_workaround 1.0
PortGroup makefile 1.0
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -15,7 +13,6 @@ license BSD
</span> maintainers {nicos @NicosPavlov} {michaelld @michaelld} openmaintainer
description OpenBLAS is an optimized BLAS library based on GotoBLAS2
long_description ${description}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms darwin
</span>
# block compilers that do not support thread-local storage.
compiler.cxx_standard 2011
</pre><pre style='margin:0'>
</pre>