VisIt package: improve info message (#19159)
This commit is contained in:
parent
630f1fe2b8
commit
460bd695a3
@ -9,7 +9,18 @@
|
|||||||
class Visit(CMakePackage):
|
class Visit(CMakePackage):
|
||||||
"""VisIt is an Open Source, interactive, scalable, visualization,
|
"""VisIt is an Open Source, interactive, scalable, visualization,
|
||||||
animation and analysis tool. See comments in VisIt's package.py
|
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:
|
# Suggestions for building:
|
||||||
|
Loading…
Reference in New Issue
Block a user