Skip to content

Commit 2a8e3f1

Browse files
committed
Comment on disabled plugins
1 parent 1db9f5a commit 2a8e3f1

File tree

1 file changed

+3
-0
lines changed
  • repos/spack_repo/builtin/packages/kokkos_tools

1 file changed

+3
-0
lines changed

repos/spack_repo/builtin/packages/kokkos_tools/package.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ class KokkosTools(CMakePackage):
2727
depends_on("papi", when="+papi")
2828

2929
def cmake_args(self):
30+
# The plugins are intentionally disabled the time to properly introduce new variants
31+
# with associated dependencies.
32+
# Feel free to contribute.
3033
args = [
3134
self.define("KokkosTools_ENABLE_APEX", False),
3235
self.define("KokkosTools_ENABLE_CALIPER", False),

0 commit comments

Comments
 (0)