<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/7142dd93e47b38e40310d90db2d5d8f9f34b9e71">https://github.com/macports/macports-ports/commit/7142dd93e47b38e40310d90db2d5d8f9f34b9e71</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 7142dd93e47b38e40310d90db2d5d8f9f34b9e71
</span>Author: Sergey Fedorov <vital.had@gmail.com>
AuthorDate: Mon Mar 25 12:34:23 2024 +0800
<span style='display:block; white-space:pre;color:#404040;'> arborx: fix finding Kokkos with clang
</span>---
math/arborx/Portfile | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/arborx/Portfile b/math/arborx/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1067e1aacaf..852679e9d09 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/arborx/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/arborx/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -22,11 +22,13 @@ github.tarball_from archive
</span>
depends_lib-append path:lib/libkokkoscore.dylib:kokkos
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Without this clang cannot find Kokkos:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.cxx_standard 2017
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.openmp_version 4.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> variant tests description {Enable tests} {
PortGroup boost 1.0
test.run yes
configure.args-append -DARBORX_ENABLE_TESTS=ON
<span style='display:block; white-space:pre;background:#ffe0e0;'>- compiler.cxx_standard 2017
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- compiler.openmp_version 4.0
</span> }
</pre><pre style='margin:0'>
</pre>