diff options
author | Axel Huebl <axel.huebl@plasma.ninja> | 2019-10-15 11:55:45 -0700 |
---|---|---|
committer | Chuck Atkins <chuck.atkins@kitware.com> | 2019-10-15 14:55:45 -0400 |
commit | dc3a9618a0c9aad91e08267c264694860bacf536 (patch) | |
tree | 3eaf5e262257fcdaa154c4b15cf10667b5bb0e10 /var | |
parent | d33b0ffc50248ee1c099875830838b41e2d4ad12 (diff) | |
download | spack-dc3a9618a0c9aad91e08267c264694860bacf536.tar.gz spack-dc3a9618a0c9aad91e08267c264694860bacf536.tar.bz2 spack-dc3a9618a0c9aad91e08267c264694860bacf536.tar.xz spack-dc3a9618a0c9aad91e08267c264694860bacf536.zip |
ADIOS2: Default no Python (#13220)
Turn off the python variant by default.
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/adios2/package.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/adios2/package.py b/var/spack/repos/builtin/packages/adios2/package.py index 3d7339da41..b1bc7c11da 100644 --- a/var/spack/repos/builtin/packages/adios2/package.py +++ b/var/spack/repos/builtin/packages/adios2/package.py @@ -57,7 +57,7 @@ class Adios2(CMakePackage): description='Enable the HDF5 engine') # optional language bindings, C++11 and C always provided - variant('python', default=True, + variant('python', default=False, description='Enable the Python bindings') variant('fortran', default=True, description='Enable the Fortran bindings') |