<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/81a7f66213c10d160c69566194800e482942628c">https://github.com/macports/macports-ports/commit/81a7f66213c10d160c69566194800e482942628c</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 81a7f66213c10d160c69566194800e482942628c
</span>Author: Sergey Fedorov <vital.had@gmail.com>
AuthorDate: Wed May 3 17:56:38 2023 +0800

<span style='display:block; white-space:pre;color:#404040;'>    kokkos, -devel: use CMAKE_BUILD_WITH_INSTALL_RPATH:BOOL=OFF with tests variant
</span>---
 devel/kokkos/Portfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

<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 bc9ff2ada48..3f7da6e7030 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;'>@@ -31,6 +31,8 @@ configure.args-append       -DBUILD_SHARED_LIBS=ON \
</span> 
 variant tests description {Enable tests} {
     configure.args-append   -DKokkos_ENABLE_TESTS=ON
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    test.args-append        DYLD_LIBRARY_PATH=${cmake.build_dir}/core/unit_test:${cmake.build_dir}/containers/src:${cmake.build_dir}/core/src
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.pre_args-replace \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            -DCMAKE_BUILD_WITH_INSTALL_RPATH:BOOL=ON \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            -DCMAKE_BUILD_WITH_INSTALL_RPATH:BOOL=OFF
</span>     test.run                yes
 }
</pre><pre style='margin:0'>

</pre>