vcl not being built for VISIT_ENGINE_ONLY=ON #19631
Unanswered
ghweber
asked this question in
Help building VisIt
Replies: 1 comment
-
To answer my own question. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am trying to build VisIt on Perlmutter at NERSC. Since various X11 libraries are not available in developer version, I cannot build Qt with
xcb
support. To work around this, I tried to just build the only compute engine backend usingVISIT_ENGINE_ONLY=ON
. However, there is novcl
executable in the resulting build and I cannot launch VisIt from a remote host. Any ideas what I am missing?(I was able to get a full VisIt build to work by commenting out
xcb
related functions insrc/winutil/WindowMetrics.C
and removing some libraries fromCMake/FindVisItQt.cmake
. The result is a not-working GUI but I can at least launch the compute engine remotely. However, I would like to do a cleaner build and avoid having to patch VisIt manually when trying to build it.)Beta Was this translation helpful? Give feedback.
All reactions