<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/2b1483ed33e5aa14f5abb8f6c332e431bfb0de30">https://github.com/macports/macports-ports/commit/2b1483ed33e5aa14f5abb8f6c332e431bfb0de30</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 2b1483e  py-scikit-learn: fix build env flags
</span>2b1483e is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 2b1483ed33e5aa14f5abb8f6c332e431bfb0de30
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Sat Oct 12 12:27:45 2019 +0100

<span style='display:block; white-space:pre;color:#404040;'>    py-scikit-learn: fix build env flags
</span>---
 python/py-scikit-learn/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-scikit-learn/Portfile b/python/py-scikit-learn/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3f5e9e4..1d50f89 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-scikit-learn/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-scikit-learn/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -54,12 +54,12 @@ if {${name} ne ${subport}} {
</span> 
         python.add_archflags no
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        build.env-append    "CPPFLAGS=${configure.cppflags} -Xpreprocessor -fopenmp" \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        build.env-append    "CPPFLAGS=${configure.cppflags} -I${prefix}/include/libomp -Xpreprocessor -fopenmp" \
</span>                             "CFLAGS=${configure.cc_archflags} -I${prefix}/include/libomp" \
                             "CXXFLAGS=${configure.cxx_archflags} -I${prefix}/include/libomp" \
                             "LDFLAGS=${configure.ld_archflags} -L${prefix}/lib/libomp -lomp" \
                             DYLD_LIBRARY_PATH=${prefix}/lib/libomp
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        destroot.env-append "CPPFLAGS=${configure.cppflags} -Xpreprocessor -fopenmp" \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        destroot.env-append "CPPFLAGS=${configure.cppflags} -I${prefix}/include/libomp -Xpreprocessor -fopenmp" \
</span>                             "CFLAGS=${configure.cc_archflags} -I${prefix}/include/libomp" \
                             "CXXFLAGS=${configure.cxx_archflags} -I${prefix}/include/libomp" \
                             "LDFLAGS=${configure.ld_archflags} -L${prefix}/lib/libomp -lomp" \
</pre><pre style='margin:0'>

</pre>