How to build Paraview with OCCT? required targets: TKSTEP, TKIGES, TKXDESTEP, TKXDEIGES

Hi,
I am trying to update Paraview on Flatpak repository for Linux.
I want to also include OCCT.
This is the build instructions in Flatpak manifest.
I enable number of modules in OCCT to solve the issue of

  Found OpenCASCADE (/app/lib/cmake/opencascade) is missing the following
  required targets: TKSTEP, TKIGES, TKXDESTEP, TKXDEIGES

But I still got the error. I don’t know what I am missing.
Thank in advance.

  - name: OCCT
    buildsystem: cmake-ninja
    config-opts:
      - -DCMAKE_BUILD_TYPE=RelWithDebInfo
      - -DBUILD_LIBRARY_TYPE=Shared
      - -DBUILD_Inspector=OFF
      - -DBUILD_DOC_Overview=OFF
      - -DBUILD_MODULE_ApplicationFramework:BOOL=TRUE
      - -DBUILD_MODULE_DETools:BOOL=TRUE
      - -DBUILD_MODULE_DataExchange:BOOL=TRUE
      - -DBUILD_MODULE_Draw:BOOL=TRUE
      - -DBUILD_MODULE_FoundationClasses:BOOL=TRUE
      - -DBUILD_MODULE_ModelingAlgorithms:BOOL=TRUE
      - -DBUILD_MODULE_ModelingData:BOOL=TRUE
      - -DBUILD_MODULE_Visualization:BOOL=TRUE
      - -DUSE_TK=ON
      - -DUSE_VTK=OFF
      - -DUSE_TBB=OFF
      - -DINSTALL_FREETYPE=OFF
      - -DINSTALL_SAMPLES=OFF
      - -DINSTALL_TEST_CASES=OFF
    sources:
      - type: git
        url: https://github.com/Open-Cascade-SAS/OCCT.git
        tag: V7_8_1
        commit: bd2a789f15235755ce4d1a3b07379a2e062fdc2e
        x-checker-data:
          type: git
          tag-pattern: ^(V[\d._]+)$

  - name: Paraview
    buildsystem: cmake-ninja
    builddir: true
    config-opts:
      - -DCMAKE_BUILD_TYPE:STRING=Release
      - -DPARAVIEW_BUILD_DEVELOPER_DOCUMENTATION:BOOL=OFF
      - -DPARAVIEW_BUILD_LEGACY_REMOVE:BOOL=OFF
      - -DPARAVIEW_BUILD_LEGACY_SILENT:BOOL=OFF
      - -DPARAVIEW_BUILD_SHARED_LIBS:BOOL=ON
      - -DPARAVIEW_BUILD_TESTING:STRING=OFF
      - -DPARAVIEW_BUILD_WITH_EXTERNAL:BOOL=OFF
      - -DPARAVIEW_BUILD_WITH_KITS:BOOL=OFF
      - -DPARAVIEW_ENABLE_ADIOS2:BOOL=ON
      - -DPARAVIEW_ENABLE_ALEMBIC:BOOL=ON
      - -DPARAVIEW_ENABLE_CATALYST:BOOL=ON
      - -DPARAVIEW_ENABLE_EXAMPLES:BOOL=ON
      - -DPARAVIEW_ENABLE_FFMPEG:BOOL=ON
      - -DPARAVIEW_ENABLE_FIDES:BOOL=ON
      - -DPARAVIEW_ENABLE_GDAL:BOOL=ON
      - -DPARAVIEW_ENABLE_GEOVIS:BOOL=ON
      - -DPARAVIEW_ENABLE_LAS:BOOL=OFF
      - -DPARAVIEW_ENABLE_LOOKINGGLASS:BOOL=OFF # Propiertary
      - -DPARAVIEW_ENABLE_MOMENTINVARIANTS:BOOL=OFF #Failed to build
      - -DPARAVIEW_ENABLE_MOTIONFX:BOOL=ON
      - -DPARAVIEW_ENABLE_NVPIPE:BOOL=OFF
      - -DPARAVIEW_ENABLE_OCCT:BOOL=ON
      - -DPARAVIEW_ENABLE_OPENTURNS:BOOL=ON
      - -DPARAVIEW_ENABLE_OPENVDB:BOOL=OFF #https://github.com/AcademySoftwareFoundation/openvdb/issues/1160
      - -DPARAVIEW_ENABLE_PDAL:BOOL=ON
      - -DPARAVIEW_ENABLE_RAYTRACING:BOOL=ON
      - -DPARAVIEW_ENABLE_VISITBRIDGE:BOOL=ON
      - -DPARAVIEW_ENABLE_XDMF2:BOOL=ON
      - -DPARAVIEW_ENABLE_XDMF3:BOOL=ON
      - -DPARAVIEW_GENERATE_SPDX:BOOL=OFF
      - -DPARAVIEW_INSTALL_DEVELOPMENT_FILES:BOOL=ON
      - -DPARAVIEW_LOGGING_TIME_PRECISION:STRING=3
      - -DPARAVIEW_PLUGINS_DEFAULT:BOOL=ON
      - -DPARAVIEW_PLUGIN_DISABLE_XML_DOCUMENTATION:BOOL=OFF
      - -DPARAVIEW_PLUGIN_ENABLE_AcceleratedAlgorithms:BOOL=ON
      - -DPARAVIEW_PLUGIN_ENABLE_AnalyzeNIfTIReaderWriter:BOOL=ON
      - -DPARAVIEW_PLUGIN_ENABLE_ArrowGlyph:BOOL=ON
      - -DPARAVIEW_PLUGIN_ENABLE_BagPlotViewsAndFilters:BOOL=ON
      - -DPARAVIEW_PLUGIN_ENABLE_CAVEInteraction:BOOL=ON
      - -DPARAVIEW_PLUGIN_ENABLE_CDIReader:BOOL=OFF
      - -DPARAVIEW_PLUGIN_ENABLE_Datamine:BOOL=ON
      - -DPARAVIEW_PLUGIN_ENABLE_DigitalRockPhysics:BOOL=ON
      - -DPARAVIEW_PLUGIN_ENABLE_EmbossingRepresentations:BOOL=ON
      - -DPARAVIEW_PLUGIN_ENABLE_ExplicitStructuredGrid:BOOL=ON
      - -DPARAVIEW_PLUGIN_ENABLE_FlipBookPlugin:BOOL=ON
      - -DPARAVIEW_PLUGIN_ENABLE_GMVReader:BOOL=ON
      - -DPARAVIEW_PLUGIN_ENABLE_GeodesicMeasurement:BOOL=ON
      - -DPARAVIEW_PLUGIN_ENABLE_GeographicalMap:BOOL=ON
      - -DPARAVIEW_PLUGIN_ENABLE_GmshIO:BOOL=ON
      - -DPARAVIEW_PLUGIN_ENABLE_GmshReader:BOOL=ON
      - -DPARAVIEW_PLUGIN_ENABLE_HyperTreeGridADR:BOOL=ON
      - -DPARAVIEW_PLUGIN_ENABLE_InSituExodus:BOOL=ON
      - -DPARAVIEW_PLUGIN_ENABLE_LANLX3DReader:BOOL=ON
      - -DPARAVIEW_PLUGIN_ENABLE_LagrangianParticleTracker:BOOL=ON
      - -DPARAVIEW_PLUGIN_ENABLE_LegacyExodusReader:BOOL=ON
      - -DPARAVIEW_PLUGIN_ENABLE_LookingGlass:BOOL=OFF # proprietary
      - -DPARAVIEW_PLUGIN_ENABLE_Moments:BOOL=ON
      - -DPARAVIEW_PLUGIN_ENABLE_MooseXfemClip:BOOL=ON
      - -DPARAVIEW_PLUGIN_ENABLE_NodeEditor:BOOL=ON
      - -DPARAVIEW_PLUGIN_ENABLE_NonOrthogonalSource:BOOL=ON
      - -DPARAVIEW_PLUGIN_ENABLE_PanoramicProjectionView:BOOL=ON
      - -DPARAVIEW_PLUGIN_ENABLE_ParFlow:BOOL=OFF
      - -DPARAVIEW_PLUGIN_ENABLE_ParametricSurfaces:BOOL=ON
      - -DPARAVIEW_PLUGIN_ENABLE_SLACTools:BOOL=ON
      - -DPARAVIEW_PLUGIN_ENABLE_SaveStateAndScreenshot:BOOL=ON
      - -DPARAVIEW_PLUGIN_ENABLE_SpaceMouseInteractor:BOOL=ON
      - -DPARAVIEW_PLUGIN_ENABLE_StreamLinesRepresentation:BOOL=ON
      - -DPARAVIEW_PLUGIN_ENABLE_StreamingParticles:BOOL=ON
      - -DPARAVIEW_PLUGIN_ENABLE_SurfaceLIC:BOOL=ON
      - -DPARAVIEW_PLUGIN_ENABLE_ThickenLayeredCells:BOOL=ON
      - -DPARAVIEW_PLUGIN_ENABLE_VDFReaderPlugin:BOOL=OFF # Need vapor version 2. Hard to compile from source
      - -DPARAVIEW_PLUGIN_ENABLE_VTKmFilters:BOOL=ON
      - -DPARAVIEW_PLUGIN_ENABLE_XRInterface:BOOL=OFF #need openvr
      - -DPARAVIEW_PLUGIN_ENABLE_pvNVIDIAIndeX:BOOL=OFF
      - -DPARAVIEW_PLUGIN_ENABLE_zSpace:BOOL=OFF
      - -DPARAVIEW_USE_CUDA:BOOL=OFF
      - -DPARAVIEW_USE_HIP:BOOL=OFF
      - -DPARAVIEW_USE_MEMKIND:BOOL=ON
      - -DPARAVIEW_USE_MPI:BOOL=ON
      - -DPARAVIEW_USE_PYTHON:BOOL=ON
      - -DPARAVIEW_USE_QT:BOOL=ON
      - -DPARAVIEW_USE_QTHELP:BOOL=ON
      - -DPARAVIEW_USE_QTWEBENGINE:BOOL=ON
      - -DPARAVIEW_USE_VTKM:BOOL=ON
      - -DBUILD_EXAMPLES:BOOL=ON
      - -DPARAVIEW_PLUGINS_DEFAULT:BOOL=ON
      - -DPARAVIEW_INSTALL_DEVELOPMENT_FILES:BOOL=OFF
      - -DGmsh_INCLUDE_DIR=/app/include
      - -DGmsh_PRIVATE_INCLUDE_DIR=/app/include/gmsh
    post-install:
      - install -Dm644 ../Qt/Components/Resources/Icons/pvIcon.svg ${FLATPAK_DEST}/share/icons/hicolor/scalable/apps/${FLATPAK_ID}.svg
      - desktop-file-edit --set-icon=${FLATPAK_ID} ${FLATPAK_DEST}/share/applications/${FLATPAK_ID}.desktop
    sources:
      - type: archive
        url: https://www.paraview.org/files/v5.12/ParaView-v5.12.0.tar.gz
        sha256: 2cc5733608fd508e2da8fc5d4ee693523d350dc1e1f89f9a89a78dc63107f70e
