summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/conduit
diff options
context:
space:
mode:
authorCyrus Harrison <cyrush@llnl.gov>2019-11-17 12:36:14 -0700
committerAdam J. Stewart <ajstewart426@gmail.com>2019-11-17 12:36:14 -0700
commitd3c1547dbaee2f9cc08b60b4cab244c5d8fe5f79 (patch)
tree7e78ba2de48c8e41dbfc52d1b900334b403beaf5 /var/spack/repos/builtin/packages/conduit
parent02f27fc45d7dd016b5c764a808d6ffce413d54bb (diff)
downloadspack-d3c1547dbaee2f9cc08b60b4cab244c5d8fe5f79.tar.gz
spack-d3c1547dbaee2f9cc08b60b4cab244c5d8fe5f79.tar.bz2
spack-d3c1547dbaee2f9cc08b60b4cab244c5d8fe5f79.tar.xz
spack-d3c1547dbaee2f9cc08b60b4cab244c5d8fe5f79.zip
update to add ascent 0.5.0 release (#13709)
* fix metis src dl url * update ascent, vtk-h and vtk-m recipes * update conduit package * fix vtk-m shas * mfem conduit fix * use vtk-h develop * fix issue with stripped include paths in mfem * more metis fixes * simpler fix for mfem conduit include issue * finish mfem changes * pin to cmake 3.14, since we hit cuda issues with 3.15 * add rtd theme as dep for ascent * add vtk-h 0.5.0 release, update ascent to use it * add ascent 0.5.0 release * fix cmake pin to allow all vers of 3.14 * fix format string error in mfem pkg * review fixes for mfem pkg * review fixes for vtk-h and vtk-m packages * address review comments for ascent pkg * changing default off of develop broke downstream use * revert prefed
Diffstat (limited to 'var/spack/repos/builtin/packages/conduit')
-rw-r--r--var/spack/repos/builtin/packages/conduit/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/conduit/package.py b/var/spack/repos/builtin/packages/conduit/package.py
index acc1498b70..93acb633f3 100644
--- a/var/spack/repos/builtin/packages/conduit/package.py
+++ b/var/spack/repos/builtin/packages/conduit/package.py
@@ -68,7 +68,7 @@ class Conduit(Package):
variant("adios", default=False, description="Build Conduit ADIOS support")
# zfp compression
- variant("zfp", default=True, description="Build Conduit ZFP support")
+ variant("zfp", default=False, description="Build Conduit ZFP support")
# variants for dev-tools (docs, etc)
variant("doc", default=False, description="Build Conduit's documentation")