Skip to content

Commit 322d6a7

Browse files
committed
ENABLE_PYLVARRAY unit tests when +pygeosx
1 parent 996d8d7 commit 322d6a7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/spack_packages/packages/geosx/package.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -548,6 +548,7 @@ def geos_hostconfig(self, spec, prefix, py_site_pkgs_dir=None):
548548

549549
if '+pygeosx' in spec:
550550
cfg.write(cmake_cache_option('ENABLE_PYGEOSX', True))
551+
cfg.write(cmake_cache_option('ENABLE_PYLVARRAY', True))
551552
else:
552553
cfg.write(cmake_cache_option('ENABLE_PYGEOSX', False))
553554

0 commit comments

Comments
 (0)