summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrédéric Simonis <simonisfrederic@gmail.com>2019-11-12 18:40:37 +0100
committerAdam J. Stewart <ajstewart426@gmail.com>2019-11-12 11:40:37 -0600
commitb1965fa913d8d988a9d0f8c3c2ff63c32077d7e8 (patch)
tree070997b59a0adf628e2d599615b6dda73c078beb
parentcbfdc85d2612ac4991a19fb86c1701284ec1e04f (diff)
downloadspack-b1965fa913d8d988a9d0f8c3c2ff63c32077d7e8.tar.gz
spack-b1965fa913d8d988a9d0f8c3c2ff63c32077d7e8.tar.bz2
spack-b1965fa913d8d988a9d0f8c3c2ff63c32077d7e8.tar.xz
spack-b1965fa913d8d988a9d0f8c3c2ff63c32077d7e8.zip
precice: enable petsc by default (#13696)
-rw-r--r--var/spack/repos/builtin/packages/precice/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/precice/package.py b/var/spack/repos/builtin/packages/precice/package.py
index 148456a230..9c5b561b11 100644
--- a/var/spack/repos/builtin/packages/precice/package.py
+++ b/var/spack/repos/builtin/packages/precice/package.py
@@ -31,7 +31,7 @@ class Precice(CMakePackage):
# Skip version 1.1.1 entirely, the cmake was lacking install.
variant('mpi', default=True, description='Enable MPI support')
- variant('petsc', default=False, description='Enable PETSc support')
+ variant('petsc', default=True, description='Enable PETSc support')
variant('python', default=False, description='Enable Python support')
variant('shared', default=True, description='Build shared libraries')