<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/adec8321fd27a6b29812cd151dad9a8ed39c6f5c">https://github.com/macports/macports-ports/commit/adec8321fd27a6b29812cd151dad9a8ed39c6f5c</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit adec8321fd27a6b29812cd151dad9a8ed39c6f5c
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Fri May 17 05:57:03 2024 -0700

<span style='display:block; white-space:pre;color:#404040;'>    kokkos: allow cmake to find OpenMP library
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    see https://github.com/macports/macports-base/commit/7c91604891fa0d071b8d598490c4dc2edb8e0031
</span><span style='display:block; white-space:pre;color:#404040;'>    see https://github.com/macports/macports-ports/pull/17877#discussion_r1183486766
</span>---
 devel/kokkos/Portfile | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/kokkos/Portfile b/devel/kokkos/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ad4f694d89e..7f6c7717c3e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/kokkos/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/kokkos/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -39,12 +39,9 @@ configure.args-append       -DBUILD_SHARED_LIBS=ON \
</span>                             -DKokkos_ENABLE_SERIAL=ON \
                             -DKokkos_ENABLE_HWLOC=ON
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {[string match *clang* ${configure.compiler}]} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    # https://github.com/macports/macports-ports/pull/17877#discussion_r1183486766
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.ldflags-append \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                            -L${prefix}/lib/libomp \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                            -lomp
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# see https://github.com/macports/macports-base/commit/7c91604891fa0d071b8d598490c4dc2edb8e0031
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# see https://github.com/macports/macports-ports/pull/17877#discussion_r1183486766
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.log_verbose_output no
</span> 
 variant tests description {Enable tests} {
     configure.args-append   -DKokkos_ENABLE_TESTS=ON
</pre><pre style='margin:0'>

</pre>