Skip to content
Snippets Groups Projects

NVIDIA IndeX libraries for ParaView 5.9

Merged Jörg Mensmann requested to merge jmensmann/paraview-superbuild:nvidia-index-5.9 into master
1 unresolved thread
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -37,8 +37,8 @@ for arch in linux-x86-64 linux-ppc64le nt-x86-64; do
dir="$dirprefix-linux"
;;
linux-ppc64le)
if [ ! -d "$arch" ]; then
# This architecure is optional, ignore if it's missing from the tarball
if ! [ -d "$arch" ]; then
# This architecture is optional, ignore if it's missing from the tarball.
continue
fi
dir="$dirprefix-linux-ppc64le"
Loading