-- The C compiler identification is GNU 13.2.0
-- The CXX compiler identification is GNU 13.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Performing Test HAVE_GCC_ERROR_RETURN_TYPE
-- Performing Test HAVE_GCC_ERROR_RETURN_TYPE - Success
-- Looking for a Fortran compiler
-- Looking for a Fortran compiler - /usr/bin/gfortran
-- Performing Test CMAKE_REQUIRE_LARGE_FILE_SUPPORT
-- Performing Test CMAKE_REQUIRE_LARGE_FILE_SUPPORT - Success
-- Could not use git to determine source version, using version 5.12.0
-- The Fortran compiler identification is GNU 13.2.0
-- Detecting Fortran compiler ABI info
-- Detecting Fortran compiler ABI info - done
-- Check for working Fortran compiler: /usr/bin/gfortran - skipped
-- Could not use git to determine source version, using version 
-- VTK version: 9.3.20231030
-- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY
-- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success
-- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY
-- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success
-- Performing Test COMPILER_HAS_DEPRECATED_ATTR
-- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success
-- Checking whether wstring is available
-- Checking whether wstring is available - yes
-- Checking whether C compiler has ptrdiff_t in stddef.h
-- Checking whether C compiler has ptrdiff_t in stddef.h - yes
-- Checking whether C compiler has ssize_t in unistd.h
-- Checking whether C compiler has ssize_t in unistd.h - yes
-- Checking whether C compiler has clock_gettime
-- Checking whether C compiler has clock_gettime - yes
-- Checking whether CXX compiler has setenv
-- Checking whether CXX compiler has setenv - yes
-- Checking whether CXX compiler has unsetenv
-- Checking whether CXX compiler has unsetenv - yes
-- Checking whether CXX compiler has environ in stdlib.h
-- Checking whether CXX compiler has environ in stdlib.h - no
-- Checking whether CXX compiler has utimes
-- Checking whether CXX compiler has utimes - yes
-- Checking whether CXX compiler has utimensat
-- Checking whether CXX compiler has utimensat - yes
-- Checking whether CXX compiler struct stat has st_mtim member
-- Checking whether CXX compiler struct stat has st_mtim member - yes
-- Checking whether CXX compiler struct stat has st_mtimespec member
-- Checking whether CXX compiler struct stat has st_mtimespec member - no
-- Looking for include files sys/types.h, ifaddrs.h
-- Looking for include files sys/types.h, ifaddrs.h - found
-- Checking whether CXX compiler has rlimit64
-- Checking whether CXX compiler has rlimit64 - yes
-- Looking for C++ include execinfo.h
-- Looking for C++ include execinfo.h - found
-- Checking whether backtrace works with this C++ compiler
-- Checking whether backtrace works with this C++ compiler - yes
-- Looking for C++ include dlfcn.h
-- Looking for C++ include dlfcn.h - found
-- Checking whether dladdr works with this C++ compiler
-- Checking whether dladdr works with this C++ compiler - yes
-- Looking for C++ include cxxabi.h
-- Looking for C++ include cxxabi.h - found
-- Checking whether cxxabi works with this C++ compiler
-- Checking whether cxxabi works with this C++ compiler - yes
-- Checking whether CXX compiler has getloadavg
-- Checking whether CXX compiler has getloadavg - yes
-- Checking whether <ext/stdio_filebuf.h> is available
-- Checking whether <ext/stdio_filebuf.h> is available - yes
-- Looking for C++ include cxxabi.h
-- Looking for C++ include cxxabi.h - found
-- Looking for abi::__cxa_demangle
-- Looking for abi::__cxa_demangle - found
-- Looking for <cxxabi.h>
-- Looking for <cxxabi.h> - not found
-- Looking for <dlfcn.h>
-- Looking for <dlfcn.h> - not found
-- Looking for <execinfo.h>
-- Looking for <execinfo.h> - not found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
CMake Warning (dev) at /usr/share/cmake-3.29/Modules/CMakeDependentOption.cmake:89 (message):
  Policy CMP0127 is not set: cmake_dependent_option() supports full Condition
  Syntax.  Run "cmake --help-policy CMP0127" for policy details.  Use the
  cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
  VTK/Common/Core/CMakeLists.txt:52 (cmake_dependent_option)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Checking for builtin __atomic_add_fetch
