We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 996d8d7 commit 322d6a7Copy full SHA for 322d6a7
1 file changed
scripts/spack_packages/packages/geosx/package.py
@@ -548,6 +548,7 @@ def geos_hostconfig(self, spec, prefix, py_site_pkgs_dir=None):
548
549
if '+pygeosx' in spec:
550
cfg.write(cmake_cache_option('ENABLE_PYGEOSX', True))
551
+ cfg.write(cmake_cache_option('ENABLE_PYLVARRAY', True))
552
else:
553
cfg.write(cmake_cache_option('ENABLE_PYGEOSX', False))
554
0 commit comments