<pre style='margin:0'>
Mojca Miklavec (mojca) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/b9f633c37630c2af113d99b5eb76208be976b186">https://github.com/macports/macports-ports/commit/b9f633c37630c2af113d99b5eb76208be976b186</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 b9f633c py-numpy: fix some typos
</span>b9f633c is described below
<span style='display:block; white-space:pre;color:#808000;'>commit b9f633c37630c2af113d99b5eb76208be976b186
</span>Author: Felix Yan <felixonmars@archlinux.org>
AuthorDate: Sat Aug 18 13:05:52 2018 +0800
<span style='display:block; white-space:pre;color:#404040;'> py-numpy: fix some typos
</span>---
python/py-numpy/Portfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-numpy/Portfile b/python/py-numpy/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 952b355..a118b89 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-numpy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-numpy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -207,11 +207,11 @@ variant."
</span>
if {[variant_isset universal]} {
if {[variant_isset atlas]} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- # uses fortran as a linker, which does not handle multile -arch values properly
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # uses fortran as a linker, which does not handle multiple -arch values properly
</span> return 1
}
if {![string match *clang* ${configure.cc}]} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- # gcc compilers do not handle multile -arch values properly
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # gcc compilers do not handle multiple -arch values properly
</span> return 1
}
}
</pre><pre style='margin:0'>
</pre>