-- Checking for builtin __atomic_add_fetch -- success
-- Found MEMKIND: /app/lib/libmemkind.so
-- Performing Test VTK_HAS_STD_ISNAN
-- Performing Test VTK_HAS_STD_ISNAN - Success
-- Performing Test VTK_HAS_STD_ISINF
-- Performing Test VTK_HAS_STD_ISINF - Success
-- Performing Test VTK_HAS_STD_ISFINITE
-- Performing Test VTK_HAS_STD_ISFINITE - Success
-- Looking for isnan
-- Looking for isnan - found
-- Looking for isinf
-- Looking for isinf - found
-- Looking for isfinite
-- Looking for isfinite - found
-- Looking for finite
-- Looking for finite - found
-- Looking for fenv.h
-- Looking for fenv.h - found
-- Looking for feenableexcept
-- Looking for feenableexcept - found
-- Looking for abi::__cxa_demangle
-- Looking for abi::__cxa_demangle - found
-- Looking for getsockname in socket
-- Looking for getsockname in socket - not found
-- Checking for getsockname with socklen_t
-- Checking for getsockname with socklen_t -- 1
-- Looking for SO_REUSEADDR
-- Looking for SO_REUSEADDR - found
-- Looking for strtod_l
-- Looking for strtod_l - not found
-- Looking for strings.h
-- Looking for strings.h - found
-- Looking for byteswap.h
-- Looking for byteswap.h - found
-- Looking for sys/endian.h
-- Looking for sys/endian.h - not found
-- Looking for HAVE_BSWAP_16
-- Looking for HAVE_BSWAP_16 - not found
-- Looking for HAVE_BSWAP_32
-- Looking for HAVE_BSWAP_32 - not found
-- Looking for HAVE_BSWAP_64
-- Looking for HAVE_BSWAP_64 - not found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for inttypes.h
-- Looking for inttypes.h - found
-- Looking for limits.h
-- Looking for limits.h - found
-- Looking for stdbool.h
-- Looking for stdbool.h - found
-- Looking for string.h
-- Looking for string.h - found
-- Looking for memory.h
-- Looking for memory.h - found
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of int16_t
-- Check size of int16_t - done
-- Check size of int32_t
-- Check size of int32_t - done
-- Check size of int64_t
-- Check size of int64_t - done
-- Check size of intmax_t
-- Check size of intmax_t - done
-- Check size of uint8_t
-- Check size of uint8_t - done
-- Check size of uint16_t
-- Check size of uint16_t - done
-- Check size of uint32_t
-- Check size of uint32_t - done
-- Check size of uint64_t
-- Check size of uint64_t - done
-- Check size of uintmax_t
-- Check size of uintmax_t - done
-- Check size of short
-- Check size of short - done
-- Check size of int
-- Check size of int - done
-- Check size of long
-- Check size of long - done
-- Check size of long long
-- Check size of long long - done
-- Check size of unsigned short
-- Check size of unsigned short - done
-- Check size of unsigned
-- Check size of unsigned - done
-- Check size of unsigned long
-- Check size of unsigned long - done
-- Check size of unsigned long long
-- Check size of unsigned long long - done
-- Check size of size_t
-- Check size of size_t - done
-- Check size of __int64
-- Check size of __int64 - failed
-- Check size of unsigned __int64
-- Check size of unsigned __int64 - failed
-- Check size of uintptr_t
-- Check size of uintptr_t - done
-- Check size of off64_t
-- Check size of off64_t - done
-- Looking for unistd.h
-- Looking for unistd.h - found
-- Looking for memset
-- Looking for memset - found
-- Looking for memcpy
-- Looking for memcpy - found
-- Looking for stdlib.h
-- Looking for stdlib.h - found
-- Check size of size_t
-- Check size of size_t - done
-- Performing Test C_FLAG_Wall
-- Performing Test C_FLAG_Wall - Success
-- Performing Test C_FLAG_Winline
-- Performing Test C_FLAG_Winline - Success
-- Performing Test C_FLAG_Wformat_security
-- Performing Test C_FLAG_Wformat_security - Success
-- Performing Test C_FLAG_Wpointer_arith
-- Performing Test C_FLAG_Wpointer_arith - Success
-- Performing Test C_FLAG_Wdisabled_optimization
-- Performing Test C_FLAG_Wdisabled_optimization - Success
-- Performing Test C_FLAG_Wno_unknown_pragmas
-- Performing Test C_FLAG_Wno_unknown_pragmas - Success
-- Performing Test C_FLAG_fstrict_aliasing
-- Performing Test C_FLAG_fstrict_aliasing - Success
-- Performing Test HAVE_LD_VERSION_SCRIPT
-- Performing Test HAVE_LD_VERSION_SCRIPT - Success
-- Looking for assert.h
-- Looking for assert.h - found
-- Looking for fcntl.h
-- Looking for fcntl.h - found
-- Looking for io.h
-- Looking for io.h - not found
-- Looking for sys/time.h
-- Looking for sys/time.h - found
-- Looking for unistd.h
-- Looking for unistd.h - found
-- Looking for getopt
-- Looking for getopt - found
-- Looking for optarg
-- Looking for optarg - found
-- Looking for mmap
-- Looking for mmap - found
-- Looking for setmode
-- Looking for setmode - not found
-- Check size of size_t
-- Check size of size_t - done
-- Looking for pow
-- Looking for pow - not found
-- Looking for pow
-- Looking for pow - found
-- Found CMath: TRUE
-- Found Python3: /usr/bin/python3.11 (found suitable version "3.11.9", minimum required is "3.4") found components: Interpreter Development.Module Development.Embed
-- Performing Test vtk_undefined_symbols_allowed - Failed
-- Looking for dlfcn.h
-- Looking for dlfcn.h - found
-- Looking for sys/stat.h
-- Looking for sys/stat.h - found
-- Looking for getpagesize
-- Looking for getpagesize - found
-- Looking for getrandom
-- Looking for getrandom - found
-- Looking for arc4random_buf
-- Looking for arc4random_buf - found
-- Looking for 4 include files stdlib.h, ..., float.h
-- Looking for 4 include files stdlib.h, ..., float.h - found
-- Looking for off_t
-- Looking for off_t - not found
-- Performing Test HAVE_SYSCALL_GETRANDOM
-- Performing Test HAVE_SYSCALL_GETRANDOM - Success
-- Performing Test FLAG_NO_STRICT_ALIASING
-- Performing Test FLAG_NO_STRICT_ALIASING - Success
-- Performing Test FLAG_VISIBILITY
-- Performing Test FLAG_VISIBILITY - Success
-- Looking for cos in m
-- Looking for cos in m - found
-- Performing Test EIGEN_COMPILER_SUPPORT_CPP11
-- Performing Test EIGEN_COMPILER_SUPPORT_CPP11 - Success
-- Performing Test standard_math_library_linked_to_automatically
-- Performing Test standard_math_library_linked_to_automatically - Success
-- Performing Test COMPILER_SUPPORT_WERROR
-- Performing Test COMPILER_SUPPORT_WERROR - Success
-- Performing Test COMPILER_SUPPORT_pedantic
-- Performing Test COMPILER_SUPPORT_pedantic - Success
-- Performing Test COMPILER_SUPPORT_Wall
-- Performing Test COMPILER_SUPPORT_Wall - Success
-- Performing Test COMPILER_SUPPORT_Wextra
-- Performing Test COMPILER_SUPPORT_Wextra - Success
-- Performing Test COMPILER_SUPPORT_Wundef
-- Performing Test COMPILER_SUPPORT_Wundef - Success
-- Performing Test COMPILER_SUPPORT_Wcastalign
-- Performing Test COMPILER_SUPPORT_Wcastalign - Success
-- Performing Test COMPILER_SUPPORT_Wcharsubscripts
-- Performing Test COMPILER_SUPPORT_Wcharsubscripts - Success
-- Performing Test COMPILER_SUPPORT_Wnonvirtualdtor
-- Performing Test COMPILER_SUPPORT_Wnonvirtualdtor - Success
-- Performing Test COMPILER_SUPPORT_Wunusedlocaltypedefs
-- Performing Test COMPILER_SUPPORT_Wunusedlocaltypedefs - Success
-- Performing Test COMPILER_SUPPORT_Wpointerarith
-- Performing Test COMPILER_SUPPORT_Wpointerarith - Success
-- Performing Test COMPILER_SUPPORT_Wwritestrings
-- Performing Test COMPILER_SUPPORT_Wwritestrings - Success
-- Performing Test COMPILER_SUPPORT_Wformatsecurity
-- Performing Test COMPILER_SUPPORT_Wformatsecurity - Success
-- Performing Test COMPILER_SUPPORT_Wshorten64to32
-- Performing Test COMPILER_SUPPORT_Wshorten64to32 - Failed
-- Performing Test COMPILER_SUPPORT_Wlogicalop
-- Performing Test COMPILER_SUPPORT_Wlogicalop - Success
-- Performing Test COMPILER_SUPPORT_Wenumconversion
-- Performing Test COMPILER_SUPPORT_Wenumconversion - Success
-- Performing Test COMPILER_SUPPORT_Wcpp11extensions
-- Performing Test COMPILER_SUPPORT_Wcpp11extensions - Success
-- Performing Test COMPILER_SUPPORT_Wdoublepromotion
-- Performing Test COMPILER_SUPPORT_Wdoublepromotion - Success
-- Performing Test COMPILER_SUPPORT_Wnopsabi
-- Performing Test COMPILER_SUPPORT_Wnopsabi - Success
-- Performing Test COMPILER_SUPPORT_Wnovariadicmacros
-- Performing Test COMPILER_SUPPORT_Wnovariadicmacros - Success
-- Performing Test COMPILER_SUPPORT_Wnolonglong
-- Performing Test COMPILER_SUPPORT_Wnolonglong - Success
-- Performing Test COMPILER_SUPPORT_fnochecknew
-- Performing Test COMPILER_SUPPORT_fnochecknew - Success
-- Performing Test COMPILER_SUPPORT_fnocommon
-- Performing Test COMPILER_SUPPORT_fnocommon - Success
-- Performing Test COMPILER_SUPPORT_fstrictaliasing
-- Performing Test COMPILER_SUPPORT_fstrictaliasing - Success
-- Performing Test COMPILER_SUPPORT_wd981
-- Performing Test COMPILER_SUPPORT_wd981 - Failed
-- Performing Test COMPILER_SUPPORT_wd2304
-- Performing Test COMPILER_SUPPORT_wd2304 - Failed
-- Performing Test COMPILER_SUPPORT_STRICTANSI
-- Performing Test COMPILER_SUPPORT_STRICTANSI - Failed
-- Performing Test COMPILER_SUPPORT_Qunusedarguments
-- Performing Test COMPILER_SUPPORT_Qunusedarguments - Failed
-- Performing Test COMPILER_SUPPORT_ansi
-- Performing Test COMPILER_SUPPORT_ansi - Success
-- Performing Test COMPILER_SUPPORT_OPENMP
-- Performing Test COMPILER_SUPPORT_OPENMP - Success
-- Found MPI_C: /app/lib/libmpi.so (found version "3.1")
-- Found MPI: TRUE (found version "3.1") found components: C
-- Found OpenGL: /usr/lib/x86_64-linux-gnu/libOpenGL.so  found components: OpenGL GLX
-- Found X11: /usr/include
-- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so
-- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found Embree v3.13.1: /app/lib/libembree3.so.3.13.1
-- Found Open VKL v1.2.0: /app/lib/libopenvkl.so.1.2.0
-- Found OSPRay: /app
-- Performing Test HAVE_ATTRIBUTE_DESTRUCTOR
-- Performing Test HAVE_ATTRIBUTE_DESTRUCTOR - Success
-- Performing Test GETHOSTBYNAME_ARG_CAST_CONST
-- Performing Test GETHOSTBYNAME_ARG_CAST_CONST - Success
-- Looking for include file arpa/inet.h
-- Looking for include file arpa/inet.h - found
-- Looking for include file arpa/nameser.h
-- Looking for include file arpa/nameser.h - found
-- Performing Test HAVE_SS_FAMILY
-- Performing Test HAVE_SS_FAMILY - Success
-- Performing Test HAVE_BROKEN_SS_FAMILY
-- Performing Test HAVE_BROKEN_SS_FAMILY - Failed
-- Looking for class
-- Looking for class - not found
-- Looking for dlopen in dl
-- Looking for dlopen in dl - found
-- Looking for include file dl.h
-- Looking for include file dl.h - not found
-- Looking for fpclass
-- Looking for fpclass - not found
-- Looking for ftime
-- Looking for ftime - found
-- Looking for getaddrinfo
-- Looking for getaddrinfo - found
-- Looking for gettimeofday
-- Looking for gettimeofday - found
-- Looking for isascii
-- Looking for isascii - found
-- Looking for append_history in history
-- Looking for append_history in history - found
-- Looking for readline in readline
-- Looking for readline in readline - found
-- Looking for munmap
-- Looking for munmap - found
-- Looking for include file netdb.h
-- Looking for include file netdb.h - found
-- Looking for include file netinet/in.h
-- Looking for include file netinet/in.h - found
-- Looking for include file poll.h
-- Looking for include file poll.h - found
-- Looking for putenv
-- Looking for putenv - found
-- Looking for rand_r
-- Looking for rand_r - found
-- Looking for include file resolv.h
-- Looking for include file resolv.h - found
-- Looking for shl_load in dld
-- Looking for shl_load in dld - not found
-- Looking for stat
-- Looking for stat - found
-- Looking for include file sys/mman.h
-- Looking for include file sys/mman.h - found
-- Looking for include file sys/select.h
-- Looking for include file sys/select.h - found
-- Looking for include file sys/socket.h
-- Looking for include file sys/socket.h - found
-- Looking for include file sys/timeb.h
-- Looking for include file sys/timeb.h - found
-- Looking for va_copy
-- Looking for va_copy - not found
-- Looking for __va_copy
-- Looking for __va_copy - not found
-- Performing Test SEND_ARG2_CAST_CONST
-- Performing Test SEND_ARG2_CAST_CONST - Success
-- Performing Test VA_LIST_IS_ARRAY_TEST
-- Performing Test VA_LIST_IS_ARRAY_TEST - Failed
-- Performing Test XML_SOCKLEN_T_SOCKLEN_T
-- Performing Test XML_SOCKLEN_T_SOCKLEN_T - Success
-- Looking for include file sys/file.h
-- Looking for include file sys/file.h - found
-- Looking for include files sys/file.h, sys/ioctl.h
-- Looking for include files sys/file.h, sys/ioctl.h - found
-- Looking for 3 include files sys/file.h, ..., sys/resource.h
-- Looking for 3 include files sys/file.h, ..., sys/resource.h - found
-- Looking for 4 include files sys/file.h, ..., sys/socket.h
-- Looking for 4 include files sys/file.h, ..., sys/socket.h - found
-- Looking for 5 include files sys/file.h, ..., sys/stat.h
-- Looking for 5 include files sys/file.h, ..., sys/stat.h - found
-- Looking for 6 include files sys/file.h, ..., sys/time.h
-- Looking for 6 include files sys/file.h, ..., sys/time.h - found
-- Looking for 7 include files sys/file.h, ..., sys/types.h
-- Looking for 7 include files sys/file.h, ..., sys/types.h - found
-- Looking for 8 include files sys/file.h, ..., features.h
-- Looking for 8 include files sys/file.h, ..., features.h - found
-- Looking for 9 include files sys/file.h, ..., dirent.h
-- Looking for 9 include files sys/file.h, ..., dirent.h - found
-- Looking for 10 include files sys/file.h, ..., unistd.h
-- Looking for 10 include files sys/file.h, ..., unistd.h - found
-- Looking for 11 include files sys/file.h, ..., pwd.h
-- Looking for 11 include files sys/file.h, ..., pwd.h - found
-- Looking for 12 include files sys/file.h, ..., globus/common.h
-- Looking for 12 include files sys/file.h, ..., globus/common.h - not found
-- Looking for 12 include files sys/file.h, ..., pdb.h
-- Looking for 12 include files sys/file.h, ..., pdb.h - not found
-- Looking for 12 include files sys/file.h, ..., pthread.h
-- Looking for 12 include files sys/file.h, ..., pthread.h - found
-- Looking for 13 include files sys/file.h, ..., dlfcn.h
-- Looking for 13 include files sys/file.h, ..., dlfcn.h - found
-- Looking for 14 include files sys/file.h, ..., netinet/in.h
-- Looking for 14 include files sys/file.h, ..., netinet/in.h - found
-- Looking for 15 include files sys/file.h, ..., netdb.h
-- Looking for 15 include files sys/file.h, ..., netdb.h - found
-- Looking for 16 include files sys/file.h, ..., arpa/inet.h
-- Looking for 16 include files sys/file.h, ..., arpa/inet.h - found
-- Looking for include file quadmath.h
-- Looking for include file quadmath.h - found
-- Looking for ceil in m;
-- Looking for ceil in m; - found
-- Looking for lseek64
-- Looking for lseek64 - found
-- Looking for fseeko
-- Looking for fseeko - found
-- Performing Test HAVE_STAT64_STRUCT
-- Performing Test HAVE_STAT64_STRUCT - Success
-- Looking for stat64
-- Looking for stat64 - found
-- Check size of char
-- Check size of char - done
-- Check size of short
-- Check size of short - done
-- Check size of int
-- Check size of int - done
-- Check size of unsigned
-- Check size of unsigned - done
-- Check size of long
-- Check size of long - done
-- Check size of long long
-- Check size of long long - done
-- Check size of __int64
-- Check size of __int64 - failed
-- Check size of float
-- Check size of float - done
-- Check size of double
-- Check size of double - done
-- Check size of long double
-- Check size of long double - done
-- Check size of int8_t
-- Check size of int8_t - done
-- Check size of uint8_t
-- Check size of uint8_t - done
-- Check size of int_least8_t
-- Check size of int_least8_t - done
-- Check size of uint_least8_t
-- Check size of uint_least8_t - done
-- Check size of int_fast8_t
-- Check size of int_fast8_t - done
-- Check size of uint_fast8_t
-- Check size of uint_fast8_t - done
-- Check size of int16_t
-- Check size of int16_t - done
-- Check size of uint16_t
-- Check size of uint16_t - done
-- Check size of int_least16_t
-- Check size of int_least16_t - done
-- Check size of uint_least16_t
-- Check size of uint_least16_t - done
-- Check size of int_fast16_t
-- Check size of int_fast16_t - done
-- Check size of uint_fast16_t
-- Check size of uint_fast16_t - done
-- Check size of int32_t
-- Check size of int32_t - done
-- Check size of uint32_t
-- Check size of uint32_t - done
-- Check size of int_least32_t
-- Check size of int_least32_t - done
-- Check size of uint_least32_t
-- Check size of uint_least32_t - done
-- Check size of int_fast32_t
-- Check size of int_fast32_t - done
-- Check size of uint_fast32_t
-- Check size of uint_fast32_t - done
-- Check size of int64_t
-- Check size of int64_t - done
-- Check size of uint64_t
-- Check size of uint64_t - done
-- Check size of int_least64_t
-- Check size of int_least64_t - done
-- Check size of uint_least64_t
-- Check size of uint_least64_t - done
-- Check size of int_fast64_t
-- Check size of int_fast64_t - done
-- Check size of uint_fast64_t
-- Check size of uint_fast64_t - done
-- Check size of size_t
-- Check size of size_t - done
-- Check size of ssize_t
-- Check size of ssize_t - done
-- Check size of ptrdiff_t
-- Check size of ptrdiff_t - done
-- Check size of off_t
-- Check size of off_t - done
-- Check size of off64_t
-- Check size of off64_t - done
-- Check size of time_t
-- Check size of time_t - done
-- Check size of _Bool
-- Check size of _Bool - done
-- Performing Test H5_HAVE_TM_GMTOFF
-- Performing Test H5_HAVE_TM_GMTOFF - Success
-- Performing Test H5_HAVE___TM_GMTOFF
-- Performing Test H5_HAVE___TM_GMTOFF - Failed
-- Performing Test H5_HAVE_STRUCT_TIMEZONE
-- Performing Test H5_HAVE_STRUCT_TIMEZONE - Failed
-- Looking for gettimeofday
-- Looking for gettimeofday - found
-- Performing Test H5_HAVE_STAT_ST_BLOCKS
-- Performing Test H5_HAVE_STAT_ST_BLOCKS - Success
-- Looking for ioctl
-- Looking for ioctl - found
-- Performing Test H5_HAVE_STRUCT_VIDEOCONFIG
-- Performing Test H5_HAVE_STRUCT_VIDEOCONFIG - Failed
-- Performing Test H5_HAVE_STRUCT_TEXT_INFO
-- Performing Test H5_HAVE_STRUCT_TEXT_INFO - Failed
-- Looking for _getvideoconfig
-- Looking for _getvideoconfig - not found
-- Looking for gettextinfo
-- Looking for gettextinfo - not found
-- Looking for _scrsize
-- Looking for _scrsize - not found
-- Looking for GetConsoleScreenBufferInfo
-- Looking for GetConsoleScreenBufferInfo - not found
-- Looking for TIOCGWINSZ
-- Looking for TIOCGWINSZ - found
-- Looking for TIOCGETD
-- Looking for TIOCGETD - found
-- Looking for getpwuid
-- Looking for getpwuid - found
-- Looking for alarm
-- Looking for alarm - found
-- Looking for fcntl
-- Looking for fcntl - found
-- Looking for flock
-- Looking for flock - found
-- Looking for fork
-- Looking for fork - found
-- Looking for gethostname
-- Looking for gethostname - found
-- Looking for getrusage
-- Looking for getrusage - found
-- Looking for pread
-- Looking for pread - found
-- Looking for pwrite
-- Looking for pwrite - found
-- Looking for rand_r
-- Looking for rand_r - found
-- Looking for random
-- Looking for random - found
-- Looking for setsysinfo
-- Looking for setsysinfo - not found
-- Looking for siglongjmp
-- Looking for siglongjmp - found
-- Looking for sigsetjmp
-- Looking for sigsetjmp - not found
-- Looking for sigprocmask
-- Looking for sigprocmask - found
-- Looking for strdup
-- Looking for strdup - found
-- Looking for symlink
-- Looking for symlink - found
-- Looking for tmpfile
-- Looking for tmpfile - found
-- Looking for asprintf
-- Looking for asprintf - found
-- Looking for vasprintf
-- Looking for vasprintf - found
-- Looking for waitpid
-- Looking for waitpid - found
-- Looking for sigsetjmp
-- Looking for sigsetjmp - found
-- Looking for clock_gettime
-- Looking for clock_gettime - found
-- Looking for clock_gettime in rt
-- Looking for clock_gettime in rt - found
-- Looking for clock_gettime in posix4
-- Looking for clock_gettime in posix4 - not found
-- Check size of __float128
-- Check size of __float128 - done
-- Check size of _Quad
-- Check size of _Quad - failed
-- Performing Test XDMF_REQUIRE_LARGE_FILE_SUPPORT
-- Performing Test XDMF_REQUIRE_LARGE_FILE_SUPPORT - Success
-- Check size of long long
-- Check size of long long - done
-- Check size of double
-- Check size of double - done
-- Check size of float
-- Check size of float - done
-- Check size of int
-- Check size of int - done
-- Check size of long
-- Check size of long - done
-- Check if system supports 64 bit streams
-- Check if system supports 64 bit streams - yes
-- Found Boost: /app/lib/cmake/Boost-1.85.0/BoostConfig.cmake (found version "1.85.0")
-- Performing Test HAVE_BOOST_SHARED_DYNAMIC_CAST
-- Performing Test HAVE_BOOST_SHARED_DYNAMIC_CAST - Failed
-- Looking for _filelengthi64
-- Looking for _filelengthi64 - not found
-- Looking for alloca
-- Looking for alloca - found
-- Looking for isfinite
-- Looking for isfinite - found
-- Looking for isinf
-- Looking for isinf - found
-- Looking for isnan
-- Looking for isnan - found
-- Looking for fsync
-- Looking for fsync - found
-- Looking for mktemp
-- Looking for mktemp - found
-- Looking for getrlimit
-- Looking for getrlimit - found
-- Looking for memmove
-- Looking for memmove - found
-- Looking for mkstemp
-- Looking for mkstemp - found
-- Looking for random
-- Looking for random - found
-- Looking for snprintf
-- Looking for snprintf - found
-- Looking for strdup
-- Looking for strdup - found
-- Looking for strndup
-- Looking for strndup - found
-- Looking for strlcat
-- Looking for strlcat - found
-- Looking for st_blocksize
-- Looking for st_blocksize - not found
-- Looking for sysconf
-- Looking for sysconf - found
-- Looking for alloca.h
-- Looking for alloca.h - found
-- Looking for malloc.h
-- Looking for malloc.h - found
-- Looking for stdarg.h
-- Looking for stdarg.h - found
-- Looking for stdio.h
-- Looking for stdio.h - found
-- Looking for sys/param.h
-- Looking for sys/param.h - found
-- Looking for sys/resource.h
-- Looking for sys/resource.h - found
-- Check size of longlong
-- Check size of longlong - failed
-- Check size of long long int
-- Check size of long long int - done
-- Check size of ssize_t
-- Check size of ssize_t - done
-- Check size of uchar
-- Check size of uchar - failed
-- Check size of uint
-- Check size of uint - done
-- Check size of schar
-- Check size of schar - failed
-- Check size of ushort
-- Check size of ushort - done
-- Check size of double
-- Check size of double - done
-- Check size of float
-- Check size of float - done
-- Check size of int
-- Check size of int - done
-- Check size of long
-- Check size of long - done
-- Check size of off_t
-- Check size of off_t - done
-- Check size of short
-- Check size of short - done
-- Check size of unsigned char
-- Check size of unsigned char - done
-- Check size of unsigned int
-- Check size of unsigned int - done
-- Check size of unsigned long long
-- Check size of unsigned long long - done
-- Check size of unsigned short int
-- Check size of unsigned short int - done
-- Check size of uint64_t
-- Check size of uint64_t - done
-- Check size of ptrdiff_t
-- Check size of ptrdiff_t - done
-- Looking for localeconv
-- Looking for localeconv - found
-- Looking for strerror
-- Looking for strerror - found
-- Looking for dladdr in dl
-- Looking for dladdr in dl - found
-- Performing Test HAVE_PTHREAD_MUTEX_RECURSIVE_DEFN
-- Performing Test HAVE_PTHREAD_MUTEX_RECURSIVE_DEFN - Failed
-- Looking for include file inttypes.h
-- Looking for include file inttypes.h - found
-- Looking for include file stdint.h
-- Looking for include file stdint.h - found
-- Looking for include file sys/types.h
-- Looking for include file sys/types.h - found
-- Check size of int16_t
-- Check size of int16_t - done
-- Check size of uint16_t
-- Check size of uint16_t - done
-- Check size of u_int16_t
-- Check size of u_int16_t - done
-- Check size of int32_t
-- Check size of int32_t - done
-- Check size of uint32_t
-- Check size of uint32_t - done
-- Check size of u_int32_t
-- Check size of u_int32_t - done
-- Check size of int64_t
-- Check size of int64_t - done
-- Check size of short
-- Check size of short - done
-- Check size of int
-- Check size of int - done
-- Check size of long
-- Check size of long - done
-- Check size of long long
-- Check size of long long - done
-- Performing Test have_flag_logical-op-parentheses
-- Performing Test have_flag_logical-op-parentheses - Failed
-- Performing Test have_flag_parentheses
-- Performing Test have_flag_parentheses - Success
-- Performing Test have_flag_shift-op-parentheses
-- Performing Test have_flag_shift-op-parentheses - Failed
-- Performing Test have_flag_tautological-compare
-- Performing Test have_flag_tautological-compare - Success
CMake Error at VTK/IO/OCCT/CMakeLists.txt:22 (message):
  Found OpenCASCADE (/app/lib/cmake/opencascade) is missing the following
  required targets: TKSTEP, TKIGES, TKXDESTEP, TKXDEIGES


-- Configuring incomplete, errors occurred!

See this build recipe: https://gitlab.kitware.com/paraview/paraview-superbuild/-/blob/master/projects/occt.cmake?ref_type=heads

Thanks,
I found the issue. The OCCT is too new which TKSTEP etc. is replace with TKDESTEP etc. Revert to 7.7.2 works.

FYI this is being fixed here: https://gitlab.kitware.com/vtk/vtk/-/merge_requests/11159#note_1526377

1 Like