ADIOS2: Default no Python (#13220)
Turn off the python variant by default.
This commit is contained in:
		| @@ -57,7 +57,7 @@ class Adios2(CMakePackage): | |||||||
|             description='Enable the HDF5 engine') |             description='Enable the HDF5 engine') | ||||||
|  |  | ||||||
|     # optional language bindings, C++11 and C always provided |     # optional language bindings, C++11 and C always provided | ||||||
|     variant('python', default=True, |     variant('python', default=False, | ||||||
|             description='Enable the Python bindings') |             description='Enable the Python bindings') | ||||||
|     variant('fortran', default=True, |     variant('fortran', default=True, | ||||||
|             description='Enable the Fortran bindings') |             description='Enable the Fortran bindings') | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Axel Huebl
					Axel Huebl