summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/lvarray/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/lvarray/package.py')
-rw-r--r--var/spack/repos/builtin/packages/lvarray/package.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/lvarray/package.py b/var/spack/repos/builtin/packages/lvarray/package.py
index 9b8b3188d3..0168132c6b 100644
--- a/var/spack/repos/builtin/packages/lvarray/package.py
+++ b/var/spack/repos/builtin/packages/lvarray/package.py
@@ -131,8 +131,8 @@ class Lvarray(CMakePackage, CudaPackage):
subclasses this package provide a specific site packages
dir when calling this function. `py_site_pkgs_dir` should
be an absolute path or `None`.
- This is necessary because the spack `site_packages_dir`
- var will not exist in the base class. For more details
+ This is necessary because the spack `python_purelib` and `python_platlib`
+ vars will not exist in the base class. For more details
on this issue see: https://github.com/spack/spack/issues/6261
"""