summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark C. Miller <miller86@llnl.gov>2020-10-05 22:26:32 -0700
committerGitHub <noreply@github.com>2020-10-05 22:26:32 -0700
commit460bd695a33f1812563fea280948e8dc0b6310c5 (patch)
tree51c0162b8df748db947c3cd939db48233054a9b4
parent630f1fe2b8204ae3ec9ee12bd264309a314bf690 (diff)
downloadspack-460bd695a33f1812563fea280948e8dc0b6310c5.tar.gz
spack-460bd695a33f1812563fea280948e8dc0b6310c5.tar.bz2
spack-460bd695a33f1812563fea280948e8dc0b6310c5.tar.xz
spack-460bd695a33f1812563fea280948e8dc0b6310c5.zip
VisIt package: improve info message (#19159)
-rw-r--r--var/spack/repos/builtin/packages/visit/package.py13
1 files changed, 12 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/visit/package.py b/var/spack/repos/builtin/packages/visit/package.py
index d2f3987895..2bdb274273 100644
--- a/var/spack/repos/builtin/packages/visit/package.py
+++ b/var/spack/repos/builtin/packages/visit/package.py
@@ -9,7 +9,18 @@ from spack import *
class Visit(CMakePackage):
"""VisIt is an Open Source, interactive, scalable, visualization,
animation and analysis tool. See comments in VisIt's package.py
- for tips about building VisIt with spack.
+ for tips about building VisIt with spack. Building VisIt with
+ Spack is still experimental and many standard features are likely
+ disabled
+ LINUX-------------------------------------------------------------------
+ spack install visit ^python+shared ^glib@2.56.3 ^py-setuptools@44.1.0
+ LINUX-W/O-OPENGL--------------------------------------------------------
+ spack install visit ^python+shared ^glib@2.56.3 ^py-setuptools@44.1.0 \\
+ ^mesa+opengl
+ MACOS-------------------------------------------------------------------
+ spack install visit ^python+shared ^glib@2.56.3 ^py-setuptools@44.1.0 \\
+ ^qt~framework
+
"""
############################
# Suggestions for building: