<pre style='margin:0'>
Perry E. Metzger (pmetzger) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/02827672f4de2e449794251ed0edda55431d5fae">https://github.com/macports/macports-ports/commit/02827672f4de2e449794251ed0edda55431d5fae</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 0282767 OpenBLAS: allow universal build
</span>0282767 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 02827672f4de2e449794251ed0edda55431d5fae
</span>Author: Marcus Calhoun-Lopez <marcuscalhounlopez@gmail.com>
AuthorDate: Sat Jun 16 12:41:06 2018 -0700
<span style='display:block; white-space:pre;color:#404040;'> OpenBLAS: allow universal build
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> No revbump since port either builds successfully or not at all
</span>---
math/OpenBLAS/Portfile | 5 +++++
1 file changed, 5 insertions(+)
<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 7ec0387..8fc2b09 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;'>@@ -220,6 +220,11 @@ destroot.args "PREFIX=${prefix}"
</span> if {[variant_isset universal]} {
merger-post-destroot {
foreach arch ${universal_archs_to_use} {
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ if {${arch} ne ${build_arch}} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # openblas.pc records the processor name, which is different for 32-bit and 64-bit architectures
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # see https://github.com/xianyi/OpenBLAS/commit/eb9b021d3890429a41823dc3d90eb0d11c0a6d6d
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ delete ${destroot}-${arch}${prefix}/lib/pkgconfig/openblas.pc
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ }
</span> move ${destroot}-${arch}${prefix}/include/cblas.h \
${destroot}-${arch}${prefix}/include/cblas_openblas.h
#Correct library name
</pre><pre style='margin:0'>
</pre>