summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/ascent/package.py
diff options
context:
space:
mode:
authorAxel Huebl <axel.huebl@plasma.ninja>2020-06-25 18:14:57 -0700
committerGitHub <noreply@github.com>2020-06-25 20:14:57 -0500
commite6bf0b01c43ba60a1e61cc77ebc37ccce6d51b05 (patch)
tree10ac5489fd15cc49a6c05d4125afb102748636ee /var/spack/repos/builtin/packages/ascent/package.py
parent49b0ac804b227f7964d02b156b569e7c31fcc6dc (diff)
downloadspack-e6bf0b01c43ba60a1e61cc77ebc37ccce6d51b05.tar.gz
spack-e6bf0b01c43ba60a1e61cc77ebc37ccce6d51b05.tar.bz2
spack-e6bf0b01c43ba60a1e61cc77ebc37ccce6d51b05.tar.xz
spack-e6bf0b01c43ba60a1e61cc77ebc37ccce6d51b05.zip
Ascent & Conduit: ~python default (#17230)
* Ascent: ~python default Packages that build optional python bindings do not build them by default in Spack: https://spack.readthedocs.io/en/latest/packaging_guide.html#variant-names This reduces long dependency trees and build times, e.g. for apps just using C/C++/Fortran bindings of a library. * Conduit: ~python default Packages that build optional python bindings do not build them by default in Spack: https://spack.readthedocs.io/en/latest/packaging_guide.html#variant-names This reduces long dependency trees and build times, e.g. for apps just using C/C++/Fortran bindings of a library.
Diffstat (limited to 'var/spack/repos/builtin/packages/ascent/package.py')
-rw-r--r--var/spack/repos/builtin/packages/ascent/package.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/ascent/package.py b/var/spack/repos/builtin/packages/ascent/package.py
index 242f17e8a2..3b45c69694 100644
--- a/var/spack/repos/builtin/packages/ascent/package.py
+++ b/var/spack/repos/builtin/packages/ascent/package.py
@@ -50,13 +50,13 @@ class Ascent(Package, CudaPackage):
###########################################################################
variant("shared", default=True, description="Build Ascent as shared libs")
- variant('test', default=True, description='Enable Ascent unit tests')
+ variant("test", default=True, description='Enable Ascent unit tests')
variant("mpi", default=True, description="Build Ascent MPI Support")
variant("serial", default=True, description="build serial (non-mpi) libraries")
# variants for language support
- variant("python", default=True, description="Build Ascent Python support")
+ variant("python", default=False, description="Build Ascent Python support")
variant("fortran", default=True, description="Build Ascent Fortran support")
# variants for runtime features