From ee9b61be7ad968d07a119cf8ce7a1a9a3da40205 Mon Sep 17 00:00:00 2001 From: Dan Bonachea Date: Wed, 11 May 2022 00:45:32 -0400 Subject: upcxx,gasnet: Add a note to the `+cuda` variant description (#30602) Resolves issue #30589 --- var/spack/repos/builtin/packages/gasnet/package.py | 3 ++- var/spack/repos/builtin/packages/upcxx/package.py | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'var') diff --git a/var/spack/repos/builtin/packages/gasnet/package.py b/var/spack/repos/builtin/packages/gasnet/package.py index 70679d55d2..a886d75270 100644 --- a/var/spack/repos/builtin/packages/gasnet/package.py +++ b/var/spack/repos/builtin/packages/gasnet/package.py @@ -61,7 +61,8 @@ class Gasnet(Package, CudaPackage, ROCmPackage): variant('debug', default=False, description="Enable library debugging mode") variant('cuda', default=False, - description='Enables support for the CUDA memory kind in some conduits') + description='Enables support for the CUDA memory kind in some conduits.\n' + + 'NOTE: Requires CUDA Driver library be present on the build system') variant('rocm', default=False, description='Enables support for the ROCm/HIP memory kind in some conduits') diff --git a/var/spack/repos/builtin/packages/upcxx/package.py b/var/spack/repos/builtin/packages/upcxx/package.py index dfd7fbe304..cbbc93285d 100644 --- a/var/spack/repos/builtin/packages/upcxx/package.py +++ b/var/spack/repos/builtin/packages/upcxx/package.py @@ -60,7 +60,8 @@ class Upcxx(Package, CudaPackage, ROCmPackage): description='Enables MPI-based spawners and mpi-conduit') variant('cuda', default=False, - description='Enables UPC++ support for the CUDA memory kind') + description='Enables UPC++ support for the CUDA memory kind.\n' + + 'NOTE: Requires CUDA Driver library be present on the build system') variant('rocm', default=False, description='Enables UPC++ support for the ROCm/HIP memory kind') -- cgit v1.2.3-60-g2f50