Bug#1009413: otb: FTBFS: CMake Error at CMake/FindMuParser.cmake:62 (math): math cannot parse the expression: "((/*
Lucas Nussbaum
lucas at debian.org
Tue Apr 12 19:42:49 BST 2022
Source: otb
Version: 8.0.0+dfsg-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lucas at debian.org
Usertags: ftbfs-20220412 ftbfs-bookworm
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> for TEMPLATE in ; do \
> sed -e 's/@SOVERSION@/8.0-1/g' $TEMPLATE > `echo $TEMPLATE | sed 's/.lintian-overrides.in$/-8.0-1.lintian-overrides/'` ; \
> done
> sed -e 's/@SOVERSION@/8.0-1/g' debian/control.in > debian/control
> sed -e 's/@SOVERSION@/8.0/g' debian/libotb-dev.install.in > debian/libotb-dev.install
> dh_auto_configure -- -DBUILD_EXAMPLES:BOOL=OFF -DBUILD_SHARED_LIBS:BOOL=ON -DBUILD_TESTING:BOOL=OFF -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SKIP_RPATH:BOOL=ON -DOTB_INSTALL_ARCHIVE_DIR:STRING=lib/x86_64-linux-gnu -DOTB_INSTALL_LIBRARY_DIR:STRING=lib/x86_64-linux-gnu -DOTB_USE_6S:BOOL=OFF -DOTB_USE_CURL:BOOL=ON -DOTB_USE_GLEW:BOOL=ON -DOTB_USE_GLFW:BOOL=ON -DOTB_USE_LIBKML:BOOL=ON -DOTB_USE_LIBSVM:BOOL=ON -DOTB_USE_MUPARSER:BOOL=ON -DOTB_USE_MUPARSERX:BOOL=ON -DOTB_USE_OPENCV:BOOL=ON -DOTB_USE_OPENGL:BOOL=ON -DOTB_USE_QT:BOOL=ON -DOTB_USE_QWT:BOOL=ON -DOTB_USE_SSE_FLAGS:BOOL=ON
> cd obj-x86_64-linux-gnu && cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON -DCMAKE_INSTALL_RUNSTATEDIR=/run "-GUnix Makefiles" -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu -DBUILD_EXAMPLES:BOOL=OFF -DBUILD_SHARED_LIBS:BOOL=ON -DBUILD_TESTING:BOOL=OFF -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SKIP_RPATH:BOOL=ON -DOTB_INSTALL_ARCHIVE_DIR:STRING=lib/x86_64-linux-gnu -DOTB_INSTALL_LIBRARY_DIR:STRING=lib/x86_64-linux-gnu -DOTB_USE_6S:BOOL=OFF -DOTB_USE_CURL:BOOL=ON -DOTB_USE_GLEW:BOOL=ON -DOTB_USE_GLFW:BOOL=ON -DOTB_USE_LIBKML:BOOL=ON -DOTB_USE_LIBSVM:BOOL=ON -DOTB_USE_MUPARSER:BOOL=ON -DOTB_USE_MUPARSERX:BOOL=ON -DOTB_USE_OPENCV:BOOL=ON -DOTB_USE_OPENGL:BOOL=ON -DOTB_USE_QT:BOOL=ON -DOTB_USE_QWT:BOOL=ON -DOTB_USE_SSE_FLAGS:BOOL=ON ..
> -- The C compiler identification is GNU 11.2.0
> -- The CXX compiler identification is GNU 11.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
> -- OTB-v 8.0.0 - Changes since version 7.4.0 (March 22th, 2022)
> -- 8.0.0
> -- M: 8, m: 0, p: 0
> -- Performing Test C_HAS_WARNING-Wno-uninitialized
> -- Performing Test C_HAS_WARNING-Wno-uninitialized - Success
> -- Performing Test C_HAS_WARNING-Wno-unused-parameter
> -- Performing Test C_HAS_WARNING-Wno-unused-parameter - Success
> -- Performing Test C_HAS_WARNING-Wall
> -- Performing Test C_HAS_WARNING-Wall - Success
> -- Performing Test C_HAS_WARNING-Wno-long-double
> -- Performing Test C_HAS_WARNING-Wno-long-double - Failed
> -- Performing Test C_HAS_WARNING-Wcast-align
> -- Performing Test C_HAS_WARNING-Wcast-align - Success
> -- Performing Test C_HAS_WARNING-Wdisabled-optimization
> -- Performing Test C_HAS_WARNING-Wdisabled-optimization - Success
> -- Performing Test C_HAS_WARNING-Wextra
> -- Performing Test C_HAS_WARNING-Wextra - Success
> -- Performing Test C_HAS_WARNING-Wformat=2
> -- Performing Test C_HAS_WARNING-Wformat=2 - Success
> -- Performing Test C_HAS_WARNING-Winvalid-pch
> -- Performing Test C_HAS_WARNING-Winvalid-pch - Success
> -- Performing Test C_HAS_WARNING-Wno-format-nonliteral
> -- Performing Test C_HAS_WARNING-Wno-format-nonliteral - Success
> -- Performing Test C_HAS_WARNING-Wpointer-arith
> -- Performing Test C_HAS_WARNING-Wpointer-arith - Success
> -- Performing Test C_HAS_WARNING-Wunused
> -- Performing Test C_HAS_WARNING-Wunused - Success
> -- Performing Test C_HAS_WARNING-Wwrite-strings
> -- Performing Test C_HAS_WARNING-Wwrite-strings - Success
> -- Performing Test C_HAS_WARNING-funit-at-a-time
> -- Performing Test C_HAS_WARNING-funit-at-a-time - Success
> -- Performing Test C_HAS_WARNING-Wno-strict-overflow
> -- Performing Test C_HAS_WARNING-Wno-strict-overflow - Success
> -- Performing Test CXX_HAS_WARNING-Wall
> -- Performing Test CXX_HAS_WARNING-Wall - Success
> -- Performing Test CXX_HAS_WARNING-Wno-long-double
> -- Performing Test CXX_HAS_WARNING-Wno-long-double - Failed
> -- Performing Test CXX_HAS_WARNING-Wcast-align
> -- Performing Test CXX_HAS_WARNING-Wcast-align - Success
> -- Performing Test CXX_HAS_WARNING-Wdisabled-optimization
> -- Performing Test CXX_HAS_WARNING-Wdisabled-optimization - Success
> -- Performing Test CXX_HAS_WARNING-Wextra
> -- Performing Test CXX_HAS_WARNING-Wextra - Success
> -- Performing Test CXX_HAS_WARNING-Wformat=2
> -- Performing Test CXX_HAS_WARNING-Wformat=2 - Success
> -- Performing Test CXX_HAS_WARNING-Winvalid-pch
> -- Performing Test CXX_HAS_WARNING-Winvalid-pch - Success
> -- Performing Test CXX_HAS_WARNING-Wno-format-nonliteral
> -- Performing Test CXX_HAS_WARNING-Wno-format-nonliteral - Success
> -- Performing Test CXX_HAS_WARNING-Wpointer-arith
> -- Performing Test CXX_HAS_WARNING-Wpointer-arith - Success
> -- Performing Test CXX_HAS_WARNING-Wunused
> -- Performing Test CXX_HAS_WARNING-Wunused - Success
> -- Performing Test CXX_HAS_WARNING-Wwrite-strings
> -- Performing Test CXX_HAS_WARNING-Wwrite-strings - Success
> -- Performing Test CXX_HAS_WARNING-funit-at-a-time
> -- Performing Test CXX_HAS_WARNING-funit-at-a-time - Success
> -- Performing Test CXX_HAS_WARNING-Wno-strict-overflow
> -- Performing Test CXX_HAS_WARNING-Wno-strict-overflow - Success
> -- Performing Test CXX_HAS_WARNING-Wno-deprecated
> -- Performing Test CXX_HAS_WARNING-Wno-deprecated - Success
> -- Performing Test CXX_HAS_WARNING-Wno-invalid-offsetof
> -- Performing Test CXX_HAS_WARNING-Wno-invalid-offsetof - Success
> -- Performing Test CXX_HAS_WARNING-Woverloaded-virtual
> -- Performing Test CXX_HAS_WARNING-Woverloaded-virtual - Success
> -- Performing Test CXX_HAS_WARNING-Wstrict-null-sentinel
> -- Performing Test CXX_HAS_WARNING-Wstrict-null-sentinel - Success
> -- SIMD extensions requested with OTB_USE_SSE_FLAGS=ON
> -- Performing Test HAVE_SSE2_EXTENSIONS
> -- Performing Test HAVE_SSE2_EXTENSIONS - Success
> -- Adding '-msse2 -mfpmath=sse' to OTB_REQUIRED_CXX_FLAGS
> -- Performing Test CXX_HAS_DISABLE_OPTIMIZATION_FLAG
> -- Performing Test CXX_HAS_DISABLE_OPTIMIZATION_FLAG - Success
> -- Disabled OTB6S because OTB_USE_6S is OFF
> -- Disabled OTBOpticalCalibration because OTB_USE_6S is OFF
> -- Disabled OTBAppOpticalCalibration because OTB_USE_6S is OFF
> -- Disabled OTBSimulation because OTB_USE_6S is OFF
> -- Disabled OTBGSL because OTB_USE_GSL is OFF
> -- Disabled OTBGlut because OTB_USE_GLUT is OFF
> -- Disabled OTBIceViewer because OTB_USE_GLUT is OFF
> -- Disabled OTBMPI because OTB_USE_MPI is OFF
> -- Disabled OTBMPIConfig because OTB_USE_MPI is OFF
> -- Disabled OTBMPITiffWriter because OTB_USE_MPI is OFF
> -- Disabled OTBMPIVrtWriter because OTB_USE_MPI is OFF
> -- Disabled OTBSPTW because OTB_USE_MPI is OFF
> -- Disabled OTBShark because OTB_USE_SHARK is OFF
> -- Enabled OTBAnomalyDetection, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBAppChangeDetection, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBAppClassification, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBAppDescriptors, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBAppDimensionalityReduction, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBAppDomainTransform, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBAppEdge, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBAppFiltering, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBAppFusion, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBAppHyperspectral, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBAppImageUtils, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBAppIndices, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBAppKMZ, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBAppMathParser, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBAppMathParserX, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBAppMoments, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBAppMorphology, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBAppProjection, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBAppSARCalibration, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBAppSARDecompositions, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBAppSARPolarMatrixConvert, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBAppSARPolarSynth, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBAppSARUtils, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBAppSegmentation, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBAppStereo, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBAppTest, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBAppTextures, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBAppVectorDataTranslation, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBAppVectorUtils, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBApplicationEngine, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBBoost, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBBoostAdapters, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBCCOBIA, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBCarto, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBChangeDetection, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBCloudDetection, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBColorMap, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBCommandLine, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBCommon, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBComplexImage, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBContrast, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBConversion, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBConvolution, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBCorner, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBCurl, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBCurlAdapters, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBDEM, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBDate, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBDempsterShafer, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBDensity, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBDescriptors, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBDimensionalityReduction, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBDimensionalityReductionLearning, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBDisparityMap, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBEdge, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBEndmembersExtraction, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBExtendedFilename, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBFunctor, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBFuzzy, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBGDAL, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBGLFW, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBGdalAdapters, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBGlew, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBIOBSQ, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBIOGDAL, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBIOKML, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBIOLUM, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBIOMSTAR, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBIOONERA, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBIORAD, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBIOXML, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBITK, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBIce, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBImageBase, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBImageIO, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBImageList, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBImageManipulation, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBImageNoise, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBIndices, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBInterpolation, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBKMZWriter, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBLabelMap, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBLabelling, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBLandSatClassifier, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBLearningBase, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBLibSVM, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBMajorityVoting, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBMapla, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBMarkov, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBMathParser, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBMathParserX, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBMeanShift, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBMetadata, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBMetrics, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBMoments, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBMonteverdi, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBMonteverdiCore, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBMonteverdiGUI, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBMorphologicalProfiles, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBMosaic, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBMuParser, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBMuParserX, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBOGRProcessing, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBObjectList, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBOpenCV, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBOpenGL, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBPanSharpening, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBPath, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBPointSet, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBPolarimetry, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBProjection, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBQGIS, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBQt, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBQtAdapters, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBQtWidget, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBQwt, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBSARCalibration, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBSOM, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBSWIGWrapper, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBSampling, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBSiftFast, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBSmoothing, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBStatistics, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBStereo, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBStreaming, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBSupervised, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBTestKernel, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBTextures, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBTimeSeries, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBTinyXML, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBTransform, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBUnmixing, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBUnsupervised, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBVectorDataBase, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBVectorDataIO, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBVectorDataManipulation, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBWatersheds, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBWavelet, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Enabled OTBlibkml, requested by OTB_BUILD_DEFAULT_MODULES.
> -- Found Boost: /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake (found suitable version "1.74.0", minimum required is "1.35.0") found components: filesystem serialization
> -- Found GDAL: /usr/lib/libgdal.so (found version "3.4.2")
> -- Performing Test GDAL_VERSION
> -- Performing Test GDAL_VERSION - Success
> -- Performing Test COMPILE_GDAL_HAS_OGR - Success
> -- Performing Test GDAL_FORMATS_LIST
> -- Performing Test GDAL_FORMATS_LIST - Success
> -- Performing Test GDAL_HAS_JPEG
> -- Performing Test GDAL_HAS_JPEG - Success
> -- Performing Test GDAL_HAS_GTiff
> -- Performing Test GDAL_HAS_GTiff - Success
> -- Performing Test GDAL_CAN_CREATE_GTiff
> -- Performing Test GDAL_CAN_CREATE_GTiff - Success
> -- Performing Test GDAL_CAN_CREATE_GTiff_BIGTIFF
> -- Performing Test GDAL_CAN_CREATE_GTiff_BIGTIFF - Success
> -- Performing Test GDAL_CAN_CREATE_JPEG
> -- Performing Test GDAL_CAN_CREATE_JPEG - Success
> -- Performing Test GDAL_HAS_JP2OpenJPEG
> -- Performing Test GDAL_HAS_JP2OpenJPEG - Success
> -- Performing Test GDAL_CAN_CREATE_JP2OpenJPEG
> -- Performing Test GDAL_CAN_CREATE_JP2OpenJPEG - Success
> -- Performing Test GDAL_HAS_JP2KAK
> -- Performing Test GDAL_HAS_JP2KAK - Failed
> -- Performing Test GDAL_HAS_JP2ECW
> -- Performing Test GDAL_HAS_JP2ECW - Failed
> -- Performing Test GDAL_HAS_JPEG2000
> -- Performing Test GDAL_HAS_JPEG2000 - Failed
> -- Performing Test GDAL_HAS_HDF5
> -- Performing Test GDAL_HAS_HDF5 - Success
> -- Performing Test GDAL_HAS_HDF4
> -- Performing Test GDAL_HAS_HDF4 - Success
> -- Performing Test GDAL_SYMBOLS
> -- Performing Test GDAL_SYMBOLS - Success
> -- GDAL driver used for JPEG2000 dataset is 'OpenJPEG'
> -- The imported target "vtkgdcm" references the file
> "/usr/lib/x86_64-linux-gnu/libvtkgdcm.so.3.0.12"
> but this file does not exist. Possible reasons include:
> * The file was deleted, renamed, or moved to another location.
> * An install or uninstall procedure did not complete successfully.
> * The installation package was faulty and contained
> "/usr/lib/x86_64-linux-gnu/gdcm-3.0/GDCMTargets.cmake"
> but not all the files it references.
>
> -- The imported target "vtkgdcmsharpglue" references the file
> "/usr/lib/cli/vtkgdcm-sharp-3.0/libvtkgdcmsharpglue.so"
> but this file does not exist. Possible reasons include:
> * The file was deleted, renamed, or moved to another location.
> * An install or uninstall procedure did not complete successfully.
> * The installation package was faulty and contained
> "/usr/lib/x86_64-linux-gnu/gdcm-3.0/GDCMTargets.cmake"
> but not all the files it references.
>
> -- The imported target "vtkgdcmJava" references the file
> "/usr/lib/x86_64-linux-gnu/jni/libvtkgdcmJava.so"
> but this file does not exist. Possible reasons include:
> * The file was deleted, renamed, or moved to another location.
> * An install or uninstall procedure did not complete successfully.
> * The installation package was faulty and contained
> "/usr/lib/x86_64-linux-gnu/gdcm-3.0/GDCMTargets.cmake"
> but not all the files it references.
>
> -- The imported target "vtkgdcmPython" references the file
> "/usr/lib/python3/dist-packages/vtkgdcmPython.cpython-310-x86_64-linux-gnu.so"
> but this file does not exist. Possible reasons include:
> * The file was deleted, renamed, or moved to another location.
> * An install or uninstall procedure did not complete successfully.
> * The installation package was faulty and contained
> "/usr/lib/x86_64-linux-gnu/gdcm-3.0/GDCMTargets.cmake"
> but not all the files it references.
>
> -- The imported target "vtkgdcmPythonD" references the file
> "/usr/lib/x86_64-linux-gnu/libvtkgdcmPythonD.so.3.0.12"
> but this file does not exist. Possible reasons include:
> * The file was deleted, renamed, or moved to another location.
> * An install or uninstall procedure did not complete successfully.
> * The installation package was faulty and contained
> "/usr/lib/x86_64-linux-gnu/gdcm-3.0/GDCMTargets.cmake"
> but not all the files it references.
>
> -- The imported target "gdcmdump" references the file
> "/usr/bin/gdcmdump"
> but this file does not exist. Possible reasons include:
> * The file was deleted, renamed, or moved to another location.
> * An install or uninstall procedure did not complete successfully.
> * The installation package was faulty and contained
> "/usr/lib/x86_64-linux-gnu/gdcm-3.0/GDCMTargets.cmake"
> but not all the files it references.
>
> -- The imported target "gdcmdiff" references the file
> "/usr/bin/gdcmdiff"
> but this file does not exist. Possible reasons include:
> * The file was deleted, renamed, or moved to another location.
> * An install or uninstall procedure did not complete successfully.
> * The installation package was faulty and contained
> "/usr/lib/x86_64-linux-gnu/gdcm-3.0/GDCMTargets.cmake"
> but not all the files it references.
>
> -- The imported target "gdcmraw" references the file
> "/usr/bin/gdcmraw"
> but this file does not exist. Possible reasons include:
> * The file was deleted, renamed, or moved to another location.
> * An install or uninstall procedure did not complete successfully.
> * The installation package was faulty and contained
> "/usr/lib/x86_64-linux-gnu/gdcm-3.0/GDCMTargets.cmake"
> but not all the files it references.
>
> -- The imported target "gdcmscanner" references the file
> "/usr/bin/gdcmscanner"
> but this file does not exist. Possible reasons include:
> * The file was deleted, renamed, or moved to another location.
> * An install or uninstall procedure did not complete successfully.
> * The installation package was faulty and contained
> "/usr/lib/x86_64-linux-gnu/gdcm-3.0/GDCMTargets.cmake"
> but not all the files it references.
>
> -- The imported target "gdcmanon" references the file
> "/usr/bin/gdcmanon"
> but this file does not exist. Possible reasons include:
> * The file was deleted, renamed, or moved to another location.
> * An install or uninstall procedure did not complete successfully.
> * The installation package was faulty and contained
> "/usr/lib/x86_64-linux-gnu/gdcm-3.0/GDCMTargets.cmake"
> but not all the files it references.
>
> -- The imported target "gdcmgendir" references the file
> "/usr/bin/gdcmgendir"
> but this file does not exist. Possible reasons include:
> * The file was deleted, renamed, or moved to another location.
> * An install or uninstall procedure did not complete successfully.
> * The installation package was faulty and contained
> "/usr/lib/x86_64-linux-gnu/gdcm-3.0/GDCMTargets.cmake"
> but not all the files it references.
>
> -- The imported target "gdcmimg" references the file
> "/usr/bin/gdcmimg"
> but this file does not exist. Possible reasons include:
> * The file was deleted, renamed, or moved to another location.
> * An install or uninstall procedure did not complete successfully.
> * The installation package was faulty and contained
> "/usr/lib/x86_64-linux-gnu/gdcm-3.0/GDCMTargets.cmake"
> but not all the files it references.
>
> -- The imported target "gdcmconv" references the file
> "/usr/bin/gdcmconv"
> but this file does not exist. Possible reasons include:
> * The file was deleted, renamed, or moved to another location.
> * An install or uninstall procedure did not complete successfully.
> * The installation package was faulty and contained
> "/usr/lib/x86_64-linux-gnu/gdcm-3.0/GDCMTargets.cmake"
> but not all the files it references.
>
> -- The imported target "gdcmtar" references the file
> "/usr/bin/gdcmtar"
> but this file does not exist. Possible reasons include:
> * The file was deleted, renamed, or moved to another location.
> * An install or uninstall procedure did not complete successfully.
> * The installation package was faulty and contained
> "/usr/lib/x86_64-linux-gnu/gdcm-3.0/GDCMTargets.cmake"
> but not all the files it references.
>
> -- The imported target "gdcminfo" references the file
> "/usr/bin/gdcminfo"
> but this file does not exist. Possible reasons include:
> * The file was deleted, renamed, or moved to another location.
> * An install or uninstall procedure did not complete successfully.
> * The installation package was faulty and contained
> "/usr/lib/x86_64-linux-gnu/gdcm-3.0/GDCMTargets.cmake"
> but not all the files it references.
>
> -- The imported target "gdcmscu" references the file
> "/usr/bin/gdcmscu"
> but this file does not exist. Possible reasons include:
> * The file was deleted, renamed, or moved to another location.
> * An install or uninstall procedure did not complete successfully.
> * The installation package was faulty and contained
> "/usr/lib/x86_64-linux-gnu/gdcm-3.0/GDCMTargets.cmake"
> but not all the files it references.
>
> -- The imported target "gdcmxml" references the file
> "/usr/bin/gdcmxml"
> but this file does not exist. Possible reasons include:
> * The file was deleted, renamed, or moved to another location.
> * An install or uninstall procedure did not complete successfully.
> * The installation package was faulty and contained
> "/usr/lib/x86_64-linux-gnu/gdcm-3.0/GDCMTargets.cmake"
> but not all the files it references.
>
> -- The imported target "gdcmpap3" references the file
> "/usr/bin/gdcmpap3"
> but this file does not exist. Possible reasons include:
> * The file was deleted, renamed, or moved to another location.
> * An install or uninstall procedure did not complete successfully.
> * The installation package was faulty and contained
> "/usr/lib/x86_64-linux-gnu/gdcm-3.0/GDCMTargets.cmake"
> but not all the files it references.
>
> -- The imported target "gdcmpdf" references the file
> "/usr/bin/gdcmpdf"
> but this file does not exist. Possible reasons include:
> * The file was deleted, renamed, or moved to another location.
> * An install or uninstall procedure did not complete successfully.
> * The installation package was faulty and contained
> "/usr/lib/x86_64-linux-gnu/gdcm-3.0/GDCMTargets.cmake"
> but not all the files it references.
>
> -- 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
> -- Found TinyXML: /usr/lib/x86_64-linux-gnu/libtinyxml.so
> -- Found LibKML: /usr/include
> CMake Error at CMake/FindMuParser.cmake:62 (math):
> math cannot parse the expression: "((/*
>
>
>
> _____ __ _____________ _______ ______ ___________
>
> / \| | \____ \__ \\_ __ \/ ___// __ \_ __ \
>
> | Y Y \ | / |_> > __ \| | \/\___ \\ ___/| | \/
> |__|_| /____/| __(____ /__| /____ >\___ >__|
>
> \/ |__| \/ \/ \/
>
> Copyright (C) 2004 - 2021 Ingo Berg
>
>
>
> Redistribution and use in source and binary forms, with or without
> modification, are permitted
>
> provided that the following conditions are met:
>
>
>
> * Redistributions of source code must retain the above copyright notice,
> this list of
>
> conditions and the following disclaimer.
>
> * Redistributions in binary form must reproduce the above copyright
> notice, this list of
>
> conditions and the following disclaimer in the documentation and/or other
> materials provided
>
> with the distribution.
>
>
>
> THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
> IS" AND ANY EXPRESS OR
>
> IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
> OF MERCHANTABILITY AND
>
> FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
> COPYRIGHT HOLDER OR
>
> CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
> EXEMPLARY, OR CONSEQUENTIAL
>
> DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
> SERVICES; LOSS OF USE,
>
> DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
> THEORY OF LIABILITY, WHETHER
>
> IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
> ARISING IN ANY WAY OUT
>
> OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
> DAMAGE.
>
> */
>
>
>
> #ifndef MUP_DEF_H
>
> #define MUP_DEF_H
>
>
>
> #include <iostream>
>
> #include <string>
>
> #include <sstream>
>
> #include <map>
>
>
>
> #include "muParserFixes.h"
>
>
>
> /** \file
>
> \brief This file contains standard definitions used by the parser.
>
> */
>
>
>
> /** \brief Define the base datatype for values.
>
>
>
> This datatype must be a built in value type. You can not use custom classes.
> It should be working with all types except "int"!
>
> */
>
> #define MUP_BASETYPE double
>
>
>
> /** \brief Activate this option in order to compile with OpenMP support.
>
>
>
> OpenMP is used only in the bulk mode it may increase the performance a bit.
>
>
>
> !!! DO NOT ACTIVATE THIS MACRO HERE IF YOU USE CMAKE FOR BUILDING !!!
>
>
>
> use the cmake option instead!
>
> */
>
> //#define MUP_USE_OPENMP
>
>
>
> #if defined(_UNICODE)
>
> /** \brief Definition of the basic parser string type. */
>
> #define MUP_STRING_TYPE std::wstring
>
>
>
> #if !defined(_T)
>
> #define _T(x) L##x
>
> #endif // not defined _T
>
> #else
>
> #ifndef _T
>
> #define _T(x) x
>
> #endif
>
>
>
> /** \brief Definition of the basic parser string type. */
>
> #define MUP_STRING_TYPE std::string
>
> #endif
>
>
>
> /** \brief An assertion that does not kill the program. */
>
> #define MUP_ASSERT(COND) \
>
> if (!(COND)) \
> { \
> stringstream_type ss; \
> ss << _T("Assertion \"") _T(#COND) _T("\" failed: ") \
> << __FILE__ << _T(" line ") \
> << __LINE__ << _T("."); \
> throw ParserError( ecINTERNAL_ERROR, -1, ss.str()); \
> }
>
>
>
> #if defined(_MSC_VER)
>
> #pragma warning(push)
>
> #pragma warning(disable : 26812)
>
> #endif
>
>
>
>
>
> namespace mu
>
> {
>
> #if defined(_UNICODE)
>
>
>
> /** \brief Encapsulate wcout. */
>
> inline std::wostream& console()
>
> {
>
> return std::wcout;
>
> }
>
>
>
> /** \brief Encapsulate cin. */
>
> inline std::wistream& console_in()
>
> {
>
> return std::wcin;
>
> }
>
>
>
> #else
>
>
>
> /** \brief Encapsulate cout.
>
>
>
> Used for supporting UNICODE more easily.
>
> */
>
> inline std::ostream& console()
>
> {
>
> return std::cout;
>
> }
>
>
>
> /** \brief Encapsulate cin.
>
>
>
> Used for supporting UNICODE more easily.
>
> */
>
> inline std::istream& console_in()
>
> {
>
> return std::cin;
>
> }
>
>
>
> #endif
>
>
>
> /** \brief Bytecode values.
>
>
>
> \attention The order of the operator entries must match the order in
> ParserBase::c_DefaultOprt!
>
> */
>
> enum ECmdCode
>
> {
>
> // The following are codes for built in binary operators
>
> // apart from built in operators the user has the opportunity to
>
> // add user defined operators.
>
> cmLE = 0, ///< Operator item: less or equal
>
> cmGE = 1, ///< Operator item: greater or equal
>
> cmNEQ = 2, ///< Operator item: not equal
>
> cmEQ = 3, ///< Operator item: equals
>
> cmLT = 4, ///< Operator item: less than
>
> cmGT = 5, ///< Operator item: greater than
>
> cmADD = 6, ///< Operator item: add
>
> cmSUB = 7, ///< Operator item: subtract
>
> cmMUL = 8, ///< Operator item: multiply
>
> cmDIV = 9, ///< Operator item: division
>
> cmPOW = 10, ///< Operator item: y to the power of ...
>
> cmLAND = 11,
>
> cmLOR = 12,
>
> cmASSIGN = 13, ///< Operator item: Assignment operator
>
> cmBO = 14, ///< Operator item: opening bracket
>
> cmBC = 15, ///< Operator item: closing bracket
>
> cmIF = 16, ///< For use in the ternary if-then-else operator
>
> cmELSE = 17, ///< For use in the ternary if-then-else operator
>
> cmENDIF = 18, ///< For use in the ternary if-then-else operator
>
> cmARG_SEP = 19, ///< function argument separator
>
> cmVAR = 20, ///< variable item
>
> cmVAL = 21, ///< value item
>
>
>
> // For optimization purposes
>
> cmVARPOW2 = 22,
>
> cmVARPOW3 = 23,
>
> cmVARPOW4 = 24,
>
> cmVARMUL = 25,
>
>
>
> // operators and functions
>
> cmFUNC = 26, ///< Code for a generic function item
>
> cmFUNC_STR, ///< Code for a function with a string parameter
>
> cmFUNC_BULK, ///< Special callbacks for Bulk mode with an additional
> parameter for the bulk index
>
> cmSTRING, ///< Code for a string token
>
> cmOPRT_BIN, ///< user defined binary operator
>
> cmOPRT_POSTFIX, ///< code for postfix operators
>
> cmOPRT_INFIX, ///< code for infix operators
>
> cmEND, ///< end of formula
>
> cmUNKNOWN ///< uninitialized item
>
> };
>
>
>
> /** \brief Types internally used by the parser.
>
> */
>
> enum ETypeCode
>
> {
>
> tpSTR = 0, ///< String type (Function arguments and constants only, no
> string variables)
>
> tpDBL = 1, ///< Floating point variables
>
> tpVOID = 2 ///< Undefined type.
>
> };
>
>
>
>
>
> enum EParserVersionInfo
>
> {
>
> pviBRIEF,
>
> pviFULL
>
> };
>
>
>
>
>
> /** \brief Parser operator precedence values. */
>
> enum EOprtAssociativity
>
> {
>
> oaLEFT = 0,
>
> oaRIGHT = 1,
>
> oaNONE = 2
>
> };
>
>
>
>
>
> /** \brief Parser operator precedence values. */
>
> enum EOprtPrecedence
>
> {
>
> // binary operators
>
> prLOR = 1,
>
> prLAND = 2,
>
> prLOGIC = 3, ///< logic operators
>
> prCMP = 4, ///< comparsion operators
>
> prADD_SUB = 5, ///< addition
>
> prMUL_DIV = 6, ///< multiplication/division
>
> prPOW = 7, ///< power operator priority (highest)
>
>
>
> // infix operators
>
> prINFIX = 6, ///< Signs have a higher priority than ADD_SUB, but lower
> than power operator
>
> prPOSTFIX = 6 ///< Postfix operator priority (currently unused)
>
> };
>
>
>
>
>
> /** \brief Error codes. */
>
> enum EErrorCodes
>
> {
>
> // Formula syntax errors
>
> ecUNEXPECTED_OPERATOR = 0, ///< Unexpected binary operator found
>
> ecUNASSIGNABLE_TOKEN = 1, ///< Token can't be identified.
>
> ecUNEXPECTED_EOF = 2, ///< Unexpected end of formula. (Example:
> "2+sin(")
>
> ecUNEXPECTED_ARG_SEP = 3, ///< An unexpected comma has been found.
> (Example: "1,23")
>
> ecUNEXPECTED_ARG = 4, ///< An unexpected argument has been found
>
> ecUNEXPECTED_VAL = 5, ///< An unexpected value token has been found
>
> ecUNEXPECTED_VAR = 6, ///< An unexpected variable token has been found
>
> ecUNEXPECTED_PARENS = 7, ///< Unexpected Parenthesis, opening or closing
>
> ecUNEXPECTED_STR = 8, ///< A string has been found at an inapropriate
> position
>
> ecSTRING_EXPECTED = 9, ///< A string function has been called with a
> different type of argument
>
> ecVAL_EXPECTED = 10, ///< A numerical function has been called with a
> non value type of argument
>
> ecMISSING_PARENS = 11, ///< Missing parens. (Example: "3*sin(3")
>
> ecUNEXPECTED_FUN = 12, ///< Unexpected function found. (Example:
> "sin(8)cos(9)")
>
> ecUNTERMINATED_STRING = 13, ///< unterminated string constant. (Example:
> "3*valueof("hello)")
>
> ecTOO_MANY_PARAMS = 14, ///< Too many function parameters
>
> ecTOO_FEW_PARAMS = 15, ///< Too few function parameters. (Example:
> "ite(1<2,2)")
>
> ecOPRT_TYPE_CONFLICT = 16, ///< binary operators may only be applied to
> value items of the same type
>
> ecSTR_RESULT = 17, ///< result is a string
>
>
>
> // Invalid Parser input Parameters
>
> ecINVALID_NAME = 18, ///< Invalid function, variable or constant name.
>
> ecINVALID_BINOP_IDENT = 19, ///< Invalid binary operator identifier
>
> ecINVALID_INFIX_IDENT = 20, ///< Invalid function, variable or constant
> name.
>
> ecINVALID_POSTFIX_IDENT = 21, ///< Invalid function, variable or constant
> name.
>
>
>
> ecBUILTIN_OVERLOAD = 22, ///< Trying to overload builtin operator
>
> ecINVALID_FUN_PTR = 23, ///< Invalid callback function pointer
>
> ecINVALID_VAR_PTR = 24, ///< Invalid variable pointer
>
> ecEMPTY_EXPRESSION = 25, ///< The Expression is empty
>
> ecNAME_CONFLICT = 26, ///< Name conflict
>
> ecOPT_PRI = 27, ///< Invalid operator priority
>
> //
>
> ecDOMAIN_ERROR = 28, ///< catch division by zero, sqrt(-1), log(0)
> (currently unused)
>
> ecDIV_BY_ZERO = 29, ///< Division by zero (currently unused)
>
> ecGENERIC = 30, ///< Generic error
>
> ecLOCALE = 31, ///< Conflict with current locale
>
>
>
> ecUNEXPECTED_CONDITIONAL = 32,
>
> ecMISSING_ELSE_CLAUSE = 33,
>
> ecMISPLACED_COLON = 34,
>
>
>
> ecUNREASONABLE_NUMBER_OF_COMPUTATIONS = 35,
>
>
>
> ecIDENTIFIER_TOO_LONG = 36, ///< Thrown when an identifier with more then
> 255 characters is used.
>
>
>
> ecEXPRESSION_TOO_LONG = 37, ///< Throw an exception if the expression has
> more than 10000 characters. (an arbitrary limit)
>
>
>
> ecINVALID_CHARACTERS_FOUND = 38,///< The expression or identifier
> contains invalid non printable characters
>
>
>
> // internal errors
>
> ecINTERNAL_ERROR = 39, ///< Internal error of any kind.
>
>
>
> // The last two are special entries
>
> ecCOUNT, ///< This is no error code, It just stores just the total number
> of error codes
>
> ecUNDEFINED = -1 ///< Undefined message, placeholder to detect unassigned
> error messages
>
> };
>
>
>
>
> //------------------------------------------------------------------------------
>
>
> // Basic Types
>
>
> //------------------------------------------------------------------------------
>
>
>
>
> /** \brief The numeric datatype used by the parser.
>
>
>
> Normally this is a floating point type either single or double precision.
>
> */
>
> typedef MUP_BASETYPE value_type;
>
>
>
> /** \brief The stringtype used by the parser.
>
>
>
> Depends on whether UNICODE is used or not.
>
> */
>
> typedef MUP_STRING_TYPE string_type;
>
>
>
> /** \brief The character type used by the parser.
>
>
>
> Depends on whether UNICODE is used or not.
>
> */
>
> typedef string_type::value_type char_type;
>
>
>
> /** \brief Typedef for easily using stringstream that respect the parser
> stringtype. */
>
> typedef std::basic_stringstream<char_type, std::char_traits<char_type>,
> std::allocator<char_type> > stringstream_type;
>
>
>
> // Data container types
>
>
>
> /** \brief Type used for storing variables. */
>
> typedef std::map<string_type, value_type*> varmap_type;
>
>
>
> /** \brief Type used for storing constants. */
>
> typedef std::map<string_type, value_type> valmap_type;
>
>
>
> /** \brief Type for assigning a string name to an index in the internal
> string table. */
>
> typedef std::map<string_type, std::size_t> strmap_type;
>
>
>
> // Parser callbacks
>
>
>
> /** \brief Function type used to erase type. Voluntarily needs explicit
> cast with all other *fun_type*. */
>
> typedef void(*erased_fun_type)();
>
>
>
> /** \brief Callback type used for functions without arguments. */
>
> typedef value_type(*fun_type0)();
>
>
>
> /** \brief Callback type used for functions with a single arguments. */
>
> typedef value_type(*fun_type1)(value_type);
>
>
>
> /** \brief Callback type used for functions with two arguments. */
>
> typedef value_type(*fun_type2)(value_type, value_type);
>
>
>
> /** \brief Callback type used for functions with three arguments. */
>
> typedef value_type(*fun_type3)(value_type, value_type, value_type);
>
>
>
> /** \brief Callback type used for functions with four arguments. */
>
> typedef value_type(*fun_type4)(value_type, value_type, value_type,
> value_type);
>
>
>
> /** \brief Callback type used for functions with five arguments. */
>
> typedef value_type(*fun_type5)(value_type, value_type, value_type,
> value_type, value_type);
>
>
>
> /** \brief Callback type used for functions with six arguments. */
>
> typedef value_type(*fun_type6)(value_type, value_type, value_type,
> value_type, value_type, value_type);
>
>
>
> /** \brief Callback type used for functions with seven arguments. */
>
> typedef value_type(*fun_type7)(value_type, value_type, value_type,
> value_type, value_type, value_type, value_type);
>
>
>
> /** \brief Callback type used for functions with eight arguments. */
>
> typedef value_type(*fun_type8)(value_type, value_type, value_type,
> value_type, value_type, value_type, value_type, value_type);
>
>
>
> /** \brief Callback type used for functions with nine arguments. */
>
> typedef value_type(*fun_type9)(value_type, value_type, value_type,
> value_type, value_type, value_type, value_type, value_type, value_type);
>
>
>
> /** \brief Callback type used for functions with ten arguments. */
>
> typedef value_type(*fun_type10)(value_type, value_type, value_type,
> value_type, value_type, value_type, value_type, value_type, value_type,
> value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions
> without arguments. */
>
> typedef value_type(*fun_userdata_type0)(void*);
>
>
>
> /** \brief Callback type with user data (not null) used for functions with
> a single arguments. */
>
> typedef value_type(*fun_userdata_type1)(void*, value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions with
> two arguments. */
>
> typedef value_type(*fun_userdata_type2)(void*, value_type, value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions with
> three arguments. */
>
> typedef value_type(*fun_userdata_type3)(void*, value_type, value_type,
> value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions with
> four arguments. */
>
> typedef value_type(*fun_userdata_type4)(void*, value_type, value_type,
> value_type, value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions with
> five arguments. */
>
> typedef value_type(*fun_userdata_type5)(void*, value_type, value_type,
> value_type, value_type, value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions with
> six arguments. */
>
> typedef value_type(*fun_userdata_type6)(void*, value_type, value_type,
> value_type, value_type, value_type, value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions with
> seven arguments. */
>
> typedef value_type(*fun_userdata_type7)(void*, value_type, value_type,
> value_type, value_type, value_type, value_type, value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions with
> eight arguments. */
>
> typedef value_type(*fun_userdata_type8)(void*, value_type, value_type,
> value_type, value_type, value_type, value_type, value_type, value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions with
> nine arguments. */
>
> typedef value_type(*fun_userdata_type9)(void*, value_type, value_type,
> value_type, value_type, value_type, value_type, value_type, value_type,
> value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions with
> ten arguments. */
>
> typedef value_type(*fun_userdata_type10)(void*, value_type, value_type,
> value_type, value_type, value_type, value_type, value_type, value_type,
> value_type, value_type);
>
>
>
> /** \brief Callback type used for functions without arguments. */
>
> typedef value_type(*bulkfun_type0)(int, int);
>
>
>
> /** \brief Callback type used for functions with a single arguments. */
>
> typedef value_type(*bulkfun_type1)(int, int, value_type);
>
>
>
> /** \brief Callback type used for functions with two arguments. */
>
> typedef value_type(*bulkfun_type2)(int, int, value_type, value_type);
>
>
>
> /** \brief Callback type used for functions with three arguments. */
>
> typedef value_type(*bulkfun_type3)(int, int, value_type, value_type,
> value_type);
>
>
>
> /** \brief Callback type used for functions with four arguments. */
>
> typedef value_type(*bulkfun_type4)(int, int, value_type, value_type,
> value_type, value_type);
>
>
>
> /** \brief Callback type used for functions with five arguments. */
>
> typedef value_type(*bulkfun_type5)(int, int, value_type, value_type,
> value_type, value_type, value_type);
>
>
>
> /** \brief Callback type used for functions with six arguments. */
>
> typedef value_type(*bulkfun_type6)(int, int, value_type, value_type,
> value_type, value_type, value_type, value_type);
>
>
>
> /** \brief Callback type used for functions with seven arguments. */
>
> typedef value_type(*bulkfun_type7)(int, int, value_type, value_type,
> value_type, value_type, value_type, value_type, value_type);
>
>
>
> /** \brief Callback type used for functions with eight arguments. */
>
> typedef value_type(*bulkfun_type8)(int, int, value_type, value_type,
> value_type, value_type, value_type, value_type, value_type, value_type);
>
>
>
> /** \brief Callback type used for functions with nine arguments. */
>
> typedef value_type(*bulkfun_type9)(int, int, value_type, value_type,
> value_type, value_type, value_type, value_type, value_type, value_type,
> value_type);
>
>
>
> /** \brief Callback type used for functions with ten arguments. */
>
> typedef value_type(*bulkfun_type10)(int, int, value_type, value_type,
> value_type, value_type, value_type, value_type, value_type, value_type,
> value_type, value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions
> without arguments. */
>
> typedef value_type(*bulkfun_userdata_type0)(void*, int, int);
>
>
>
> /** \brief Callback type with user data (not null) used for functions with
> a single arguments. */
>
> typedef value_type(*bulkfun_userdata_type1)(void*, int, int, value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions with
> two arguments. */
>
> typedef value_type(*bulkfun_userdata_type2)(void*, int, int, value_type,
> value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions with
> three arguments. */
>
> typedef value_type(*bulkfun_userdata_type3)(void*, int, int, value_type,
> value_type, value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions with
> four arguments. */
>
> typedef value_type(*bulkfun_userdata_type4)(void*, int, int, value_type,
> value_type, value_type, value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions with
> five arguments. */
>
> typedef value_type(*bulkfun_userdata_type5)(void*, int, int, value_type,
> value_type, value_type, value_type, value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions with
> six arguments. */
>
> typedef value_type(*bulkfun_userdata_type6)(void*, int, int, value_type,
> value_type, value_type, value_type, value_type, value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions with
> seven arguments. */
>
> typedef value_type(*bulkfun_userdata_type7)(void*, int, int, value_type,
> value_type, value_type, value_type, value_type, value_type, value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions with
> eight arguments. */
>
> typedef value_type(*bulkfun_userdata_type8)(void*, int, int, value_type,
> value_type, value_type, value_type, value_type, value_type, value_type,
> value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions with
> nine arguments. */
>
> typedef value_type(*bulkfun_userdata_type9)(void*, int, int, value_type,
> value_type, value_type, value_type, value_type, value_type, value_type,
> value_type, value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions with
> ten arguments. */
>
> typedef value_type(*bulkfun_userdata_type10)(void*, int, int, value_type,
> value_type, value_type, value_type, value_type, value_type, value_type,
> value_type, value_type, value_type);
>
>
>
> /** \brief Callback type used for functions with a variable argument list.
> */
>
> typedef value_type(*multfun_type)(const value_type*, int);
>
>
>
> /** \brief Callback type with user data (not null) used for functions and
> a variable argument list. */
>
> typedef value_type(*multfun_userdata_type)(void*, const value_type*, int);
>
>
>
> /** \brief Callback type used for functions taking a string as an
> argument. */
>
> typedef value_type(*strfun_type1)(const char_type*);
>
>
>
> /** \brief Callback type used for functions taking a string and a value as
> arguments. */
>
> typedef value_type(*strfun_type2)(const char_type*, value_type);
>
>
>
> /** \brief Callback type used for functions taking a string and two values
> as arguments. */
>
> typedef value_type(*strfun_type3)(const char_type*, value_type,
> value_type);
>
>
>
> /** \brief Callback type used for functions taking a string and three
> values as arguments. */
>
> typedef value_type(*strfun_type4)(const char_type*, value_type,
> value_type, value_type);
>
>
>
> /** \brief Callback type used for functions taking a string and four
> values as arguments. */
>
> typedef value_type(*strfun_type5)(const char_type*, value_type,
> value_type, value_type, value_type);
>
>
>
> /** \brief Callback type used for functions taking a string and five
> values as arguments. */
>
> typedef value_type(*strfun_type6)(const char_type*, value_type,
> value_type, value_type, value_type, value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions
> taking a string as an argument. */
>
> typedef value_type(*strfun_userdata_type1)(void*, const char_type*);
>
>
>
> /** \brief Callback type with user data (not null) used for functions
> taking a string and a value as arguments. */
>
> typedef value_type(*strfun_userdata_type2)(void*, const char_type*,
> value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions
> taking a string and two values as arguments. */
>
> typedef value_type(*strfun_userdata_type3)(void*, const char_type*,
> value_type, value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions
> taking a string and a value as arguments. */
>
> typedef value_type(*strfun_userdata_type4)(void*, const char_type*,
> value_type, value_type, value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions
> taking a string and two values as arguments. */
>
> typedef value_type(*strfun_userdata_type5)(void*, const char_type*,
> value_type, value_type, value_type, value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions
> taking a string and five values as arguments. */
>
> typedef value_type(*strfun_userdata_type6)(void*, const char_type*,
> value_type, value_type, value_type, value_type, value_type);
>
>
>
> /** \brief Callback used for functions that identify values in a string.
> */
>
> typedef int (*identfun_type)(const char_type* sExpr, int* nPos,
> value_type* fVal);
>
>
>
> /** \brief Callback used for variable creation factory functions. */
>
> typedef value_type* (*facfun_type)(const char_type*, void*);
>
>
>
> static const int MaxLenExpression = 20000;
>
> static const int MaxLenIdentifier = 100;
>
> static const string_type ParserVersion = string_type(_T("2 (Release)"));
>
> static const string_type ParserVersionDate = string_type(_T("20220122"));
>
> } // end of namespace
>
>
>
> #if defined(_MSC_VER)
>
> #pragma warning(pop)
>
> #endif
>
>
>
> #endif
>
>
>
> )*100+/*
>
>
>
> _____ __ _____________ _______ ______ ___________
>
> / \| | \____ \__ \\_ __ \/ ___// __ \_ __ \
>
> | Y Y \ | / |_> > __ \| | \/\___ \\ ___/| | \/
> |__|_| /____/| __(____ /__| /____ >\___ >__|
>
> \/ |__| \/ \/ \/
>
> Copyright (C) 2004 - 2021 Ingo Berg
>
>
>
> Redistribution and use in source and binary forms, with or without
> modification, are permitted
>
> provided that the following conditions are met:
>
>
>
> * Redistributions of source code must retain the above copyright notice,
> this list of
>
> conditions and the following disclaimer.
>
> * Redistributions in binary form must reproduce the above copyright
> notice, this list of
>
> conditions and the following disclaimer in the documentation and/or other
> materials provided
>
> with the distribution.
>
>
>
> THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
> IS" AND ANY EXPRESS OR
>
> IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
> OF MERCHANTABILITY AND
>
> FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
> COPYRIGHT HOLDER OR
>
> CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
> EXEMPLARY, OR CONSEQUENTIAL
>
> DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
> SERVICES; LOSS OF USE,
>
> DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
> THEORY OF LIABILITY, WHETHER
>
> IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
> ARISING IN ANY WAY OUT
>
> OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
> DAMAGE.
>
> */
>
>
>
> #ifndef MUP_DEF_H
>
> #define MUP_DEF_H
>
>
>
> #include <iostream>
>
> #include <string>
>
> #include <sstream>
>
> #include <map>
>
>
>
> #include "muParserFixes.h"
>
>
>
> /** \file
>
> \brief This file contains standard definitions used by the parser.
>
> */
>
>
>
> /** \brief Define the base datatype for values.
>
>
>
> This datatype must be a built in value type. You can not use custom classes.
> It should be working with all types except "int"!
>
> */
>
> #define MUP_BASETYPE double
>
>
>
> /** \brief Activate this option in order to compile with OpenMP support.
>
>
>
> OpenMP is used only in the bulk mode it may increase the performance a bit.
>
>
>
> !!! DO NOT ACTIVATE THIS MACRO HERE IF YOU USE CMAKE FOR BUILDING !!!
>
>
>
> use the cmake option instead!
>
> */
>
> //#define MUP_USE_OPENMP
>
>
>
> #if defined(_UNICODE)
>
> /** \brief Definition of the basic parser string type. */
>
> #define MUP_STRING_TYPE std::wstring
>
>
>
> #if !defined(_T)
>
> #define _T(x) L##x
>
> #endif // not defined _T
>
> #else
>
> #ifndef _T
>
> #define _T(x) x
>
> #endif
>
>
>
> /** \brief Definition of the basic parser string type. */
>
> #define MUP_STRING_TYPE std::string
>
> #endif
>
>
>
> /** \brief An assertion that does not kill the program. */
>
> #define MUP_ASSERT(COND) \
>
> if (!(COND)) \
> { \
> stringstream_type ss; \
> ss << _T("Assertion \"") _T(#COND) _T("\" failed: ") \
> << __FILE__ << _T(" line ") \
> << __LINE__ << _T("."); \
> throw ParserError( ecINTERNAL_ERROR, -1, ss.str()); \
> }
>
>
>
> #if defined(_MSC_VER)
>
> #pragma warning(push)
>
> #pragma warning(disable : 26812)
>
> #endif
>
>
>
>
>
> namespace mu
>
> {
>
> #if defined(_UNICODE)
>
>
>
> /** \brief Encapsulate wcout. */
>
> inline std::wostream& console()
>
> {
>
> return std::wcout;
>
> }
>
>
>
> /** \brief Encapsulate cin. */
>
> inline std::wistream& console_in()
>
> {
>
> return std::wcin;
>
> }
>
>
>
> #else
>
>
>
> /** \brief Encapsulate cout.
>
>
>
> Used for supporting UNICODE more easily.
>
> */
>
> inline std::ostream& console()
>
> {
>
> return std::cout;
>
> }
>
>
>
> /** \brief Encapsulate cin.
>
>
>
> Used for supporting UNICODE more easily.
>
> */
>
> inline std::istream& console_in()
>
> {
>
> return std::cin;
>
> }
>
>
>
> #endif
>
>
>
> /** \brief Bytecode values.
>
>
>
> \attention The order of the operator entries must match the order in
> ParserBase::c_DefaultOprt!
>
> */
>
> enum ECmdCode
>
> {
>
> // The following are codes for built in binary operators
>
> // apart from built in operators the user has the opportunity to
>
> // add user defined operators.
>
> cmLE = 0, ///< Operator item: less or equal
>
> cmGE = 1, ///< Operator item: greater or equal
>
> cmNEQ = 2, ///< Operator item: not equal
>
> cmEQ = 3, ///< Operator item: equals
>
> cmLT = 4, ///< Operator item: less than
>
> cmGT = 5, ///< Operator item: greater than
>
> cmADD = 6, ///< Operator item: add
>
> cmSUB = 7, ///< Operator item: subtract
>
> cmMUL = 8, ///< Operator item: multiply
>
> cmDIV = 9, ///< Operator item: division
>
> cmPOW = 10, ///< Operator item: y to the power of ...
>
> cmLAND = 11,
>
> cmLOR = 12,
>
> cmASSIGN = 13, ///< Operator item: Assignment operator
>
> cmBO = 14, ///< Operator item: opening bracket
>
> cmBC = 15, ///< Operator item: closing bracket
>
> cmIF = 16, ///< For use in the ternary if-then-else operator
>
> cmELSE = 17, ///< For use in the ternary if-then-else operator
>
> cmENDIF = 18, ///< For use in the ternary if-then-else operator
>
> cmARG_SEP = 19, ///< function argument separator
>
> cmVAR = 20, ///< variable item
>
> cmVAL = 21, ///< value item
>
>
>
> // For optimization purposes
>
> cmVARPOW2 = 22,
>
> cmVARPOW3 = 23,
>
> cmVARPOW4 = 24,
>
> cmVARMUL = 25,
>
>
>
> // operators and functions
>
> cmFUNC = 26, ///< Code for a generic function item
>
> cmFUNC_STR, ///< Code for a function with a string parameter
>
> cmFUNC_BULK, ///< Special callbacks for Bulk mode with an additional
> parameter for the bulk index
>
> cmSTRING, ///< Code for a string token
>
> cmOPRT_BIN, ///< user defined binary operator
>
> cmOPRT_POSTFIX, ///< code for postfix operators
>
> cmOPRT_INFIX, ///< code for infix operators
>
> cmEND, ///< end of formula
>
> cmUNKNOWN ///< uninitialized item
>
> };
>
>
>
> /** \brief Types internally used by the parser.
>
> */
>
> enum ETypeCode
>
> {
>
> tpSTR = 0, ///< String type (Function arguments and constants only, no
> string variables)
>
> tpDBL = 1, ///< Floating point variables
>
> tpVOID = 2 ///< Undefined type.
>
> };
>
>
>
>
>
> enum EParserVersionInfo
>
> {
>
> pviBRIEF,
>
> pviFULL
>
> };
>
>
>
>
>
> /** \brief Parser operator precedence values. */
>
> enum EOprtAssociativity
>
> {
>
> oaLEFT = 0,
>
> oaRIGHT = 1,
>
> oaNONE = 2
>
> };
>
>
>
>
>
> /** \brief Parser operator precedence values. */
>
> enum EOprtPrecedence
>
> {
>
> // binary operators
>
> prLOR = 1,
>
> prLAND = 2,
>
> prLOGIC = 3, ///< logic operators
>
> prCMP = 4, ///< comparsion operators
>
> prADD_SUB = 5, ///< addition
>
> prMUL_DIV = 6, ///< multiplication/division
>
> prPOW = 7, ///< power operator priority (highest)
>
>
>
> // infix operators
>
> prINFIX = 6, ///< Signs have a higher priority than ADD_SUB, but lower
> than power operator
>
> prPOSTFIX = 6 ///< Postfix operator priority (currently unused)
>
> };
>
>
>
>
>
> /** \brief Error codes. */
>
> enum EErrorCodes
>
> {
>
> // Formula syntax errors
>
> ecUNEXPECTED_OPERATOR = 0, ///< Unexpected binary operator found
>
> ecUNASSIGNABLE_TOKEN = 1, ///< Token can't be identified.
>
> ecUNEXPECTED_EOF = 2, ///< Unexpected end of formula. (Example:
> "2+sin(")
>
> ecUNEXPECTED_ARG_SEP = 3, ///< An unexpected comma has been found.
> (Example: "1,23")
>
> ecUNEXPECTED_ARG = 4, ///< An unexpected argument has been found
>
> ecUNEXPECTED_VAL = 5, ///< An unexpected value token has been found
>
> ecUNEXPECTED_VAR = 6, ///< An unexpected variable token has been found
>
> ecUNEXPECTED_PARENS = 7, ///< Unexpected Parenthesis, opening or closing
>
> ecUNEXPECTED_STR = 8, ///< A string has been found at an inapropriate
> position
>
> ecSTRING_EXPECTED = 9, ///< A string function has been called with a
> different type of argument
>
> ecVAL_EXPECTED = 10, ///< A numerical function has been called with a
> non value type of argument
>
> ecMISSING_PARENS = 11, ///< Missing parens. (Example: "3*sin(3")
>
> ecUNEXPECTED_FUN = 12, ///< Unexpected function found. (Example:
> "sin(8)cos(9)")
>
> ecUNTERMINATED_STRING = 13, ///< unterminated string constant. (Example:
> "3*valueof("hello)")
>
> ecTOO_MANY_PARAMS = 14, ///< Too many function parameters
>
> ecTOO_FEW_PARAMS = 15, ///< Too few function parameters. (Example:
> "ite(1<2,2)")
>
> ecOPRT_TYPE_CONFLICT = 16, ///< binary operators may only be applied to
> value items of the same type
>
> ecSTR_RESULT = 17, ///< result is a string
>
>
>
> // Invalid Parser input Parameters
>
> ecINVALID_NAME = 18, ///< Invalid function, variable or constant name.
>
> ecINVALID_BINOP_IDENT = 19, ///< Invalid binary operator identifier
>
> ecINVALID_INFIX_IDENT = 20, ///< Invalid function, variable or constant
> name.
>
> ecINVALID_POSTFIX_IDENT = 21, ///< Invalid function, variable or constant
> name.
>
>
>
> ecBUILTIN_OVERLOAD = 22, ///< Trying to overload builtin operator
>
> ecINVALID_FUN_PTR = 23, ///< Invalid callback function pointer
>
> ecINVALID_VAR_PTR = 24, ///< Invalid variable pointer
>
> ecEMPTY_EXPRESSION = 25, ///< The Expression is empty
>
> ecNAME_CONFLICT = 26, ///< Name conflict
>
> ecOPT_PRI = 27, ///< Invalid operator priority
>
> //
>
> ecDOMAIN_ERROR = 28, ///< catch division by zero, sqrt(-1), log(0)
> (currently unused)
>
> ecDIV_BY_ZERO = 29, ///< Division by zero (currently unused)
>
> ecGENERIC = 30, ///< Generic error
>
> ecLOCALE = 31, ///< Conflict with current locale
>
>
>
> ecUNEXPECTED_CONDITIONAL = 32,
>
> ecMISSING_ELSE_CLAUSE = 33,
>
> ecMISPLACED_COLON = 34,
>
>
>
> ecUNREASONABLE_NUMBER_OF_COMPUTATIONS = 35,
>
>
>
> ecIDENTIFIER_TOO_LONG = 36, ///< Thrown when an identifier with more then
> 255 characters is used.
>
>
>
> ecEXPRESSION_TOO_LONG = 37, ///< Throw an exception if the expression has
> more than 10000 characters. (an arbitrary limit)
>
>
>
> ecINVALID_CHARACTERS_FOUND = 38,///< The expression or identifier
> contains invalid non printable characters
>
>
>
> // internal errors
>
> ecINTERNAL_ERROR = 39, ///< Internal error of any kind.
>
>
>
> // The last two are special entries
>
> ecCOUNT, ///< This is no error code, It just stores just the total number
> of error codes
>
> ecUNDEFINED = -1 ///< Undefined message, placeholder to detect unassigned
> error messages
>
> };
>
>
>
>
> //------------------------------------------------------------------------------
>
>
> // Basic Types
>
>
> //------------------------------------------------------------------------------
>
>
>
>
> /** \brief The numeric datatype used by the parser.
>
>
>
> Normally this is a floating point type either single or double precision.
>
> */
>
> typedef MUP_BASETYPE value_type;
>
>
>
> /** \brief The stringtype used by the parser.
>
>
>
> Depends on whether UNICODE is used or not.
>
> */
>
> typedef MUP_STRING_TYPE string_type;
>
>
>
> /** \brief The character type used by the parser.
>
>
>
> Depends on whether UNICODE is used or not.
>
> */
>
> typedef string_type::value_type char_type;
>
>
>
> /** \brief Typedef for easily using stringstream that respect the parser
> stringtype. */
>
> typedef std::basic_stringstream<char_type, std::char_traits<char_type>,
> std::allocator<char_type> > stringstream_type;
>
>
>
> // Data container types
>
>
>
> /** \brief Type used for storing variables. */
>
> typedef std::map<string_type, value_type*> varmap_type;
>
>
>
> /** \brief Type used for storing constants. */
>
> typedef std::map<string_type, value_type> valmap_type;
>
>
>
> /** \brief Type for assigning a string name to an index in the internal
> string table. */
>
> typedef std::map<string_type, std::size_t> strmap_type;
>
>
>
> // Parser callbacks
>
>
>
> /** \brief Function type used to erase type. Voluntarily needs explicit
> cast with all other *fun_type*. */
>
> typedef void(*erased_fun_type)();
>
>
>
> /** \brief Callback type used for functions without arguments. */
>
> typedef value_type(*fun_type0)();
>
>
>
> /** \brief Callback type used for functions with a single arguments. */
>
> typedef value_type(*fun_type1)(value_type);
>
>
>
> /** \brief Callback type used for functions with two arguments. */
>
> typedef value_type(*fun_type2)(value_type, value_type);
>
>
>
> /** \brief Callback type used for functions with three arguments. */
>
> typedef value_type(*fun_type3)(value_type, value_type, value_type);
>
>
>
> /** \brief Callback type used for functions with four arguments. */
>
> typedef value_type(*fun_type4)(value_type, value_type, value_type,
> value_type);
>
>
>
> /** \brief Callback type used for functions with five arguments. */
>
> typedef value_type(*fun_type5)(value_type, value_type, value_type,
> value_type, value_type);
>
>
>
> /** \brief Callback type used for functions with six arguments. */
>
> typedef value_type(*fun_type6)(value_type, value_type, value_type,
> value_type, value_type, value_type);
>
>
>
> /** \brief Callback type used for functions with seven arguments. */
>
> typedef value_type(*fun_type7)(value_type, value_type, value_type,
> value_type, value_type, value_type, value_type);
>
>
>
> /** \brief Callback type used for functions with eight arguments. */
>
> typedef value_type(*fun_type8)(value_type, value_type, value_type,
> value_type, value_type, value_type, value_type, value_type);
>
>
>
> /** \brief Callback type used for functions with nine arguments. */
>
> typedef value_type(*fun_type9)(value_type, value_type, value_type,
> value_type, value_type, value_type, value_type, value_type, value_type);
>
>
>
> /** \brief Callback type used for functions with ten arguments. */
>
> typedef value_type(*fun_type10)(value_type, value_type, value_type,
> value_type, value_type, value_type, value_type, value_type, value_type,
> value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions
> without arguments. */
>
> typedef value_type(*fun_userdata_type0)(void*);
>
>
>
> /** \brief Callback type with user data (not null) used for functions with
> a single arguments. */
>
> typedef value_type(*fun_userdata_type1)(void*, value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions with
> two arguments. */
>
> typedef value_type(*fun_userdata_type2)(void*, value_type, value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions with
> three arguments. */
>
> typedef value_type(*fun_userdata_type3)(void*, value_type, value_type,
> value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions with
> four arguments. */
>
> typedef value_type(*fun_userdata_type4)(void*, value_type, value_type,
> value_type, value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions with
> five arguments. */
>
> typedef value_type(*fun_userdata_type5)(void*, value_type, value_type,
> value_type, value_type, value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions with
> six arguments. */
>
> typedef value_type(*fun_userdata_type6)(void*, value_type, value_type,
> value_type, value_type, value_type, value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions with
> seven arguments. */
>
> typedef value_type(*fun_userdata_type7)(void*, value_type, value_type,
> value_type, value_type, value_type, value_type, value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions with
> eight arguments. */
>
> typedef value_type(*fun_userdata_type8)(void*, value_type, value_type,
> value_type, value_type, value_type, value_type, value_type, value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions with
> nine arguments. */
>
> typedef value_type(*fun_userdata_type9)(void*, value_type, value_type,
> value_type, value_type, value_type, value_type, value_type, value_type,
> value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions with
> ten arguments. */
>
> typedef value_type(*fun_userdata_type10)(void*, value_type, value_type,
> value_type, value_type, value_type, value_type, value_type, value_type,
> value_type, value_type);
>
>
>
> /** \brief Callback type used for functions without arguments. */
>
> typedef value_type(*bulkfun_type0)(int, int);
>
>
>
> /** \brief Callback type used for functions with a single arguments. */
>
> typedef value_type(*bulkfun_type1)(int, int, value_type);
>
>
>
> /** \brief Callback type used for functions with two arguments. */
>
> typedef value_type(*bulkfun_type2)(int, int, value_type, value_type);
>
>
>
> /** \brief Callback type used for functions with three arguments. */
>
> typedef value_type(*bulkfun_type3)(int, int, value_type, value_type,
> value_type);
>
>
>
> /** \brief Callback type used for functions with four arguments. */
>
> typedef value_type(*bulkfun_type4)(int, int, value_type, value_type,
> value_type, value_type);
>
>
>
> /** \brief Callback type used for functions with five arguments. */
>
> typedef value_type(*bulkfun_type5)(int, int, value_type, value_type,
> value_type, value_type, value_type);
>
>
>
> /** \brief Callback type used for functions with six arguments. */
>
> typedef value_type(*bulkfun_type6)(int, int, value_type, value_type,
> value_type, value_type, value_type, value_type);
>
>
>
> /** \brief Callback type used for functions with seven arguments. */
>
> typedef value_type(*bulkfun_type7)(int, int, value_type, value_type,
> value_type, value_type, value_type, value_type, value_type);
>
>
>
> /** \brief Callback type used for functions with eight arguments. */
>
> typedef value_type(*bulkfun_type8)(int, int, value_type, value_type,
> value_type, value_type, value_type, value_type, value_type, value_type);
>
>
>
> /** \brief Callback type used for functions with nine arguments. */
>
> typedef value_type(*bulkfun_type9)(int, int, value_type, value_type,
> value_type, value_type, value_type, value_type, value_type, value_type,
> value_type);
>
>
>
> /** \brief Callback type used for functions with ten arguments. */
>
> typedef value_type(*bulkfun_type10)(int, int, value_type, value_type,
> value_type, value_type, value_type, value_type, value_type, value_type,
> value_type, value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions
> without arguments. */
>
> typedef value_type(*bulkfun_userdata_type0)(void*, int, int);
>
>
>
> /** \brief Callback type with user data (not null) used for functions with
> a single arguments. */
>
> typedef value_type(*bulkfun_userdata_type1)(void*, int, int, value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions with
> two arguments. */
>
> typedef value_type(*bulkfun_userdata_type2)(void*, int, int, value_type,
> value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions with
> three arguments. */
>
> typedef value_type(*bulkfun_userdata_type3)(void*, int, int, value_type,
> value_type, value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions with
> four arguments. */
>
> typedef value_type(*bulkfun_userdata_type4)(void*, int, int, value_type,
> value_type, value_type, value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions with
> five arguments. */
>
> typedef value_type(*bulkfun_userdata_type5)(void*, int, int, value_type,
> value_type, value_type, value_type, value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions with
> six arguments. */
>
> typedef value_type(*bulkfun_userdata_type6)(void*, int, int, value_type,
> value_type, value_type, value_type, value_type, value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions with
> seven arguments. */
>
> typedef value_type(*bulkfun_userdata_type7)(void*, int, int, value_type,
> value_type, value_type, value_type, value_type, value_type, value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions with
> eight arguments. */
>
> typedef value_type(*bulkfun_userdata_type8)(void*, int, int, value_type,
> value_type, value_type, value_type, value_type, value_type, value_type,
> value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions with
> nine arguments. */
>
> typedef value_type(*bulkfun_userdata_type9)(void*, int, int, value_type,
> value_type, value_type, value_type, value_type, value_type, value_type,
> value_type, value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions with
> ten arguments. */
>
> typedef value_type(*bulkfun_userdata_type10)(void*, int, int, value_type,
> value_type, value_type, value_type, value_type, value_type, value_type,
> value_type, value_type, value_type);
>
>
>
> /** \brief Callback type used for functions with a variable argument list.
> */
>
> typedef value_type(*multfun_type)(const value_type*, int);
>
>
>
> /** \brief Callback type with user data (not null) used for functions and
> a variable argument list. */
>
> typedef value_type(*multfun_userdata_type)(void*, const value_type*, int);
>
>
>
> /** \brief Callback type used for functions taking a string as an
> argument. */
>
> typedef value_type(*strfun_type1)(const char_type*);
>
>
>
> /** \brief Callback type used for functions taking a string and a value as
> arguments. */
>
> typedef value_type(*strfun_type2)(const char_type*, value_type);
>
>
>
> /** \brief Callback type used for functions taking a string and two values
> as arguments. */
>
> typedef value_type(*strfun_type3)(const char_type*, value_type,
> value_type);
>
>
>
> /** \brief Callback type used for functions taking a string and three
> values as arguments. */
>
> typedef value_type(*strfun_type4)(const char_type*, value_type,
> value_type, value_type);
>
>
>
> /** \brief Callback type used for functions taking a string and four
> values as arguments. */
>
> typedef value_type(*strfun_type5)(const char_type*, value_type,
> value_type, value_type, value_type);
>
>
>
> /** \brief Callback type used for functions taking a string and five
> values as arguments. */
>
> typedef value_type(*strfun_type6)(const char_type*, value_type,
> value_type, value_type, value_type, value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions
> taking a string as an argument. */
>
> typedef value_type(*strfun_userdata_type1)(void*, const char_type*);
>
>
>
> /** \brief Callback type with user data (not null) used for functions
> taking a string and a value as arguments. */
>
> typedef value_type(*strfun_userdata_type2)(void*, const char_type*,
> value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions
> taking a string and two values as arguments. */
>
> typedef value_type(*strfun_userdata_type3)(void*, const char_type*,
> value_type, value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions
> taking a string and a value as arguments. */
>
> typedef value_type(*strfun_userdata_type4)(void*, const char_type*,
> value_type, value_type, value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions
> taking a string and two values as arguments. */
>
> typedef value_type(*strfun_userdata_type5)(void*, const char_type*,
> value_type, value_type, value_type, value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions
> taking a string and five values as arguments. */
>
> typedef value_type(*strfun_userdata_type6)(void*, const char_type*,
> value_type, value_type, value_type, value_type, value_type);
>
>
>
> /** \brief Callback used for functions that identify values in a string.
> */
>
> typedef int (*identfun_type)(const char_type* sExpr, int* nPos,
> value_type* fVal);
>
>
>
> /** \brief Callback used for variable creation factory functions. */
>
> typedef value_type* (*facfun_type)(const char_type*, void*);
>
>
>
> static const int MaxLenExpression = 20000;
>
> static const int MaxLenIdentifier = 100;
>
> static const string_type ParserVersion = string_type(_T("3 (Release)"));
>
> static const string_type ParserVersionDate = string_type(_T("20220122"));
>
> } // end of namespace
>
>
>
> #if defined(_MSC_VER)
>
> #pragma warning(pop)
>
> #endif
>
>
>
> #endif
>
>
>
> )*100+/*
>
>
>
> _____ __ _____________ _______ ______ ___________
>
> / \| | \____ \__ \\_ __ \/ ___// __ \_ __ \
>
> | Y Y \ | / |_> > __ \| | \/\___ \\ ___/| | \/
> |__|_| /____/| __(____ /__| /____ >\___ >__|
>
> \/ |__| \/ \/ \/
>
> Copyright (C) 2004 - 2021 Ingo Berg
>
>
>
> Redistribution and use in source and binary forms, with or without
> modification, are permitted
>
> provided that the following conditions are met:
>
>
>
> * Redistributions of source code must retain the above copyright notice,
> this list of
>
> conditions and the following disclaimer.
>
> * Redistributions in binary form must reproduce the above copyright
> notice, this list of
>
> conditions and the following disclaimer in the documentation and/or other
> materials provided
>
> with the distribution.
>
>
>
> THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
> IS" AND ANY EXPRESS OR
>
> IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
> OF MERCHANTABILITY AND
>
> FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
> COPYRIGHT HOLDER OR
>
> CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
> EXEMPLARY, OR CONSEQUENTIAL
>
> DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
> SERVICES; LOSS OF USE,
>
> DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
> THEORY OF LIABILITY, WHETHER
>
> IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
> ARISING IN ANY WAY OUT
>
> OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
> DAMAGE.
>
> */
>
>
>
> #ifndef MUP_DEF_H
>
> #define MUP_DEF_H
>
>
>
> #include <iostream>
>
> #include <string>
>
> #include <sstream>
>
> #include <map>
>
>
>
> #include "muParserFixes.h"
>
>
>
> /** \file
>
> \brief This file contains standard definitions used by the parser.
>
> */
>
>
>
> /** \brief Define the base datatype for values.
>
>
>
> This datatype must be a built in value type. You can not use custom classes.
> It should be working with all types except "int"!
>
> */
>
> #define MUP_BASETYPE double
>
>
>
> /** \brief Activate this option in order to compile with OpenMP support.
>
>
>
> OpenMP is used only in the bulk mode it may increase the performance a bit.
>
>
>
> !!! DO NOT ACTIVATE THIS MACRO HERE IF YOU USE CMAKE FOR BUILDING !!!
>
>
>
> use the cmake option instead!
>
> */
>
> //#define MUP_USE_OPENMP
>
>
>
> #if defined(_UNICODE)
>
> /** \brief Definition of the basic parser string type. */
>
> #define MUP_STRING_TYPE std::wstring
>
>
>
> #if !defined(_T)
>
> #define _T(x) L##x
>
> #endif // not defined _T
>
> #else
>
> #ifndef _T
>
> #define _T(x) x
>
> #endif
>
>
>
> /** \brief Definition of the basic parser string type. */
>
> #define MUP_STRING_TYPE std::string
>
> #endif
>
>
>
> /** \brief An assertion that does not kill the program. */
>
> #define MUP_ASSERT(COND) \
>
> if (!(COND)) \
> { \
> stringstream_type ss; \
> ss << _T("Assertion \"") _T(#COND) _T("\" failed: ") \
> << __FILE__ << _T(" line ") \
> << __LINE__ << _T("."); \
> throw ParserError( ecINTERNAL_ERROR, -1, ss.str()); \
> }
>
>
>
> #if defined(_MSC_VER)
>
> #pragma warning(push)
>
> #pragma warning(disable : 26812)
>
> #endif
>
>
>
>
>
> namespace mu
>
> {
>
> #if defined(_UNICODE)
>
>
>
> /** \brief Encapsulate wcout. */
>
> inline std::wostream& console()
>
> {
>
> return std::wcout;
>
> }
>
>
>
> /** \brief Encapsulate cin. */
>
> inline std::wistream& console_in()
>
> {
>
> return std::wcin;
>
> }
>
>
>
> #else
>
>
>
> /** \brief Encapsulate cout.
>
>
>
> Used for supporting UNICODE more easily.
>
> */
>
> inline std::ostream& console()
>
> {
>
> return std::cout;
>
> }
>
>
>
> /** \brief Encapsulate cin.
>
>
>
> Used for supporting UNICODE more easily.
>
> */
>
> inline std::istream& console_in()
>
> {
>
> return std::cin;
>
> }
>
>
>
> #endif
>
>
>
> /** \brief Bytecode values.
>
>
>
> \attention The order of the operator entries must match the order in
> ParserBase::c_DefaultOprt!
>
> */
>
> enum ECmdCode
>
> {
>
> // The following are codes for built in binary operators
>
> // apart from built in operators the user has the opportunity to
>
> // add user defined operators.
>
> cmLE = 0, ///< Operator item: less or equal
>
> cmGE = 1, ///< Operator item: greater or equal
>
> cmNEQ = 2, ///< Operator item: not equal
>
> cmEQ = 3, ///< Operator item: equals
>
> cmLT = 4, ///< Operator item: less than
>
> cmGT = 5, ///< Operator item: greater than
>
> cmADD = 6, ///< Operator item: add
>
> cmSUB = 7, ///< Operator item: subtract
>
> cmMUL = 8, ///< Operator item: multiply
>
> cmDIV = 9, ///< Operator item: division
>
> cmPOW = 10, ///< Operator item: y to the power of ...
>
> cmLAND = 11,
>
> cmLOR = 12,
>
> cmASSIGN = 13, ///< Operator item: Assignment operator
>
> cmBO = 14, ///< Operator item: opening bracket
>
> cmBC = 15, ///< Operator item: closing bracket
>
> cmIF = 16, ///< For use in the ternary if-then-else operator
>
> cmELSE = 17, ///< For use in the ternary if-then-else operator
>
> cmENDIF = 18, ///< For use in the ternary if-then-else operator
>
> cmARG_SEP = 19, ///< function argument separator
>
> cmVAR = 20, ///< variable item
>
> cmVAL = 21, ///< value item
>
>
>
> // For optimization purposes
>
> cmVARPOW2 = 22,
>
> cmVARPOW3 = 23,
>
> cmVARPOW4 = 24,
>
> cmVARMUL = 25,
>
>
>
> // operators and functions
>
> cmFUNC = 26, ///< Code for a generic function item
>
> cmFUNC_STR, ///< Code for a function with a string parameter
>
> cmFUNC_BULK, ///< Special callbacks for Bulk mode with an additional
> parameter for the bulk index
>
> cmSTRING, ///< Code for a string token
>
> cmOPRT_BIN, ///< user defined binary operator
>
> cmOPRT_POSTFIX, ///< code for postfix operators
>
> cmOPRT_INFIX, ///< code for infix operators
>
> cmEND, ///< end of formula
>
> cmUNKNOWN ///< uninitialized item
>
> };
>
>
>
> /** \brief Types internally used by the parser.
>
> */
>
> enum ETypeCode
>
> {
>
> tpSTR = 0, ///< String type (Function arguments and constants only, no
> string variables)
>
> tpDBL = 1, ///< Floating point variables
>
> tpVOID = 2 ///< Undefined type.
>
> };
>
>
>
>
>
> enum EParserVersionInfo
>
> {
>
> pviBRIEF,
>
> pviFULL
>
> };
>
>
>
>
>
> /** \brief Parser operator precedence values. */
>
> enum EOprtAssociativity
>
> {
>
> oaLEFT = 0,
>
> oaRIGHT = 1,
>
> oaNONE = 2
>
> };
>
>
>
>
>
> /** \brief Parser operator precedence values. */
>
> enum EOprtPrecedence
>
> {
>
> // binary operators
>
> prLOR = 1,
>
> prLAND = 2,
>
> prLOGIC = 3, ///< logic operators
>
> prCMP = 4, ///< comparsion operators
>
> prADD_SUB = 5, ///< addition
>
> prMUL_DIV = 6, ///< multiplication/division
>
> prPOW = 7, ///< power operator priority (highest)
>
>
>
> // infix operators
>
> prINFIX = 6, ///< Signs have a higher priority than ADD_SUB, but lower
> than power operator
>
> prPOSTFIX = 6 ///< Postfix operator priority (currently unused)
>
> };
>
>
>
>
>
> /** \brief Error codes. */
>
> enum EErrorCodes
>
> {
>
> // Formula syntax errors
>
> ecUNEXPECTED_OPERATOR = 0, ///< Unexpected binary operator found
>
> ecUNASSIGNABLE_TOKEN = 1, ///< Token can't be identified.
>
> ecUNEXPECTED_EOF = 2, ///< Unexpected end of formula. (Example:
> "2+sin(")
>
> ecUNEXPECTED_ARG_SEP = 3, ///< An unexpected comma has been found.
> (Example: "1,23")
>
> ecUNEXPECTED_ARG = 4, ///< An unexpected argument has been found
>
> ecUNEXPECTED_VAL = 5, ///< An unexpected value token has been found
>
> ecUNEXPECTED_VAR = 6, ///< An unexpected variable token has been found
>
> ecUNEXPECTED_PARENS = 7, ///< Unexpected Parenthesis, opening or closing
>
> ecUNEXPECTED_STR = 8, ///< A string has been found at an inapropriate
> position
>
> ecSTRING_EXPECTED = 9, ///< A string function has been called with a
> different type of argument
>
> ecVAL_EXPECTED = 10, ///< A numerical function has been called with a
> non value type of argument
>
> ecMISSING_PARENS = 11, ///< Missing parens. (Example: "3*sin(3")
>
> ecUNEXPECTED_FUN = 12, ///< Unexpected function found. (Example:
> "sin(8)cos(9)")
>
> ecUNTERMINATED_STRING = 13, ///< unterminated string constant. (Example:
> "3*valueof("hello)")
>
> ecTOO_MANY_PARAMS = 14, ///< Too many function parameters
>
> ecTOO_FEW_PARAMS = 15, ///< Too few function parameters. (Example:
> "ite(1<2,2)")
>
> ecOPRT_TYPE_CONFLICT = 16, ///< binary operators may only be applied to
> value items of the same type
>
> ecSTR_RESULT = 17, ///< result is a string
>
>
>
> // Invalid Parser input Parameters
>
> ecINVALID_NAME = 18, ///< Invalid function, variable or constant name.
>
> ecINVALID_BINOP_IDENT = 19, ///< Invalid binary operator identifier
>
> ecINVALID_INFIX_IDENT = 20, ///< Invalid function, variable or constant
> name.
>
> ecINVALID_POSTFIX_IDENT = 21, ///< Invalid function, variable or constant
> name.
>
>
>
> ecBUILTIN_OVERLOAD = 22, ///< Trying to overload builtin operator
>
> ecINVALID_FUN_PTR = 23, ///< Invalid callback function pointer
>
> ecINVALID_VAR_PTR = 24, ///< Invalid variable pointer
>
> ecEMPTY_EXPRESSION = 25, ///< The Expression is empty
>
> ecNAME_CONFLICT = 26, ///< Name conflict
>
> ecOPT_PRI = 27, ///< Invalid operator priority
>
> //
>
> ecDOMAIN_ERROR = 28, ///< catch division by zero, sqrt(-1), log(0)
> (currently unused)
>
> ecDIV_BY_ZERO = 29, ///< Division by zero (currently unused)
>
> ecGENERIC = 30, ///< Generic error
>
> ecLOCALE = 31, ///< Conflict with current locale
>
>
>
> ecUNEXPECTED_CONDITIONAL = 32,
>
> ecMISSING_ELSE_CLAUSE = 33,
>
> ecMISPLACED_COLON = 34,
>
>
>
> ecUNREASONABLE_NUMBER_OF_COMPUTATIONS = 35,
>
>
>
> ecIDENTIFIER_TOO_LONG = 36, ///< Thrown when an identifier with more then
> 255 characters is used.
>
>
>
> ecEXPRESSION_TOO_LONG = 37, ///< Throw an exception if the expression has
> more than 10000 characters. (an arbitrary limit)
>
>
>
> ecINVALID_CHARACTERS_FOUND = 38,///< The expression or identifier
> contains invalid non printable characters
>
>
>
> // internal errors
>
> ecINTERNAL_ERROR = 39, ///< Internal error of any kind.
>
>
>
> // The last two are special entries
>
> ecCOUNT, ///< This is no error code, It just stores just the total number
> of error codes
>
> ecUNDEFINED = -1 ///< Undefined message, placeholder to detect unassigned
> error messages
>
> };
>
>
>
>
> //------------------------------------------------------------------------------
>
>
> // Basic Types
>
>
> //------------------------------------------------------------------------------
>
>
>
>
> /** \brief The numeric datatype used by the parser.
>
>
>
> Normally this is a floating point type either single or double precision.
>
> */
>
> typedef MUP_BASETYPE value_type;
>
>
>
> /** \brief The stringtype used by the parser.
>
>
>
> Depends on whether UNICODE is used or not.
>
> */
>
> typedef MUP_STRING_TYPE string_type;
>
>
>
> /** \brief The character type used by the parser.
>
>
>
> Depends on whether UNICODE is used or not.
>
> */
>
> typedef string_type::value_type char_type;
>
>
>
> /** \brief Typedef for easily using stringstream that respect the parser
> stringtype. */
>
> typedef std::basic_stringstream<char_type, std::char_traits<char_type>,
> std::allocator<char_type> > stringstream_type;
>
>
>
> // Data container types
>
>
>
> /** \brief Type used for storing variables. */
>
> typedef std::map<string_type, value_type*> varmap_type;
>
>
>
> /** \brief Type used for storing constants. */
>
> typedef std::map<string_type, value_type> valmap_type;
>
>
>
> /** \brief Type for assigning a string name to an index in the internal
> string table. */
>
> typedef std::map<string_type, std::size_t> strmap_type;
>
>
>
> // Parser callbacks
>
>
>
> /** \brief Function type used to erase type. Voluntarily needs explicit
> cast with all other *fun_type*. */
>
> typedef void(*erased_fun_type)();
>
>
>
> /** \brief Callback type used for functions without arguments. */
>
> typedef value_type(*fun_type0)();
>
>
>
> /** \brief Callback type used for functions with a single arguments. */
>
> typedef value_type(*fun_type1)(value_type);
>
>
>
> /** \brief Callback type used for functions with two arguments. */
>
> typedef value_type(*fun_type2)(value_type, value_type);
>
>
>
> /** \brief Callback type used for functions with three arguments. */
>
> typedef value_type(*fun_type3)(value_type, value_type, value_type);
>
>
>
> /** \brief Callback type used for functions with four arguments. */
>
> typedef value_type(*fun_type4)(value_type, value_type, value_type,
> value_type);
>
>
>
> /** \brief Callback type used for functions with five arguments. */
>
> typedef value_type(*fun_type5)(value_type, value_type, value_type,
> value_type, value_type);
>
>
>
> /** \brief Callback type used for functions with six arguments. */
>
> typedef value_type(*fun_type6)(value_type, value_type, value_type,
> value_type, value_type, value_type);
>
>
>
> /** \brief Callback type used for functions with seven arguments. */
>
> typedef value_type(*fun_type7)(value_type, value_type, value_type,
> value_type, value_type, value_type, value_type);
>
>
>
> /** \brief Callback type used for functions with eight arguments. */
>
> typedef value_type(*fun_type8)(value_type, value_type, value_type,
> value_type, value_type, value_type, value_type, value_type);
>
>
>
> /** \brief Callback type used for functions with nine arguments. */
>
> typedef value_type(*fun_type9)(value_type, value_type, value_type,
> value_type, value_type, value_type, value_type, value_type, value_type);
>
>
>
> /** \brief Callback type used for functions with ten arguments. */
>
> typedef value_type(*fun_type10)(value_type, value_type, value_type,
> value_type, value_type, value_type, value_type, value_type, value_type,
> value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions
> without arguments. */
>
> typedef value_type(*fun_userdata_type0)(void*);
>
>
>
> /** \brief Callback type with user data (not null) used for functions with
> a single arguments. */
>
> typedef value_type(*fun_userdata_type1)(void*, value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions with
> two arguments. */
>
> typedef value_type(*fun_userdata_type2)(void*, value_type, value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions with
> three arguments. */
>
> typedef value_type(*fun_userdata_type3)(void*, value_type, value_type,
> value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions with
> four arguments. */
>
> typedef value_type(*fun_userdata_type4)(void*, value_type, value_type,
> value_type, value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions with
> five arguments. */
>
> typedef value_type(*fun_userdata_type5)(void*, value_type, value_type,
> value_type, value_type, value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions with
> six arguments. */
>
> typedef value_type(*fun_userdata_type6)(void*, value_type, value_type,
> value_type, value_type, value_type, value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions with
> seven arguments. */
>
> typedef value_type(*fun_userdata_type7)(void*, value_type, value_type,
> value_type, value_type, value_type, value_type, value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions with
> eight arguments. */
>
> typedef value_type(*fun_userdata_type8)(void*, value_type, value_type,
> value_type, value_type, value_type, value_type, value_type, value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions with
> nine arguments. */
>
> typedef value_type(*fun_userdata_type9)(void*, value_type, value_type,
> value_type, value_type, value_type, value_type, value_type, value_type,
> value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions with
> ten arguments. */
>
> typedef value_type(*fun_userdata_type10)(void*, value_type, value_type,
> value_type, value_type, value_type, value_type, value_type, value_type,
> value_type, value_type);
>
>
>
> /** \brief Callback type used for functions without arguments. */
>
> typedef value_type(*bulkfun_type0)(int, int);
>
>
>
> /** \brief Callback type used for functions with a single arguments. */
>
> typedef value_type(*bulkfun_type1)(int, int, value_type);
>
>
>
> /** \brief Callback type used for functions with two arguments. */
>
> typedef value_type(*bulkfun_type2)(int, int, value_type, value_type);
>
>
>
> /** \brief Callback type used for functions with three arguments. */
>
> typedef value_type(*bulkfun_type3)(int, int, value_type, value_type,
> value_type);
>
>
>
> /** \brief Callback type used for functions with four arguments. */
>
> typedef value_type(*bulkfun_type4)(int, int, value_type, value_type,
> value_type, value_type);
>
>
>
> /** \brief Callback type used for functions with five arguments. */
>
> typedef value_type(*bulkfun_type5)(int, int, value_type, value_type,
> value_type, value_type, value_type);
>
>
>
> /** \brief Callback type used for functions with six arguments. */
>
> typedef value_type(*bulkfun_type6)(int, int, value_type, value_type,
> value_type, value_type, value_type, value_type);
>
>
>
> /** \brief Callback type used for functions with seven arguments. */
>
> typedef value_type(*bulkfun_type7)(int, int, value_type, value_type,
> value_type, value_type, value_type, value_type, value_type);
>
>
>
> /** \brief Callback type used for functions with eight arguments. */
>
> typedef value_type(*bulkfun_type8)(int, int, value_type, value_type,
> value_type, value_type, value_type, value_type, value_type, value_type);
>
>
>
> /** \brief Callback type used for functions with nine arguments. */
>
> typedef value_type(*bulkfun_type9)(int, int, value_type, value_type,
> value_type, value_type, value_type, value_type, value_type, value_type,
> value_type);
>
>
>
> /** \brief Callback type used for functions with ten arguments. */
>
> typedef value_type(*bulkfun_type10)(int, int, value_type, value_type,
> value_type, value_type, value_type, value_type, value_type, value_type,
> value_type, value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions
> without arguments. */
>
> typedef value_type(*bulkfun_userdata_type0)(void*, int, int);
>
>
>
> /** \brief Callback type with user data (not null) used for functions with
> a single arguments. */
>
> typedef value_type(*bulkfun_userdata_type1)(void*, int, int, value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions with
> two arguments. */
>
> typedef value_type(*bulkfun_userdata_type2)(void*, int, int, value_type,
> value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions with
> three arguments. */
>
> typedef value_type(*bulkfun_userdata_type3)(void*, int, int, value_type,
> value_type, value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions with
> four arguments. */
>
> typedef value_type(*bulkfun_userdata_type4)(void*, int, int, value_type,
> value_type, value_type, value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions with
> five arguments. */
>
> typedef value_type(*bulkfun_userdata_type5)(void*, int, int, value_type,
> value_type, value_type, value_type, value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions with
> six arguments. */
>
> typedef value_type(*bulkfun_userdata_type6)(void*, int, int, value_type,
> value_type, value_type, value_type, value_type, value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions with
> seven arguments. */
>
> typedef value_type(*bulkfun_userdata_type7)(void*, int, int, value_type,
> value_type, value_type, value_type, value_type, value_type, value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions with
> eight arguments. */
>
> typedef value_type(*bulkfun_userdata_type8)(void*, int, int, value_type,
> value_type, value_type, value_type, value_type, value_type, value_type,
> value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions with
> nine arguments. */
>
> typedef value_type(*bulkfun_userdata_type9)(void*, int, int, value_type,
> value_type, value_type, value_type, value_type, value_type, value_type,
> value_type, value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions with
> ten arguments. */
>
> typedef value_type(*bulkfun_userdata_type10)(void*, int, int, value_type,
> value_type, value_type, value_type, value_type, value_type, value_type,
> value_type, value_type, value_type);
>
>
>
> /** \brief Callback type used for functions with a variable argument list.
> */
>
> typedef value_type(*multfun_type)(const value_type*, int);
>
>
>
> /** \brief Callback type with user data (not null) used for functions and
> a variable argument list. */
>
> typedef value_type(*multfun_userdata_type)(void*, const value_type*, int);
>
>
>
> /** \brief Callback type used for functions taking a string as an
> argument. */
>
> typedef value_type(*strfun_type1)(const char_type*);
>
>
>
> /** \brief Callback type used for functions taking a string and a value as
> arguments. */
>
> typedef value_type(*strfun_type2)(const char_type*, value_type);
>
>
>
> /** \brief Callback type used for functions taking a string and two values
> as arguments. */
>
> typedef value_type(*strfun_type3)(const char_type*, value_type,
> value_type);
>
>
>
> /** \brief Callback type used for functions taking a string and three
> values as arguments. */
>
> typedef value_type(*strfun_type4)(const char_type*, value_type,
> value_type, value_type);
>
>
>
> /** \brief Callback type used for functions taking a string and four
> values as arguments. */
>
> typedef value_type(*strfun_type5)(const char_type*, value_type,
> value_type, value_type, value_type);
>
>
>
> /** \brief Callback type used for functions taking a string and five
> values as arguments. */
>
> typedef value_type(*strfun_type6)(const char_type*, value_type,
> value_type, value_type, value_type, value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions
> taking a string as an argument. */
>
> typedef value_type(*strfun_userdata_type1)(void*, const char_type*);
>
>
>
> /** \brief Callback type with user data (not null) used for functions
> taking a string and a value as arguments. */
>
> typedef value_type(*strfun_userdata_type2)(void*, const char_type*,
> value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions
> taking a string and two values as arguments. */
>
> typedef value_type(*strfun_userdata_type3)(void*, const char_type*,
> value_type, value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions
> taking a string and a value as arguments. */
>
> typedef value_type(*strfun_userdata_type4)(void*, const char_type*,
> value_type, value_type, value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions
> taking a string and two values as arguments. */
>
> typedef value_type(*strfun_userdata_type5)(void*, const char_type*,
> value_type, value_type, value_type, value_type);
>
>
>
> /** \brief Callback type with user data (not null) used for functions
> taking a string and five values as arguments. */
>
> typedef value_type(*strfun_userdata_type6)(void*, const char_type*,
> value_type, value_type, value_type, value_type, value_type);
>
>
>
> /** \brief Callback used for functions that identify values in a string.
> */
>
> typedef int (*identfun_type)(const char_type* sExpr, int* nPos,
> value_type* fVal);
>
>
>
> /** \brief Callback used for variable creation factory functions. */
>
> typedef value_type* (*facfun_type)(const char_type*, void*);
>
>
>
> static const int MaxLenExpression = 20000;
>
> static const int MaxLenIdentifier = 100;
>
> static const string_type ParserVersion = string_type(_T("3 (Release)"));
>
> static const string_type ParserVersionDate = string_type(_T("20220122"));
>
> } // end of namespace
>
>
>
> #if defined(_MSC_VER)
>
> #pragma warning(pop)
>
> #endif
>
>
>
> #endif
>
>
>
> ": syntax error, unexpected exp_DIVIDE (3).
> Call Stack (most recent call first):
> Modules/ThirdParty/MuParser/otb-module-init.cmake:21 (find_package)
> CMake/OTBModuleEnablement.cmake:273 (include)
> CMakeLists.txt:354 (include)
>
>
> -- Found MuParser: /usr/lib/x86_64-linux-gnu/libmuparser.so
> -- MuParser version is /*
>
> _____ __ _____________ _______ ______ ___________
> / \| | \____ \__ \\_ __ \/ ___// __ \_ __ \
> | Y Y \ | / |_> > __ \| | \/\___ \\ ___/| | \/
> |__|_| /____/| __(____ /__| /____ >\___ >__|
> \/ |__| \/ \/ \/
> Copyright (C) 2004 - 2021 Ingo Berg
>
> Redistribution and use in source and binary forms, with or without modification, are permitted
> provided that the following conditions are met:
>
> * Redistributions of source code must retain the above copyright notice, this list of
> conditions and the following disclaimer.
> * Redistributions in binary form must reproduce the above copyright notice, this list of
> conditions and the following disclaimer in the documentation and/or other materials provided
> with the distribution.
>
> THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
> IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
> FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
> CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
> DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
> DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
> IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
> OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
> */
>
> #ifndef MUP_DEF_H
> #define MUP_DEF_H
>
> #include <iostream>
> #include <string>
> #include <sstream>
> #include <map>
>
> #include "muParserFixes.h"
>
> /** \file
> \brief This file contains standard definitions used by the parser.
> */
>
> /** \brief Define the base datatype for values.
>
> This datatype must be a built in value type. You can not use custom classes.
> It should be working with all types except "int"!
> */
> #define MUP_BASETYPE double
>
> /** \brief Activate this option in order to compile with OpenMP support.
>
> OpenMP is used only in the bulk mode it may increase the performance a bit.
>
> !!! DO NOT ACTIVATE THIS MACRO HERE IF YOU USE CMAKE FOR BUILDING !!!
>
> use the cmake option instead!
> */
> //#define MUP_USE_OPENMP
>
> #if defined(_UNICODE)
> /** \brief Definition of the basic parser string type. */
> #define MUP_STRING_TYPE std::wstring
>
> #if !defined(_T)
> #define _T(x) L##x
> #endif // not defined _T
> #else
> #ifndef _T
> #define _T(x) x
> #endif
>
> /** \brief Definition of the basic parser string type. */
> #define MUP_STRING_TYPE std::string
> #endif
>
> /** \brief An assertion that does not kill the program. */
> #define MUP_ASSERT(COND) \
> if (!(COND)) \
> { \
> stringstream_type ss; \
> ss << _T("Assertion \"") _T(#COND) _T("\" failed: ") \
> << __FILE__ << _T(" line ") \
> << __LINE__ << _T("."); \
> throw ParserError( ecINTERNAL_ERROR, -1, ss.str()); \
> }
>
> #if defined(_MSC_VER)
> #pragma warning(push)
> #pragma warning(disable : 26812)
> #endif
>
>
> namespace mu
> {
> #if defined(_UNICODE)
>
> /** \brief Encapsulate wcout. */
> inline std::wostream& console()
> {
> return std::wcout;
> }
>
> /** \brief Encapsulate cin. */
> inline std::wistream& console_in()
> {
> return std::wcin;
> }
>
> #else
>
> /** \brief Encapsulate cout.
>
> Used for supporting UNICODE more easily.
> */
> inline std::ostream& console()
> {
> return std::cout;
> }
>
> /** \brief Encapsulate cin.
>
> Used for supporting UNICODE more easily.
> */
> inline std::istream& console_in()
> {
> return std::cin;
> }
>
> #endif
>
> /** \brief Bytecode values.
>
> \attention The order of the operator entries must match the order in ParserBase::c_DefaultOprt!
> */
> enum ECmdCode
> {
> // The following are codes for built in binary operators
> // apart from built in operators the user has the opportunity to
> // add user defined operators.
> cmLE = 0, ///< Operator item: less or equal
> cmGE = 1, ///< Operator item: greater or equal
> cmNEQ = 2, ///< Operator item: not equal
> cmEQ = 3, ///< Operator item: equals
> cmLT = 4, ///< Operator item: less than
> cmGT = 5, ///< Operator item: greater than
> cmADD = 6, ///< Operator item: add
> cmSUB = 7, ///< Operator item: subtract
> cmMUL = 8, ///< Operator item: multiply
> cmDIV = 9, ///< Operator item: division
> cmPOW = 10, ///< Operator item: y to the power of ...
> cmLAND = 11,
> cmLOR = 12,
> cmASSIGN = 13, ///< Operator item: Assignment operator
> cmBO = 14, ///< Operator item: opening bracket
> cmBC = 15, ///< Operator item: closing bracket
> cmIF = 16, ///< For use in the ternary if-then-else operator
> cmELSE = 17, ///< For use in the ternary if-then-else operator
> cmENDIF = 18, ///< For use in the ternary if-then-else operator
> cmARG_SEP = 19, ///< function argument separator
> cmVAR = 20, ///< variable item
> cmVAL = 21, ///< value item
>
> // For optimization purposes
> cmVARPOW2 = 22,
> cmVARPOW3 = 23,
> cmVARPOW4 = 24,
> cmVARMUL = 25,
>
> // operators and functions
> cmFUNC = 26, ///< Code for a generic function item
> cmFUNC_STR, ///< Code for a function with a string parameter
> cmFUNC_BULK, ///< Special callbacks for Bulk mode with an additional parameter for the bulk index
> cmSTRING, ///< Code for a string token
> cmOPRT_BIN, ///< user defined binary operator
> cmOPRT_POSTFIX, ///< code for postfix operators
> cmOPRT_INFIX, ///< code for infix operators
> cmEND, ///< end of formula
> cmUNKNOWN ///< uninitialized item
> };
>
> /** \brief Types internally used by the parser.
> */
> enum ETypeCode
> {
> tpSTR = 0, ///< String type (Function arguments and constants only, no string variables)
> tpDBL = 1, ///< Floating point variables
> tpVOID = 2 ///< Undefined type.
> };
>
>
> enum EParserVersionInfo
> {
> pviBRIEF,
> pviFULL
> };
>
>
> /** \brief Parser operator precedence values. */
> enum EOprtAssociativity
> {
> oaLEFT = 0,
> oaRIGHT = 1,
> oaNONE = 2
> };
>
>
> /** \brief Parser operator precedence values. */
> enum EOprtPrecedence
> {
> // binary operators
> prLOR = 1,
> prLAND = 2,
> prLOGIC = 3, ///< logic operators
> prCMP = 4, ///< comparsion operators
> prADD_SUB = 5, ///< addition
> prMUL_DIV = 6, ///< multiplication/division
> prPOW = 7, ///< power operator priority (highest)
>
> // infix operators
> prINFIX = 6, ///< Signs have a higher priority than ADD_SUB, but lower than power operator
> prPOSTFIX = 6 ///< Postfix operator priority (currently unused)
> };
>
>
> /** \brief Error codes. */
> enum EErrorCodes
> {
> // Formula syntax errors
> ecUNEXPECTED_OPERATOR = 0, ///< Unexpected binary operator found
> ecUNASSIGNABLE_TOKEN = 1, ///< Token can't be identified.
> ecUNEXPECTED_EOF = 2, ///< Unexpected end of formula. (Example: "2+sin(")
> ecUNEXPECTED_ARG_SEP = 3, ///< An unexpected comma has been found. (Example: "1,23")
> ecUNEXPECTED_ARG = 4, ///< An unexpected argument has been found
> ecUNEXPECTED_VAL = 5, ///< An unexpected value token has been found
> ecUNEXPECTED_VAR = 6, ///< An unexpected variable token has been found
> ecUNEXPECTED_PARENS = 7, ///< Unexpected Parenthesis, opening or closing
> ecUNEXPECTED_STR = 8, ///< A string has been found at an inapropriate position
> ecSTRING_EXPECTED = 9, ///< A string function has been called with a different type of argument
> ecVAL_EXPECTED = 10, ///< A numerical function has been called with a non value type of argument
> ecMISSING_PARENS = 11, ///< Missing parens. (Example: "3*sin(3")
> ecUNEXPECTED_FUN = 12, ///< Unexpected function found. (Example: "sin(8)cos(9)")
> ecUNTERMINATED_STRING = 13, ///< unterminated string constant. (Example: "3*valueof("hello)")
> ecTOO_MANY_PARAMS = 14, ///< Too many function parameters
> ecTOO_FEW_PARAMS = 15, ///< Too few function parameters. (Example: "ite(1<2,2)")
> ecOPRT_TYPE_CONFLICT = 16, ///< binary operators may only be applied to value items of the same type
> ecSTR_RESULT = 17, ///< result is a string
>
> // Invalid Parser input Parameters
> ecINVALID_NAME = 18, ///< Invalid function, variable or constant name.
> ecINVALID_BINOP_IDENT = 19, ///< Invalid binary operator identifier
> ecINVALID_INFIX_IDENT = 20, ///< Invalid function, variable or constant name.
> ecINVALID_POSTFIX_IDENT = 21, ///< Invalid function, variable or constant name.
>
> ecBUILTIN_OVERLOAD = 22, ///< Trying to overload builtin operator
> ecINVALID_FUN_PTR = 23, ///< Invalid callback function pointer
> ecINVALID_VAR_PTR = 24, ///< Invalid variable pointer
> ecEMPTY_EXPRESSION = 25, ///< The Expression is empty
> ecNAME_CONFLICT = 26, ///< Name conflict
> ecOPT_PRI = 27, ///< Invalid operator priority
> //
> ecDOMAIN_ERROR = 28, ///< catch division by zero, sqrt(-1), log(0) (currently unused)
> ecDIV_BY_ZERO = 29, ///< Division by zero (currently unused)
> ecGENERIC = 30, ///< Generic error
> ecLOCALE = 31, ///< Conflict with current locale
>
> ecUNEXPECTED_CONDITIONAL = 32,
> ecMISSING_ELSE_CLAUSE = 33,
> ecMISPLACED_COLON = 34,
>
> ecUNREASONABLE_NUMBER_OF_COMPUTATIONS = 35,
>
> ecIDENTIFIER_TOO_LONG = 36, ///< Thrown when an identifier with more then 255 characters is used.
>
> ecEXPRESSION_TOO_LONG = 37, ///< Throw an exception if the expression has more than 10000 characters. (an arbitrary limit)
>
> ecINVALID_CHARACTERS_FOUND = 38,///< The expression or identifier contains invalid non printable characters
>
> // internal errors
> ecINTERNAL_ERROR = 39, ///< Internal error of any kind.
>
> // The last two are special entries
> ecCOUNT, ///< This is no error code, It just stores just the total number of error codes
> ecUNDEFINED = -1 ///< Undefined message, placeholder to detect unassigned error messages
> };
>
> //------------------------------------------------------------------------------
> // Basic Types
> //------------------------------------------------------------------------------
>
> /** \brief The numeric datatype used by the parser.
>
> Normally this is a floating point type either single or double precision.
> */
> typedef MUP_BASETYPE value_type;
>
> /** \brief The stringtype used by the parser.
>
> Depends on whether UNICODE is used or not.
> */
> typedef MUP_STRING_TYPE string_type;
>
> /** \brief The character type used by the parser.
>
> Depends on whether UNICODE is used or not.
> */
> typedef string_type::value_type char_type;
>
> /** \brief Typedef for easily using stringstream that respect the parser stringtype. */
> typedef std::basic_stringstream<char_type, std::char_traits<char_type>, std::allocator<char_type> > stringstream_type;
>
> // Data container types
>
> /** \brief Type used for storing variables. */
> typedef std::map<string_type, value_type*> varmap_type;
>
> /** \brief Type used for storing constants. */
> typedef std::map<string_type, value_type> valmap_type;
>
> /** \brief Type for assigning a string name to an index in the internal string table. */
> typedef std::map<string_type, std::size_t> strmap_type;
>
> // Parser callbacks
>
> /** \brief Function type used to erase type. Voluntarily needs explicit cast with all other *fun_type*. */
> typedef void(*erased_fun_type)();
>
> /** \brief Callback type used for functions without arguments. */
> typedef value_type(*fun_type0)();
>
> /** \brief Callback type used for functions with a single arguments. */
> typedef value_type(*fun_type1)(value_type);
>
> /** \brief Callback type used for functions with two arguments. */
> typedef value_type(*fun_type2)(value_type, value_type);
>
> /** \brief Callback type used for functions with three arguments. */
> typedef value_type(*fun_type3)(value_type, value_type, value_type);
>
> /** \brief Callback type used for functions with four arguments. */
> typedef value_type(*fun_type4)(value_type, value_type, value_type, value_type);
>
> /** \brief Callback type used for functions with five arguments. */
> typedef value_type(*fun_type5)(value_type, value_type, value_type, value_type, value_type);
>
> /** \brief Callback type used for functions with six arguments. */
> typedef value_type(*fun_type6)(value_type, value_type, value_type, value_type, value_type, value_type);
>
> /** \brief Callback type used for functions with seven arguments. */
> typedef value_type(*fun_type7)(value_type, value_type, value_type, value_type, value_type, value_type, value_type);
>
> /** \brief Callback type used for functions with eight arguments. */
> typedef value_type(*fun_type8)(value_type, value_type, value_type, value_type, value_type, value_type, value_type, value_type);
>
> /** \brief Callback type used for functions with nine arguments. */
> typedef value_type(*fun_type9)(value_type, value_type, value_type, value_type, value_type, value_type, value_type, value_type, value_type);
>
> /** \brief Callback type used for functions with ten arguments. */
> typedef value_type(*fun_type10)(value_type, value_type, value_type, value_type, value_type, value_type, value_type, value_type, value_type, value_type);
>
> /** \brief Callback type with user data (not null) used for functions without arguments. */
> typedef value_type(*fun_userdata_type0)(void*);
>
> /** \brief Callback type with user data (not null) used for functions with a single arguments. */
> typedef value_type(*fun_userdata_type1)(void*, value_type);
>
> /** \brief Callback type with user data (not null) used for functions with two arguments. */
> typedef value_type(*fun_userdata_type2)(void*, value_type, value_type);
>
> /** \brief Callback type with user data (not null) used for functions with three arguments. */
> typedef value_type(*fun_userdata_type3)(void*, value_type, value_type, value_type);
>
> /** \brief Callback type with user data (not null) used for functions with four arguments. */
> typedef value_type(*fun_userdata_type4)(void*, value_type, value_type, value_type, value_type);
>
> /** \brief Callback type with user data (not null) used for functions with five arguments. */
> typedef value_type(*fun_userdata_type5)(void*, value_type, value_type, value_type, value_type, value_type);
>
> /** \brief Callback type with user data (not null) used for functions with six arguments. */
> typedef value_type(*fun_userdata_type6)(void*, value_type, value_type, value_type, value_type, value_type, value_type);
>
> /** \brief Callback type with user data (not null) used for functions with seven arguments. */
> typedef value_type(*fun_userdata_type7)(void*, value_type, value_type, value_type, value_type, value_type, value_type, value_type);
>
> /** \brief Callback type with user data (not null) used for functions with eight arguments. */
> typedef value_type(*fun_userdata_type8)(void*, value_type, value_type, value_type, value_type, value_type, value_type, value_type, value_type);
>
> /** \brief Callback type with user data (not null) used for functions with nine arguments. */
> typedef value_type(*fun_userdata_type9)(void*, value_type, value_type, value_type, value_type, value_type, value_type, value_type, value_type, value_type);
>
> /** \brief Callback type with user data (not null) used for functions with ten arguments. */
> typedef value_type(*fun_userdata_type10)(void*, value_type, value_type, value_type, value_type, value_type, value_type, value_type, value_type, value_type, value_type);
>
> /** \brief Callback type used for functions without arguments. */
> typedef value_type(*bulkfun_type0)(int, int);
>
> /** \brief Callback type used for functions with a single arguments. */
> typedef value_type(*bulkfun_type1)(int, int, value_type);
>
> /** \brief Callback type used for functions with two arguments. */
> typedef value_type(*bulkfun_type2)(int, int, value_type, value_type);
>
> /** \brief Callback type used for functions with three arguments. */
> typedef value_type(*bulkfun_type3)(int, int, value_type, value_type, value_type);
>
> /** \brief Callback type used for functions with four arguments. */
> typedef value_type(*bulkfun_type4)(int, int, value_type, value_type, value_type, value_type);
>
> /** \brief Callback type used for functions with five arguments. */
> typedef value_type(*bulkfun_type5)(int, int, value_type, value_type, value_type, value_type, value_type);
>
> /** \brief Callback type used for functions with six arguments. */
> typedef value_type(*bulkfun_type6)(int, int, value_type, value_type, value_type, value_type, value_type, value_type);
>
> /** \brief Callback type used for functions with seven arguments. */
> typedef value_type(*bulkfun_type7)(int, int, value_type, value_type, value_type, value_type, value_type, value_type, value_type);
>
> /** \brief Callback type used for functions with eight arguments. */
> typedef value_type(*bulkfun_type8)(int, int, value_type, value_type, value_type, value_type, value_type, value_type, value_type, value_type);
>
> /** \brief Callback type used for functions with nine arguments. */
> typedef value_type(*bulkfun_type9)(int, int, value_type, value_type, value_type, value_type, value_type, value_type, value_type, value_type, value_type);
>
> /** \brief Callback type used for functions with ten arguments. */
> typedef value_type(*bulkfun_type10)(int, int, value_type, value_type, value_type, value_type, value_type, value_type, value_type, value_type, value_type, value_type);
>
> /** \brief Callback type with user data (not null) used for functions without arguments. */
> typedef value_type(*bulkfun_userdata_type0)(void*, int, int);
>
> /** \brief Callback type with user data (not null) used for functions with a single arguments. */
> typedef value_type(*bulkfun_userdata_type1)(void*, int, int, value_type);
>
> /** \brief Callback type with user data (not null) used for functions with two arguments. */
> typedef value_type(*bulkfun_userdata_type2)(void*, int, int, value_type, value_type);
>
> /** \brief Callback type with user data (not null) used for functions with three arguments. */
> typedef value_type(*bulkfun_userdata_type3)(void*, int, int, value_type, value_type, value_type);
>
> /** \brief Callback type with user data (not null) used for functions with four arguments. */
> typedef value_type(*bulkfun_userdata_type4)(void*, int, int, value_type, value_type, value_type, value_type);
>
> /** \brief Callback type with user data (not null) used for functions with five arguments. */
> typedef value_type(*bulkfun_userdata_type5)(void*, int, int, value_type, value_type, value_type, value_type, value_type);
>
> /** \brief Callback type with user data (not null) used for functions with six arguments. */
> typedef value_type(*bulkfun_userdata_type6)(void*, int, int, value_type, value_type, value_type, value_type, value_type, value_type);
>
> /** \brief Callback type with user data (not null) used for functions with seven arguments. */
> typedef value_type(*bulkfun_userdata_type7)(void*, int, int, value_type, value_type, value_type, value_type, value_type, value_type, value_type);
>
> /** \brief Callback type with user data (not null) used for functions with eight arguments. */
> typedef value_type(*bulkfun_userdata_type8)(void*, int, int, value_type, value_type, value_type, value_type, value_type, value_type, value_type, value_type);
>
> /** \brief Callback type with user data (not null) used for functions with nine arguments. */
> typedef value_type(*bulkfun_userdata_type9)(void*, int, int, value_type, value_type, value_type, value_type, value_type, value_type, value_type, value_type, value_type);
>
> /** \brief Callback type with user data (not null) used for functions with ten arguments. */
> typedef value_type(*bulkfun_userdata_type10)(void*, int, int, value_type, value_type, value_type, value_type, value_type, value_type, value_type, value_type, value_type, value_type);
>
> /** \brief Callback type used for functions with a variable argument list. */
> typedef value_type(*multfun_type)(const value_type*, int);
>
> /** \brief Callback type with user data (not null) used for functions and a variable argument list. */
> typedef value_type(*multfun_userdata_type)(void*, const value_type*, int);
>
> /** \brief Callback type used for functions taking a string as an argument. */
> typedef value_type(*strfun_type1)(const char_type*);
>
> /** \brief Callback type used for functions taking a string and a value as arguments. */
> typedef value_type(*strfun_type2)(const char_type*, value_type);
>
> /** \brief Callback type used for functions taking a string and two values as arguments. */
> typedef value_type(*strfun_type3)(const char_type*, value_type, value_type);
>
> /** \brief Callback type used for functions taking a string and three values as arguments. */
> typedef value_type(*strfun_type4)(const char_type*, value_type, value_type, value_type);
>
> /** \brief Callback type used for functions taking a string and four values as arguments. */
> typedef value_type(*strfun_type5)(const char_type*, value_type, value_type, value_type, value_type);
>
> /** \brief Callback type used for functions taking a string and five values as arguments. */
> typedef value_type(*strfun_type6)(const char_type*, value_type, value_type, value_type, value_type, value_type);
>
> /** \brief Callback type with user data (not null) used for functions taking a string as an argument. */
> typedef value_type(*strfun_userdata_type1)(void*, const char_type*);
>
> /** \brief Callback type with user data (not null) used for functions taking a string and a value as arguments. */
> typedef value_type(*strfun_userdata_type2)(void*, const char_type*, value_type);
>
> /** \brief Callback type with user data (not null) used for functions taking a string and two values as arguments. */
> typedef value_type(*strfun_userdata_type3)(void*, const char_type*, value_type, value_type);
>
> /** \brief Callback type with user data (not null) used for functions taking a string and a value as arguments. */
> typedef value_type(*strfun_userdata_type4)(void*, const char_type*, value_type, value_type, value_type);
>
> /** \brief Callback type with user data (not null) used for functions taking a string and two values as arguments. */
> typedef value_type(*strfun_userdata_type5)(void*, const char_type*, value_type, value_type, value_type, value_type);
>
> /** \brief Callback type with user data (not null) used for functions taking a string and five values as arguments. */
> typedef value_type(*strfun_userdata_type6)(void*, const char_type*, value_type, value_type, value_type, value_type, value_type);
>
> /** \brief Callback used for functions that identify values in a string. */
> typedef int (*identfun_type)(const char_type* sExpr, int* nPos, value_type* fVal);
>
> /** \brief Callback used for variable creation factory functions. */
> typedef value_type* (*facfun_type)(const char_type*, void*);
>
> static const int MaxLenExpression = 20000;
> static const int MaxLenIdentifier = 100;
> static const string_type ParserVersion = string_type(_T("2.3.3 (Release)"));
> static const string_type ParserVersionDate = string_type(_T("20220122"));
> } // end of namespace
>
> #if defined(_MSC_VER)
> #pragma warning(pop)
> #endif
>
> #endif
>
> >= 2.0.0 : uses '&&' and '||' logical operators, and C++ like ternary if-then-else operator
> -- Found LibSVM: /usr/lib/x86_64-linux-gnu/libsvm.so
> -- Found OpenCV: /usr/lib/x86_64-linux-gnu/libopencv_core.so (found version "4.5.4")
> -- Try to compile libsiftfast.cpp -- yes.
> -- Performing Test IS_X86_64
> -- Performing Test IS_X86_64 - Success
> -- Found CURL: /usr/lib/x86_64-linux-gnu/libcurl.so (found version "7.82.0")
> -- Found MuParserX: /usr/lib/x86_64-linux-gnu/libmuparserx.so
> -- Found OpenGL: /usr/lib/x86_64-linux-gnu/libOpenGL.so
> -- Found GLFW: /usr/lib/x86_64-linux-gnu/libglfw.so (found version "3.3.7")
> -- Found GLEW: /usr/include (found version "2.2.0")
> -- Found Qwt: /usr/lib/libqwt-qt5.so (found version "6.1.4")
> CMake Warning (dev) at /usr/share/cmake-3.23/Modules/Documentation.cmake:30 (message):
> Policy CMP0106 is not set: The Documentation module is removed. Run "cmake
> --help-policy CMP0106" for policy details. Use the cmake_policy command to
> set the policy and suppress this warning.
>
> Documentation.cmake is VTK-specific code and should not be used in non-VTK
> projects. This logic in this module is best shipped with the project using
> it rather than with CMake.
> Call Stack (most recent call first):
> Utilities/Doxygen/CMakeLists.txt:25 (include)
> This warning is for project developers. Use -Wno-dev to suppress it.
>
> -- Found Perl: /usr/bin/perl (found version "5.34.0")
>
> ======================= Begin of OTB cmake summary =======================
>
> CMAKE_SOURCE_DIR = /<<PKGBUILDDIR>>
> CMAKE_BINARY_DIR = /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
> CMAKE_INSTALL_PREFIX = /usr
> CMAKE_COMMAND = /usr/bin/cmake
> CMAKE_C_COMPILER = /usr/bin/cc
> CMAKE_CXX_COMPILER = /usr/bin/c++
> CMAKE_MAKE_PROGRAM = /usr/bin/gmake
> CMAKE_GENERATOR = Unix Makefiles
> CMAKE_BUILD_TYPE = Release
> CMAKE_C_FLAGS = -Wno-uninitialized -Wno-unused-parameter -Wall -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2
> CMAKE_CXX_FLAGS = -msse2 -mfpmath=sse -Wall -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -Wno-deprecated -Wno-invalid-offsetof -Woverloaded-virtual -Wstrict-null-sentinel -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2
> OTB_USE_6S = OFF
> OTB_USE_CURL = ON
> OTB_USE_GLEW = ON
> OTB_USE_GLFW = ON
> OTB_USE_GLUT = OFF
> OTB_USE_GSL = OFF
> OTB_USE_LIBKML = ON
> OTB_USE_LIBSVM = ON
> OTB_USE_MPI = OFF
> OTB_USE_MUPARSER = ON
> OTB_USE_MUPARSERX = ON
> OTB_USE_OPENCV = ON
> OTB_USE_OPENGL = ON
> OTB_USE_QT = ON
> OTB_USE_QWT = ON
> OTB_USE_SHARK = OFF
> OTB_USE_SIFTFAST = ON
> OTB_USE_SPTW = OFF
> OTB_WRAP_PYTHON = OFF
> OTB_WRAP_QGIS = ON
> OTB_DATA_ROOT = /<<PKGBUILDDIR>>/Data
> OTB_USE_OPENMP = OFF
> OTB_USE_SSE_FLAGS = ON
> Boost = 1.74.0
> Boost_DIR = /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0
> GDAL = 3.4.2
> GDAL_INCLUDE_DIR = /usr/include/gdal
> GDAL_LIBRARY = /usr/lib/libgdal.so
> GEOTIFF =
> ITK = 4.13.3
> ITK_DIR = /usr/lib/cmake/ITK-4.13
> QT = 5.15.2
> TINYXML = 2.6.2
> TINYXML_INCLUDE_DIR = /usr/include
> TINYXML_LIBRARY = /usr/lib/x86_64-linux-gnu/libtinyxml.so
>
> CMake 3.23.0 successfully configured OTB using Unix Makefiles generator
>
> ======================= End of OTB cmake summary =======================
> -- Configuring incomplete, errors occurred!
> See also "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeOutput.log".
> See also "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeError.log".
> cd obj-x86_64-linux-gnu && tail -v -n \+0 CMakeCache.txt
> ==> CMakeCache.txt <==
> # This is the CMakeCache file.
> # For build in directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
> # It was generated by CMake: /usr/bin/cmake
> # You can edit this file to change values found and used by cmake.
> # If you do not want to change any of the values, simply exit the editor.
> # If you do want to change a value, simply edit, save, and exit the editor.
> # The syntax for the file is as follows:
> # KEY:TYPE=VALUE
> # KEY is the name of a variable in the cache.
> # TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
> # VALUE is the current value for the KEY.
>
> ########################
> # EXTERNAL cache entries
> ########################
>
> //Build the CookBook documentation.
> BUILD_COOKBOOK:BOOL=OFF
>
> //Build the documentation (Doxygen).
> BUILD_DOCUMENTATION:BOOL=OFF
>
> //Build the Examples directory.
> BUILD_EXAMPLES:BOOL=OFF
>
> //Build OTB with shared libraries.
> BUILD_SHARED_LIBS:BOOL=ON
>
> //Build the testing tree.
> BUILD_TESTING:BOOL=OFF
>
> //The directory containing a CMake configuration file for Boost.
> Boost_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0
>
> Boost_FILESYSTEM_LIBRARY_RELEASE:STRING=/usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.74.0
>
> //Path to a file.
> Boost_INCLUDE_DIR:PATH=/usr/include
>
> Boost_SERIALIZATION_LIBRARY_RELEASE:STRING=/usr/lib/x86_64-linux-gnu/libboost_serialization.so.1.74.0
>
> //use multi-threaded libraries from boost
> Boost_USE_MULTITHREADED:BOOL=ON
>
> //use static libraries from boost
> Boost_USE_STATIC_LIBS:BOOL=OFF
>
> //Path to a program.
> CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line
>
> //Path to a program.
> CMAKE_AR:FILEPATH=/usr/bin/ar
>
> //No help, variable specified on the command line.
> CMAKE_BUILD_TYPE:STRING=Release
>
> //Enable/Disable color output during build.
> CMAKE_COLOR_MAKEFILE:BOOL=ON
>
> //CXX compiler
> CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++
>
> //A wrapper around 'ar' adding the appropriate '--plugin' option
> // for the GCC compiler
> CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-11
>
> //A wrapper around 'ranlib' adding the appropriate '--plugin' option
> // for the GCC compiler
> CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-11
>
> //Flags used by the CXX compiler during all build types.
> CMAKE_CXX_FLAGS:STRING=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2
>
> //Flags used by the CXX compiler during DEBUG builds.
> CMAKE_CXX_FLAGS_DEBUG:STRING=-g
>
> //Flags used by the CXX compiler during MINSIZEREL builds.
> CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
>
> //Flags used by the CXX compiler during RELEASE builds.
> CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
>
> //Flags used by the CXX compiler during RELWITHDEBINFO builds.
> CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
>
> //C compiler
> CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc
>
> //A wrapper around 'ar' adding the appropriate '--plugin' option
> // for the GCC compiler
> CMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-11
>
> //A wrapper around 'ranlib' adding the appropriate '--plugin' option
> // for the GCC compiler
> CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-11
>
> //Flags used by the C compiler during all build types.
> CMAKE_C_FLAGS:STRING=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2
>
> //Flags used by the C compiler during DEBUG builds.
> CMAKE_C_FLAGS_DEBUG:STRING=-g
>
> //Flags used by the C compiler during MINSIZEREL builds.
> CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
>
> //Flags used by the C compiler during RELEASE builds.
> CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
>
> //Flags used by the C compiler during RELWITHDEBINFO builds.
> CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
>
> //Path to a program.
> CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND
>
> //Flags used by the linker during all build types.
> CMAKE_EXE_LINKER_FLAGS:STRING=-Wl,-z,relro -Wl,-z,now "-Wl,--as-needed"
>
> //Flags used by the linker during DEBUG builds.
> CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
>
> //Flags used by the linker during MINSIZEREL builds.
> CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
>
> //Flags used by the linker during RELEASE builds.
> CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
>
> //Flags used by the linker during RELWITHDEBINFO builds.
> CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
>
> //Enable/Disable output of compile commands during generation.
> CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=
>
> //No help, variable specified on the command line.
> CMAKE_EXPORT_NO_PACKAGE_REGISTRY:UNINITIALIZED=ON
>
> //No help, variable specified on the command line.
> CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY:UNINITIALIZED=ON
>
> //No help, variable specified on the command line.
> CMAKE_FIND_USE_PACKAGE_REGISTRY:UNINITIALIZED=OFF
>
> //No help, variable specified on the command line.
> CMAKE_INSTALL_LIBDIR:UNINITIALIZED=lib/x86_64-linux-gnu
>
> //No help, variable specified on the command line.
> CMAKE_INSTALL_LOCALSTATEDIR:UNINITIALIZED=/var
>
> //Install path prefix, prepended onto install directories.
> CMAKE_INSTALL_PREFIX:PATH=/usr
>
> //No help, variable specified on the command line.
> CMAKE_INSTALL_RUNSTATEDIR:UNINITIALIZED=/run
>
> //No help, variable specified on the command line.
> CMAKE_INSTALL_SYSCONFDIR:UNINITIALIZED=/etc
>
> //Path to a program.
> CMAKE_LINKER:FILEPATH=/usr/bin/ld
>
> //Path to a program.
> CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/gmake
>
> //Flags used by the linker during the creation of modules during
> // all build types.
> CMAKE_MODULE_LINKER_FLAGS:STRING=-Wl,-z,relro -Wl,-z,now "-Wl,--as-needed"
>
> //Flags used by the linker during the creation of modules during
> // DEBUG builds.
> CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
>
> //Flags used by the linker during the creation of modules during
> // MINSIZEREL builds.
> CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
>
> //Flags used by the linker during the creation of modules during
> // RELEASE builds.
> CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
>
> //Flags used by the linker during the creation of modules during
> // RELWITHDEBINFO builds.
> CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
>
> //Path to a program.
> CMAKE_NM:FILEPATH=/usr/bin/nm
>
> //Path to a program.
> CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy
>
> //Path to a program.
> CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump
>
> //Value Computed by CMake
> CMAKE_PROJECT_DESCRIPTION:STATIC=
>
> //Value Computed by CMake
> CMAKE_PROJECT_HOMEPAGE_URL:STATIC=
>
> //Value Computed by CMake
> CMAKE_PROJECT_NAME:STATIC=OTB
>
> //Path to a program.
> CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib
>
> //Path to a program.
> CMAKE_READELF:FILEPATH=/usr/bin/readelf
>
> //Flags used by the linker during the creation of shared libraries
> // during all build types.
> CMAKE_SHARED_LINKER_FLAGS:STRING=-Wl,-z,relro -Wl,-z,now "-Wl,--as-needed"
>
> //Flags used by the linker during the creation of shared libraries
> // during DEBUG builds.
> CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
>
> //Flags used by the linker during the creation of shared libraries
> // during MINSIZEREL builds.
> CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
>
> //Flags used by the linker during the creation of shared libraries
> // during RELEASE builds.
> CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
>
> //Flags used by the linker during the creation of shared libraries
> // during RELWITHDEBINFO builds.
> CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
>
> //If set, runtime paths are not added when installing shared libraries,
> // but are added when building.
> CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
>
> //No help, variable specified on the command line.
> CMAKE_SKIP_RPATH:BOOL=ON
>
> //Flags used by the linker during the creation of static libraries
> // during all build types.
> CMAKE_STATIC_LINKER_FLAGS:STRING=
>
> //Flags used by the linker during the creation of static libraries
> // during DEBUG builds.
> CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
>
> //Flags used by the linker during the creation of static libraries
> // during MINSIZEREL builds.
> CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
>
> //Flags used by the linker during the creation of static libraries
> // during RELEASE builds.
> CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
>
> //Flags used by the linker during the creation of static libraries
> // during RELWITHDEBINFO builds.
> CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
>
> //Path to a program.
> CMAKE_STRIP:FILEPATH=/usr/bin/strip
>
> //If this value is on, makefiles will be generated without the
> // .SILENT directive, and all commands will be echoed to the console
> // during the make. This is useful for debugging only. With Visual
> // Studio IDE projects all commands are done without /nologo.
> CMAKE_VERBOSE_MAKEFILE:BOOL=ON
>
> //Path to a program.
> CPPCHECK_EXECUTABLE:FILEPATH=CPPCHECK_EXECUTABLE-NOTFOUND
>
> //Path to search for cppcheck
> CPPCHECK_ROOT_DIR:PATH=
>
> //The directory containing a CMake configuration file for CURL.
> CURL_DIR:PATH=CURL_DIR-NOTFOUND
>
> //Path to a file.
> CURL_INCLUDE_DIR:PATH=/usr/include/x86_64-linux-gnu
>
> //Path to a library.
> CURL_LIBRARY_DEBUG:FILEPATH=CURL_LIBRARY_DEBUG-NOTFOUND
>
> //Path to a library.
> CURL_LIBRARY_RELEASE:FILEPATH=/usr/lib/x86_64-linux-gnu/libcurl.so
>
> //Path to the gdal-config tool
> GDAL_CONFIG:FILEPATH=/usr/bin/gdal-config
>
> //Tests to check gdal config.
> GDAL_CONFIG_CHECKING:BOOL=OFF
>
> //Path to the GDAL include directory
> GDAL_INCLUDE_DIR:PATH=/usr/include/gdal
>
> //Path to the GDAL library
> GDAL_LIBRARY:FILEPATH=/usr/lib/libgdal.so
>
> //The directory containing a CMake configuration file for GLEW.
> GLEW_DIR:PATH=GLEW_DIR-NOTFOUND
>
> //Path to a file.
> GLEW_INCLUDE_DIR:PATH=/usr/include
>
> //Path to a library.
> GLEW_SHARED_LIBRARY_DEBUG:FILEPATH=GLEW_SHARED_LIBRARY_DEBUG-NOTFOUND
>
> //Path to a library.
> GLEW_SHARED_LIBRARY_RELEASE:FILEPATH=/usr/lib/x86_64-linux-gnu/libGLEW.so
>
> //Path to a library.
> GLEW_STATIC_LIBRARY_DEBUG:FILEPATH=GLEW_STATIC_LIBRARY_DEBUG-NOTFOUND
>
> //Path to a library.
> GLEW_STATIC_LIBRARY_RELEASE:FILEPATH=/usr/lib/x86_64-linux-gnu/libGLEW.a
>
> //Path to GLFW include directory.
> GLFW_INCLUDE_DIR:PATH=/usr/include
>
> //Absolute path to GLFW library.
> GLFW_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libglfw.so
>
> //The directory containing a CMake configuration file for ITK.
> ITK_DIR:PATH=/usr/lib/cmake/ITK-4.13
>
> //Path to a library.
> LIBKML_BASE_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libkmlbase.so
>
> //Path to a library.
> LIBKML_DOM_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libkmldom.so
>
> //Path to a library.
> LIBKML_ENGINE_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libkmlengine.so
>
> //Path to a file.
> LIBKML_INCLUDE_DIR:PATH=/usr/include
>
> //LibSVM include directory
> LIBSVM_INCLUDE_DIR:PATH=/usr/include/libsvm
>
> //LibSVM library location
> LIBSVM_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libsvm.so
>
> //The number of headers in a HeaderTest code.
> MAXIMUM_NUMBER_OF_HEADERS:STRING=35
>
> //Path to a file.
> MUPARSERX_INCLUDE_DIR:PATH=/usr/include/muparserx
>
> //Path to a library.
> MUPARSERX_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libmuparserx.so
>
> //Path to a file.
> MUPARSER_INCLUDE_DIR:PATH=/usr/include
>
> //Path to a library.
> MUPARSER_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libmuparser.so
>
> //Path to a library.
> M_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libm.so
>
> //OTB module for SAR processing in Diapason.
> Module_DiapOTBModule:BOOL=OFF
>
> //Biophysical variable estimation from remote sensing imagery.
> //\nA more detailed description can be found on the project website:
> //\nhttps://gitlab.orfeo-toolbox.org/jinglada/otb-bv
> //\n
> Module_OTBBioVars:BOOL=OFF
>
> //This module implements a method to perform a fast forward feature
> // selection using a Gaussian Mixture Model.
> //\nA more detailed description can be found on the project website:
> //\nhttps://github.com/Laadr/otbFFSforGMM
> //\n
> Module_OTBFFSforGMM:BOOL=OFF
>
> //Request building OTBGeoTIFF
> Module_OTBGeoTIFF:BOOL=OFF
>
> //This module implements several algorithms allowing to extract
> // phenological
> //\n information from time profiles. These time profiles should
> // represent
> //\n vegetation status as for instance NDVI, LAI, etc.
> //\nA more detailed description can be found on the project website:
> //\nhttps://gitlab.orfeo-toolbox.org/jinglada/phenotb
> //\n
> Module_OTBPhenology:BOOL=OFF
>
> //Request building OTBTIFF
> Module_OTBTIFF:BOOL=OFF
>
> //Gapfilling for time series replaces invalid pixels (as designated
> // by a mask)
> //\n by an interpolation using the valid dates of the series.
> //\nA more detailed description can be found on the project website:
> //\nhttps://gitlab.orfeo-toolbox.org/jinglada/temporalgapfilling
> //\n
> Module_OTBTemporalGapFilling:BOOL=OFF
>
> //Speckle filtering of a time-serie of SAR images using the multichanel
> // Quegan-like filter
> //\nA more detailed description can be found on the project website:
> //\nhttps://gitlab.orfeo-toolbox.org/s1-tiling/s1tilingsupportapplications
> //\n
> Module_S1TilingSupportApplications:BOOL=OFF
>
> //This module provides 2 applications dedicated to object-oriented
> // image analysis.
> //\n
> //\n Aggregate application:
> //\n
> //\nThe aim of this application is to merge the result of a segmentation
> // with a
> //\npixel-based image classification in order to produce an object-oriented
> // image
> //\nclassification. The input segmentation is a labeled image, typically
> // the result
> //\nprovided by the OTB application LSMSSegmentation. The output
> // is a vector dataset
> //\ncontaining objects and the corresponding class in the attribute
> // table. Connected
> //\nregions belonging to the same class are merged. This application
> // could be used
> //\nat the last step of the LSMS pipeline in replacement of the
> // application
> //\nLSMSVectorization.
> //\n
> //\n ObjectsRadiometricStatistics application:
> //\n
> //\nThis application computes radiometric and shape attributes on
> // a vector dataset,
> //\nusing an image. The results are stored in the attribute table.
> // Shape attributes
> //\nare : number of pixels, flatness, roundness, elongation, perimeter.
> // Radiometric
> //\nattributes are for each band of the input image : mean, standard-deviation,
> //\nmedian, variance, kurtosis, skewness. The result could be use
> // to perform further
> //\nobject-oriented image analysis.
> //\n
> Module_SertitObject:BOOL=OFF
>
> //This module provides the GRM OTB application to perform multiscale
> //\nregion-merging segmentation on satellite images. Three local
> // homogeneity
> //\ncriteria are available: the Baatz & Schäpe criterion, the Full
> // Lambda Schedule
> //\ncriterion and the simple Euclidean Distance criterion. This
> // application uses
> //\nthe GRM (Generic Region Merging) library which allows quickly
> // adding a new local
> //\nhomogeneity criterion. Look at the template header file: GRMSegmenterTemplate.h
> //\nto see which format you must respect to add a new criterion.
> //\n
> //\nA more detailed description can be found on the project website:
> //\nhttp://tully.ups-tlse.fr/lassallep/grm
> //\n
> Module_otbGRM:BOOL=OFF
>
> //The type of data in which input images are read (double/float).
> Monteverdi_FLOATING_TYPE:STRING=float
>
> //Path to opencv_core library
> OPENCV_core_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libopencv_core.so
>
> //Path to opencv_ml library
> OPENCV_ml_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libopencv_ml.so
>
> //Path to a file.
> OPENGL_EGL_INCLUDE_DIR:PATH=/usr/include
>
> //Path to a file.
> OPENGL_GLX_INCLUDE_DIR:PATH=/usr/include
>
> //Path to a file.
> OPENGL_INCLUDE_DIR:PATH=/usr/include
>
> //Path to a library.
> OPENGL_egl_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libEGL.so
>
> //Path to a library.
> OPENGL_glu_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libGLU.so
>
> //Path to a library.
> OPENGL_glx_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libGLX.so
>
> //Path to a library.
> OPENGL_opengl_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libOpenGL.so
>
> //Path to a file.
> OPENGL_xmesa_INCLUDE_DIR:PATH=OPENGL_xmesa_INCLUDE_DIR-NOTFOUND
>
> //Value Computed by CMake
> OTBAnomalyDetection_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Hyperspectral/AnomalyDetection
>
> //Value Computed by CMake
> OTBAnomalyDetection_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBAnomalyDetection_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Hyperspectral/AnomalyDetection
>
> //Value Computed by CMake
> OTBAppChangeDetection_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Applications/AppChangeDetection
>
> //Value Computed by CMake
> OTBAppChangeDetection_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBAppChangeDetection_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Applications/AppChangeDetection
>
> //Value Computed by CMake
> OTBAppClassification_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Applications/AppClassification
>
> //Value Computed by CMake
> OTBAppClassification_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBAppClassification_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Applications/AppClassification
>
> //Value Computed by CMake
> OTBAppDescriptors_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Applications/AppDescriptors
>
> //Value Computed by CMake
> OTBAppDescriptors_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBAppDescriptors_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Applications/AppDescriptors
>
> //Value Computed by CMake
> OTBAppDimensionalityReduction_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Applications/AppDimensionalityReduction
>
> //Value Computed by CMake
> OTBAppDimensionalityReduction_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBAppDimensionalityReduction_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Applications/AppDimensionalityReduction
>
> //Value Computed by CMake
> OTBAppDomainTransform_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Applications/AppDomainTransform
>
> //Value Computed by CMake
> OTBAppDomainTransform_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBAppDomainTransform_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Applications/AppDomainTransform
>
> //Value Computed by CMake
> OTBAppEdge_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Applications/AppEdge
>
> //Value Computed by CMake
> OTBAppEdge_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBAppEdge_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Applications/AppEdge
>
> //Value Computed by CMake
> OTBAppFiltering_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Applications/AppFiltering
>
> //Value Computed by CMake
> OTBAppFiltering_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBAppFiltering_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Applications/AppFiltering
>
> //Value Computed by CMake
> OTBAppFusion_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Applications/AppFusion
>
> //Value Computed by CMake
> OTBAppFusion_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBAppFusion_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Applications/AppFusion
>
> //Value Computed by CMake
> OTBAppHyperspectral_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Applications/AppHyperspectral
>
> //Value Computed by CMake
> OTBAppHyperspectral_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBAppHyperspectral_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Applications/AppHyperspectral
>
> //Value Computed by CMake
> OTBAppImageUtils_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Applications/AppImageUtils
>
> //Value Computed by CMake
> OTBAppImageUtils_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBAppImageUtils_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Applications/AppImageUtils
>
> //Value Computed by CMake
> OTBAppIndices_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Applications/AppIndices
>
> //Value Computed by CMake
> OTBAppIndices_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBAppIndices_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Applications/AppIndices
>
> //Value Computed by CMake
> OTBAppKMZ_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Applications/AppKMZ
>
> //Value Computed by CMake
> OTBAppKMZ_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBAppKMZ_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Applications/AppKMZ
>
> //Value Computed by CMake
> OTBAppMathParserX_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Applications/AppMathParserX
>
> //Value Computed by CMake
> OTBAppMathParserX_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBAppMathParserX_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Applications/AppMathParserX
>
> //Value Computed by CMake
> OTBAppMathParser_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Applications/AppMathParser
>
> //Value Computed by CMake
> OTBAppMathParser_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBAppMathParser_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Applications/AppMathParser
>
> //Value Computed by CMake
> OTBAppMoments_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Applications/AppMoments
>
> //Value Computed by CMake
> OTBAppMoments_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBAppMoments_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Applications/AppMoments
>
> //Value Computed by CMake
> OTBAppMorphology_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Applications/AppMorphology
>
> //Value Computed by CMake
> OTBAppMorphology_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBAppMorphology_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Applications/AppMorphology
>
> //Value Computed by CMake
> OTBAppProjection_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Applications/AppProjection
>
> //Value Computed by CMake
> OTBAppProjection_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBAppProjection_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Applications/AppProjection
>
> //Value Computed by CMake
> OTBAppSARCalibration_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Applications/AppSARCalibration
>
> //Value Computed by CMake
> OTBAppSARCalibration_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBAppSARCalibration_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Applications/AppSARCalibration
>
> //Value Computed by CMake
> OTBAppSARDecompositions_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Applications/AppSARDecompositions
>
> //Value Computed by CMake
> OTBAppSARDecompositions_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBAppSARDecompositions_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Applications/AppSARDecompositions
>
> //Value Computed by CMake
> OTBAppSARPolarMatrixConvert_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Applications/AppSARPolarMatrixConvert
>
> //Value Computed by CMake
> OTBAppSARPolarMatrixConvert_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBAppSARPolarMatrixConvert_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Applications/AppSARPolarMatrixConvert
>
> //Value Computed by CMake
> OTBAppSARPolarSynth_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Applications/AppSARPolarSynth
>
> //Value Computed by CMake
> OTBAppSARPolarSynth_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBAppSARPolarSynth_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Applications/AppSARPolarSynth
>
> //Value Computed by CMake
> OTBAppSARUtils_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Applications/AppSARUtils
>
> //Value Computed by CMake
> OTBAppSARUtils_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBAppSARUtils_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Applications/AppSARUtils
>
> //Value Computed by CMake
> OTBAppSegmentation_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Applications/AppSegmentation
>
> //Value Computed by CMake
> OTBAppSegmentation_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBAppSegmentation_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Applications/AppSegmentation
>
> //Value Computed by CMake
> OTBAppStereo_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Applications/AppStereo
>
> //Value Computed by CMake
> OTBAppStereo_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBAppStereo_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Applications/AppStereo
>
> //Value Computed by CMake
> OTBAppTest_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Applications/AppTest
>
> //Value Computed by CMake
> OTBAppTest_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBAppTest_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Applications/AppTest
>
> //Value Computed by CMake
> OTBAppTextures_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Applications/AppTextures
>
> //Value Computed by CMake
> OTBAppTextures_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBAppTextures_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Applications/AppTextures
>
> //Value Computed by CMake
> OTBAppVectorDataTranslation_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Applications/AppVectorDataTranslation
>
> //Value Computed by CMake
> OTBAppVectorDataTranslation_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBAppVectorDataTranslation_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Applications/AppVectorDataTranslation
>
> //Value Computed by CMake
> OTBAppVectorUtils_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Applications/AppVectorUtils
>
> //Value Computed by CMake
> OTBAppVectorUtils_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBAppVectorUtils_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Applications/AppVectorUtils
>
> //Value Computed by CMake
> OTBApplicationEngine_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Wrappers/ApplicationEngine
>
> //Value Computed by CMake
> OTBApplicationEngine_IS_TOP_LEVEL:STATIC=OFF
>
> //Dependencies for the target
> OTBApplicationEngine_LIB_DEPENDS:STATIC=general;OTBVectorDataBase;general;OTBImageManipulation;general;OTBImageIO;general;OTBProjection;general;/usr/lib/x86_64-linux-gnu/libtinyxml.so;general;OTBVectorDataIO;general;OTBTransform;general;OTBCommon;general;OTBImageBase;general;Boost::filesystem;general;Boost::serialization;
>
> //Value Computed by CMake
> OTBApplicationEngine_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Wrappers/ApplicationEngine
>
> //Value Computed by CMake
> OTBBoostAdapters_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Adapters/BoostAdapters
>
> //Value Computed by CMake
> OTBBoostAdapters_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBBoostAdapters_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Adapters/BoostAdapters
>
> //Value Computed by CMake
> OTBBoost_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/ThirdParty/Boost
>
> //Value Computed by CMake
> OTBBoost_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBBoost_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/ThirdParty/Boost
>
> //Value Computed by CMake
> OTBCCOBIA_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Segmentation/CCOBIA
>
> //Value Computed by CMake
> OTBCCOBIA_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBCCOBIA_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Segmentation/CCOBIA
>
> //Value Computed by CMake
> OTBCarto_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/IO/Carto
>
> //Value Computed by CMake
> OTBCarto_IS_TOP_LEVEL:STATIC=OFF
>
> //Dependencies for the target
> OTBCarto_LIB_DEPENDS:STATIC=general;OTBVectorDataBase;general;OTBImageIO;general;OTBProjection;general;/usr/lib/x86_64-linux-gnu/libtinyxml.so;general;OTBImageBase;general;OTBTransform;general;OTBCommon;general;OTBCurlAdapters;general;OTBVectorDataIO;general;OTBImageManipulation;
>
> //Value Computed by CMake
> OTBCarto_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/IO/Carto
>
> //Value Computed by CMake
> OTBChangeDetection_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Filtering/ChangeDetection
>
> //Value Computed by CMake
> OTBChangeDetection_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBChangeDetection_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Filtering/ChangeDetection
>
> //Value Computed by CMake
> OTBCloudDetection_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Detection/CloudDetection
>
> //Value Computed by CMake
> OTBCloudDetection_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBCloudDetection_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Detection/CloudDetection
>
> //Value Computed by CMake
> OTBColorMap_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Filtering/ColorMap
>
> //Value Computed by CMake
> OTBColorMap_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBColorMap_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Filtering/ColorMap
>
> //Value Computed by CMake
> OTBCommandLine_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Wrappers/CommandLine
>
> //Value Computed by CMake
> OTBCommandLine_IS_TOP_LEVEL:STATIC=OFF
>
> //Dependencies for the target
> OTBCommandLine_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;/usr/lib/x86_64-linux-gnu/libtinyxml.so;general;OTBCommon;
>
> //Value Computed by CMake
> OTBCommandLine_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Wrappers/CommandLine
>
> //Value Computed by CMake
> OTBCommon_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Core/Common
>
> //Value Computed by CMake
> OTBCommon_IS_TOP_LEVEL:STATIC=OFF
>
> //Dependencies for the target
> OTBCommon_LIB_DEPENDS:STATIC=general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;/usr/lib/libgdal.so;
>
> //Value Computed by CMake
> OTBCommon_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Core/Common
>
> //Value Computed by CMake
> OTBComplexImage_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Core/ComplexImage
>
> //Value Computed by CMake
> OTBComplexImage_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBComplexImage_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Core/ComplexImage
>
> //Value Computed by CMake
> OTBContrast_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Filtering/Contrast
>
> //Value Computed by CMake
> OTBContrast_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBContrast_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Filtering/Contrast
>
> //Value Computed by CMake
> OTBConversion_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Segmentation/Conversion
>
> //Value Computed by CMake
> OTBConversion_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBConversion_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Segmentation/Conversion
>
> //Value Computed by CMake
> OTBConvolution_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Filtering/Convolution
>
> //Value Computed by CMake
> OTBConvolution_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBConvolution_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Filtering/Convolution
>
> //Value Computed by CMake
> OTBCorner_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Feature/Corner
>
> //Value Computed by CMake
> OTBCorner_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBCorner_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Feature/Corner
>
> //Value Computed by CMake
> OTBCurlAdapters_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Adapters/CurlAdapters
>
> //Value Computed by CMake
> OTBCurlAdapters_IS_TOP_LEVEL:STATIC=OFF
>
> //Dependencies for the target
> OTBCurlAdapters_LIB_DEPENDS:STATIC=general;OTBCommon;general;/usr/lib/x86_64-linux-gnu/libcurl.so;
>
> //Value Computed by CMake
> OTBCurlAdapters_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Adapters/CurlAdapters
>
> //Value Computed by CMake
> OTBCurl_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/ThirdParty/Curl
>
> //Value Computed by CMake
> OTBCurl_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBCurl_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/ThirdParty/Curl
>
> //Value Computed by CMake
> OTBDEM_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Filtering/DEM
>
> //Value Computed by CMake
> OTBDEM_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBDEM_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Filtering/DEM
>
> //Value Computed by CMake
> OTBDate_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/ThirdParty/Date
>
> //Value Computed by CMake
> OTBDate_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBDate_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/ThirdParty/Date
>
> //Value Computed by CMake
> OTBDempsterShafer_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Learning/DempsterShafer
>
> //Value Computed by CMake
> OTBDempsterShafer_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBDempsterShafer_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Learning/DempsterShafer
>
> //Value Computed by CMake
> OTBDensity_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Feature/Density
>
> //Value Computed by CMake
> OTBDensity_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBDensity_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Feature/Density
>
> //Value Computed by CMake
> OTBDescriptors_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Feature/Descriptors
>
> //Value Computed by CMake
> OTBDescriptors_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBDescriptors_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Feature/Descriptors
>
> //Value Computed by CMake
> OTBDimensionalityReduction_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Learning/DimensionalityReductionLearning
>
> //Value Computed by CMake
> OTBDimensionalityReduction_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBDimensionalityReduction_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Learning/DimensionalityReductionLearning
>
> //Value Computed by CMake
> OTBDisparityMap_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Registration/DisparityMap
>
> //Value Computed by CMake
> OTBDisparityMap_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBDisparityMap_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Registration/DisparityMap
>
> //Value Computed by CMake
> OTBEdge_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Feature/Edge
>
> //Value Computed by CMake
> OTBEdge_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBEdge_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Feature/Edge
>
> //Value Computed by CMake
> OTBEndmembersExtraction_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Hyperspectral/EndmembersExtraction
>
> //Value Computed by CMake
> OTBEndmembersExtraction_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBEndmembersExtraction_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Hyperspectral/EndmembersExtraction
>
> //Value Computed by CMake
> OTBExtendedFilename_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/IO/ExtendedFilename
>
> //Value Computed by CMake
> OTBExtendedFilename_IS_TOP_LEVEL:STATIC=OFF
>
> //Dependencies for the target
> OTBExtendedFilename_LIB_DEPENDS:STATIC=general;OTBCommon;general;OTBIOGDAL;
>
> //Value Computed by CMake
> OTBExtendedFilename_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/IO/ExtendedFilename
>
> //Value Computed by CMake
> OTBFunctor_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Core/Functor
>
> //Value Computed by CMake
> OTBFunctor_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBFunctor_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Core/Functor
>
> //Value Computed by CMake
> OTBFuzzy_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Fusion/Fuzzy
>
> //Value Computed by CMake
> OTBFuzzy_IS_TOP_LEVEL:STATIC=OFF
>
> //Dependencies for the target
> OTBFuzzy_LIB_DEPENDS:STATIC=general;OTBCommon;general;/usr/lib/x86_64-linux-gnu/libtinyxml.so;
>
> //Value Computed by CMake
> OTBFuzzy_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Fusion/Fuzzy
>
> //Value Computed by CMake
> OTBGDAL_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/ThirdParty/GDAL
>
> //Value Computed by CMake
> OTBGDAL_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBGDAL_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/ThirdParty/GDAL
>
> //Value Computed by CMake
> OTBGLFW_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/ThirdParty/GLFW
>
> //Value Computed by CMake
> OTBGLFW_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBGLFW_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/ThirdParty/GLFW
>
> //Value Computed by CMake
> OTBGdalAdapters_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Adapters/GdalAdapters
>
> //Value Computed by CMake
> OTBGdalAdapters_IS_TOP_LEVEL:STATIC=OFF
>
> //Dependencies for the target
> OTBGdalAdapters_LIB_DEPENDS:STATIC=general;Boost::filesystem;general;Boost::serialization;general;OTBCommon;general;/usr/lib/libgdal.so;
>
> //Value Computed by CMake
> OTBGdalAdapters_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Adapters/GdalAdapters
>
> //Value Computed by CMake
> OTBGlew_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/ThirdParty/Glew
>
> //Value Computed by CMake
> OTBGlew_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBGlew_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/ThirdParty/Glew
>
> //Value Computed by CMake
> OTBIOBSQ_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/IO/IOBSQ
>
> //Value Computed by CMake
> OTBIOBSQ_IS_TOP_LEVEL:STATIC=OFF
>
> //Dependencies for the target
> OTBIOBSQ_LIB_DEPENDS:STATIC=general;OTBImageBase;general;OTBCommon;
>
> //Value Computed by CMake
> OTBIOBSQ_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/IO/IOBSQ
>
> //Value Computed by CMake
> OTBIOGDAL_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/IO/IOGDAL
>
> //Value Computed by CMake
> OTBIOGDAL_IS_TOP_LEVEL:STATIC=OFF
>
> //Dependencies for the target
> OTBIOGDAL_LIB_DEPENDS:STATIC=general;OTBVectorDataBase;general;OTBGdalAdapters;general;/usr/lib/x86_64-linux-gnu/libtinyxml.so;general;OTBImageBase;general;OTBCommon;general;/usr/lib/libgdal.so;general;Boost::filesystem;general;Boost::serialization;
>
> //Value Computed by CMake
> OTBIOGDAL_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/IO/IOGDAL
>
> //Value Computed by CMake
> OTBIOKML_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/IO/IOKML
>
> //Value Computed by CMake
> OTBIOKML_IS_TOP_LEVEL:STATIC=OFF
>
> //Dependencies for the target
> OTBIOKML_LIB_DEPENDS:STATIC=general;OTBVectorDataBase;general;OTBProjection;general;/usr/lib/x86_64-linux-gnu/libkmlbase.so;general;/usr/lib/x86_64-linux-gnu/libkmldom.so;general;/usr/lib/x86_64-linux-gnu/libkmlengine.so;general;OTBCommon;general;/usr/lib/libgdal.so;
>
> //Value Computed by CMake
> OTBIOKML_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/IO/IOKML
>
> //Value Computed by CMake
> OTBIOLUM_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/IO/IOLUM
>
> //Value Computed by CMake
> OTBIOLUM_IS_TOP_LEVEL:STATIC=OFF
>
> //Dependencies for the target
> OTBIOLUM_LIB_DEPENDS:STATIC=general;OTBImageBase;general;OTBCommon;
>
> //Value Computed by CMake
> OTBIOLUM_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/IO/IOLUM
>
> //Value Computed by CMake
> OTBIOMSTAR_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/IO/IOMSTAR
>
> //Value Computed by CMake
> OTBIOMSTAR_IS_TOP_LEVEL:STATIC=OFF
>
> //Dependencies for the target
> OTBIOMSTAR_LIB_DEPENDS:STATIC=general;OTBImageBase;general;OTBCommon;
>
> //Value Computed by CMake
> OTBIOMSTAR_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/IO/IOMSTAR
>
> //Value Computed by CMake
> OTBIOONERA_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/IO/IOONERA
>
> //Value Computed by CMake
> OTBIOONERA_IS_TOP_LEVEL:STATIC=OFF
>
> //Dependencies for the target
> OTBIOONERA_LIB_DEPENDS:STATIC=general;OTBImageBase;general;OTBCommon;
>
> //Value Computed by CMake
> OTBIOONERA_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/IO/IOONERA
>
> //Value Computed by CMake
> OTBIORAD_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/IO/IORAD
>
> //Value Computed by CMake
> OTBIORAD_IS_TOP_LEVEL:STATIC=OFF
>
> //Dependencies for the target
> OTBIORAD_LIB_DEPENDS:STATIC=general;OTBImageBase;general;OTBCommon;
>
> //Value Computed by CMake
> OTBIORAD_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/IO/IORAD
>
> //Value Computed by CMake
> OTBIOXML_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/IO/IOXML
>
> //Value Computed by CMake
> OTBIOXML_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBIOXML_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/IO/IOXML
>
> //Value Computed by CMake
> OTBITK_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/ThirdParty/ITK
>
> //Value Computed by CMake
> OTBITK_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBITK_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/ThirdParty/ITK
>
> //Value Computed by CMake
> OTBIce_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Visualization/Ice
>
> //Value Computed by CMake
> OTBIce_IS_TOP_LEVEL:STATIC=OFF
>
> //Dependencies for the target
> OTBIce_LIB_DEPENDS:STATIC=general;OTBCommon;general;OTBStatistics;general;OTBGdalAdapters;general;OTBImageIO;general;OTBTransform;general;OTBImageManipulation;general;OTBProjection;general;OTBImageBase;general;/usr/lib/x86_64-linux-gnu/libOpenGL.so;general;/usr/lib/x86_64-linux-gnu/libGLX.so;general;/usr/lib/x86_64-linux-gnu/libGLU.so;general;/usr/lib/x86_64-linux-gnu/libGLEW.so;
>
> //Value Computed by CMake
> OTBIce_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Visualization/Ice
>
> //Value Computed by CMake
> OTBImageBase_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Core/ImageBase
>
> //Value Computed by CMake
> OTBImageBase_IS_TOP_LEVEL:STATIC=OFF
>
> //Dependencies for the target
> OTBImageBase_LIB_DEPENDS:STATIC=general;OTBCommon;general;OTBMetadata;
>
> //Value Computed by CMake
> OTBImageBase_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Core/ImageBase
>
> //Value Computed by CMake
> OTBImageIO_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/IO/ImageIO
>
> //Value Computed by CMake
> OTBImageIO_IS_TOP_LEVEL:STATIC=OFF
>
> //Dependencies for the target
> OTBImageIO_LIB_DEPENDS:STATIC=general;OTBIORAD;general;OTBIOONERA;general;OTBIOLUM;general;OTBImageBase;general;OTBIOMSTAR;general;OTBIOBSQ;general;OTBIOGDAL;general;OTBStreaming;general;Boost::filesystem;general;Boost::serialization;general;OTBCommon;general;OTBExtendedFilename;
>
> //Value Computed by CMake
> OTBImageIO_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/IO/ImageIO
>
> //Value Computed by CMake
> OTBImageList_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Core/ImageList
>
> //Value Computed by CMake
> OTBImageList_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBImageList_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Core/ImageList
>
> //Value Computed by CMake
> OTBImageManipulation_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Filtering/ImageManipulation
>
> //Value Computed by CMake
> OTBImageManipulation_IS_TOP_LEVEL:STATIC=OFF
>
> //Dependencies for the target
> OTBImageManipulation_LIB_DEPENDS:STATIC=general;OTBCommon;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageBase;general;OTBCommon;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageBase;general;OTBCommon;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBStreaming;general;OTBTransform;
>
> //Value Computed by CMake
> OTBImageManipulation_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Filtering/ImageManipulation
>
> //Value Computed by CMake
> OTBImageNoise_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Filtering/ImageNoise
>
> //Value Computed by CMake
> OTBImageNoise_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBImageNoise_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Filtering/ImageNoise
>
> //Value Computed by CMake
> OTBIndices_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Radiometry/Indices
>
> //Value Computed by CMake
> OTBIndices_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBIndices_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Radiometry/Indices
>
> //Value Computed by CMake
> OTBInterpolation_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Core/Interpolation
>
> //Value Computed by CMake
> OTBInterpolation_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBInterpolation_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Core/Interpolation
>
> //Value Computed by CMake
> OTBKMZWriter_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/IO/KMZWriter
>
> //Value Computed by CMake
> OTBKMZWriter_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBKMZWriter_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/IO/KMZWriter
>
> //Value Computed by CMake
> OTBLabelMap_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Core/LabelMap
>
> //Value Computed by CMake
> OTBLabelMap_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBLabelMap_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Core/LabelMap
>
> //Value Computed by CMake
> OTBLabelling_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Segmentation/Labelling
>
> //Value Computed by CMake
> OTBLabelling_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBLabelling_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Segmentation/Labelling
>
> //Value Computed by CMake
> OTBLandSatClassifier_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Radiometry/LandSatClassifier
>
> //Value Computed by CMake
> OTBLandSatClassifier_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBLandSatClassifier_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Radiometry/LandSatClassifier
>
> //Value Computed by CMake
> OTBLearningBase_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Learning/LearningBase
>
> //Value Computed by CMake
> OTBLearningBase_IS_TOP_LEVEL:STATIC=OFF
>
> //Dependencies for the target
> OTBLearningBase_LIB_DEPENDS:STATIC=general;OTBCommon;general;OTBImageBase;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;
>
> //Value Computed by CMake
> OTBLearningBase_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Learning/LearningBase
>
> //Value Computed by CMake
> OTBLibSVM_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/ThirdParty/LibSVM
>
> //Value Computed by CMake
> OTBLibSVM_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBLibSVM_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/ThirdParty/LibSVM
>
> //Value Computed by CMake
> OTBMajorityVoting_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Fusion/MajorityVoting
>
> //Value Computed by CMake
> OTBMajorityVoting_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBMajorityVoting_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Fusion/MajorityVoting
>
> //Value Computed by CMake
> OTBMapla_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Visualization/Mapla
>
> //Value Computed by CMake
> OTBMapla_IS_TOP_LEVEL:STATIC=OFF
>
> //Dependencies for the target
> OTBMapla_LIB_DEPENDS:STATIC=general;OTBMonteverdiCore;general;OTBMonteverdiGUI;general;Qt5::Widgets;general;Qt5::Core;general;Qt5::Gui;general;Qt5::OpenGL;
>
> //Value Computed by CMake
> OTBMapla_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Visualization/Mapla
>
> //Value Computed by CMake
> OTBMarkov_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Learning/Markov
>
> //Value Computed by CMake
> OTBMarkov_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBMarkov_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Learning/Markov
>
> //Value Computed by CMake
> OTBMathParserX_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Filtering/MathParserX
>
> //Value Computed by CMake
> OTBMathParserX_IS_TOP_LEVEL:STATIC=OFF
>
> //Dependencies for the target
> OTBMathParserX_LIB_DEPENDS:STATIC=general;OTBCommon;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;/usr/lib/x86_64-linux-gnu/libmuparserx.so;general;OTBStatistics;
>
> //Value Computed by CMake
> OTBMathParserX_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Filtering/MathParserX
>
> //Value Computed by CMake
> OTBMathParser_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Filtering/MathParser
>
> //Value Computed by CMake
> OTBMathParser_IS_TOP_LEVEL:STATIC=OFF
>
> //Dependencies for the target
> OTBMathParser_LIB_DEPENDS:STATIC=general;OTBCommon;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageManipulation;general;/usr/lib/x86_64-linux-gnu/libmuparser.so;general;OTBCommon;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageBase;general;OTBVectorDataBase;general;OTBVectorDataBase;
>
> //Value Computed by CMake
> OTBMathParser_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Filtering/MathParser
>
> //Value Computed by CMake
> OTBMeanShift_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Segmentation/MeanShift
>
> //Value Computed by CMake
> OTBMeanShift_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBMeanShift_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Segmentation/MeanShift
>
> //Value Computed by CMake
> OTBMetadata_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Core/Metadata
>
> //Value Computed by CMake
> OTBMetadata_IS_TOP_LEVEL:STATIC=OFF
>
> //Dependencies for the target
> OTBMetadata_LIB_DEPENDS:STATIC=general;Boost::filesystem;general;Boost::serialization;general;OTBCommon;general;OTBGdalAdapters;general;Boost::filesystem;general;Boost::serialization;general;/usr/lib/x86_64-linux-gnu/libtinyxml.so;
>
> //Value Computed by CMake
> OTBMetadata_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Core/Metadata
>
> //Value Computed by CMake
> OTBMetrics_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Segmentation/Metrics
>
> //Value Computed by CMake
> OTBMetrics_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBMetrics_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Segmentation/Metrics
>
> //Value Computed by CMake
> OTBMoments_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Feature/Moments
>
> //Value Computed by CMake
> OTBMoments_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBMoments_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Feature/Moments
>
> //Value Computed by CMake
> OTBMonteverdiCore_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Visualization/MonteverdiCore
>
> //Value Computed by CMake
> OTBMonteverdiCore_IS_TOP_LEVEL:STATIC=OFF
>
> //Dependencies for the target
> OTBMonteverdiCore_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;OTBCarto;general;OTBCommon;general;OTBImageBase;general;OTBImageIO;general;OTBImageManipulation;general;OTBIOGDAL;general;OTBMetadata;general;OTBCommon;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBProjection;general;Qt5::Widgets;general;Qt5::Core;general;Qt5::Gui;general;Qt5::OpenGL;general;OTBStatistics;general;OTBTransform;
>
> //Value Computed by CMake
> OTBMonteverdiCore_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiCore
>
> //Value Computed by CMake
> OTBMonteverdiGUI_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Visualization/MonteverdiGui
>
> //Value Computed by CMake
> OTBMonteverdiGUI_IS_TOP_LEVEL:STATIC=OFF
>
> //Dependencies for the target
> OTBMonteverdiGUI_LIB_DEPENDS:STATIC=general;OTBCommon;general;OTBIce;general;OTBIOGDAL;general;OTBMonteverdiCore;general;OTBQtWidget;general;/usr/lib/libqwt-qt5.so;
>
> //Value Computed by CMake
> OTBMonteverdiGUI_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui
>
> //Value Computed by CMake
> OTBMonteverdi_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Visualization/Monteverdi
>
> //Value Computed by CMake
> OTBMonteverdi_IS_TOP_LEVEL:STATIC=OFF
>
> //Dependencies for the target
> OTBMonteverdi_LIB_DEPENDS:STATIC=general;OTBMonteverdiCore;general;OTBMonteverdiGUI;general;Qt5::Widgets;general;Qt5::Core;general;Qt5::Gui;general;Qt5::OpenGL;general;OTBQtAdapters;
>
> //Value Computed by CMake
> OTBMonteverdi_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Visualization/Monteverdi
>
> //Value Computed by CMake
> OTBMorphologicalProfiles_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Segmentation/MorphologicalProfiles
>
> //Value Computed by CMake
> OTBMorphologicalProfiles_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBMorphologicalProfiles_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Segmentation/MorphologicalProfiles
>
> //Value Computed by CMake
> OTBMosaic_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Filtering/Mosaic
>
> //Value Computed by CMake
> OTBMosaic_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBMosaic_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Filtering/Mosaic
>
> //Value Computed by CMake
> OTBMuParserX_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/ThirdParty/MuParserX
>
> //Value Computed by CMake
> OTBMuParserX_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBMuParserX_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/ThirdParty/MuParserX
>
> //Value Computed by CMake
> OTBMuParser_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/ThirdParty/MuParser
>
> //Value Computed by CMake
> OTBMuParser_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBMuParser_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/ThirdParty/MuParser
>
> //Value Computed by CMake
> OTBOGRProcessing_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Segmentation/OGRProcessing
>
> //Value Computed by CMake
> OTBOGRProcessing_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBOGRProcessing_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Segmentation/OGRProcessing
>
> //Value Computed by CMake
> OTBObjectList_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Core/ObjectList
>
> //Value Computed by CMake
> OTBObjectList_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBObjectList_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Core/ObjectList
>
> //Value Computed by CMake
> OTBOpenCV_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/ThirdParty/OpenCV
>
> //Value Computed by CMake
> OTBOpenCV_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBOpenCV_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/ThirdParty/OpenCV
>
> //Value Computed by CMake
> OTBOpenGL_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/ThirdParty/OpenGL
>
> //Value Computed by CMake
> OTBOpenGL_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBOpenGL_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/ThirdParty/OpenGL
>
> //Value Computed by CMake
> OTBPanSharpening_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Fusion/PanSharpening
>
> //Value Computed by CMake
> OTBPanSharpening_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBPanSharpening_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Fusion/PanSharpening
>
> //Value Computed by CMake
> OTBPath_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Filtering/Path
>
> //Value Computed by CMake
> OTBPath_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBPath_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Filtering/Path
>
> //Value Computed by CMake
> OTBPointSet_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Core/PointSet
>
> //Value Computed by CMake
> OTBPointSet_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBPointSet_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Core/PointSet
>
> //Value Computed by CMake
> OTBPolarimetry_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Filtering/Polarimetry
>
> //Value Computed by CMake
> OTBPolarimetry_IS_TOP_LEVEL:STATIC=OFF
>
> //Dependencies for the target
> OTBPolarimetry_LIB_DEPENDS:STATIC=general;OTBCommon;
>
> //Value Computed by CMake
> OTBPolarimetry_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Filtering/Polarimetry
>
> //Value Computed by CMake
> OTBProjection_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Filtering/Projection
>
> //Value Computed by CMake
> OTBProjection_IS_TOP_LEVEL:STATIC=OFF
>
> //Dependencies for the target
> OTBProjection_LIB_DEPENDS:STATIC=general;OTBVectorDataBase;general;OTBGdalAdapters;general;OTBImageBase;general;OTBTransform;general;OTBImageManipulation;general;OTBMetadata;general;Boost::filesystem;general;Boost::serialization;general;/usr/lib/libgdal.so;general;OTBCommon;
>
> //Value Computed by CMake
> OTBProjection_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Filtering/Projection
>
> //Value Computed by CMake
> OTBQGIS_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Wrappers/QGIS
>
> //Value Computed by CMake
> OTBQGIS_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBQGIS_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Wrappers/QGIS
>
> //Value Computed by CMake
> OTBQtAdapters_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Adapters/QtAdapters
>
> //Value Computed by CMake
> OTBQtAdapters_IS_TOP_LEVEL:STATIC=OFF
>
> //Dependencies for the target
> OTBQtAdapters_LIB_DEPENDS:STATIC=general;Qt5::Widgets;general;Qt5::Core;general;Qt5::Gui;general;Qt5::OpenGL;
>
> //Value Computed by CMake
> OTBQtAdapters_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Adapters/QtAdapters
>
> //Value Computed by CMake
> OTBQtWidget_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Wrappers/QtWidget
>
> //Value Computed by CMake
> OTBQtWidget_IS_TOP_LEVEL:STATIC=OFF
>
> //Dependencies for the target
> OTBQtWidget_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;Qt5::Widgets;general;Qt5::Core;general;Qt5::Gui;general;Qt5::OpenGL;general;OTBQtAdapters;
>
> //Value Computed by CMake
> OTBQtWidget_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Wrappers/QtWidget
>
> //Value Computed by CMake
> OTBQt_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/ThirdParty/Qt
>
> //Value Computed by CMake
> OTBQt_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBQt_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/ThirdParty/Qt
>
> //Value Computed by CMake
> OTBQwt_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/ThirdParty/Qwt
>
> //Value Computed by CMake
> OTBQwt_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBQwt_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/ThirdParty/Qwt
>
> //Value Computed by CMake
> OTBSARCalibration_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Radiometry/SARCalibration
>
> //Value Computed by CMake
> OTBSARCalibration_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBSARCalibration_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Radiometry/SARCalibration
>
> //Value Computed by CMake
> OTBSOM_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Learning/SOM
>
> //Value Computed by CMake
> OTBSOM_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBSOM_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Learning/SOM
>
> //Value Computed by CMake
> OTBSWIGWrapper_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Wrappers/SWIG
>
> //Value Computed by CMake
> OTBSWIGWrapper_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBSWIGWrapper_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Wrappers/SWIG
>
> //Value Computed by CMake
> OTBSampling_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Learning/Sampling
>
> //Value Computed by CMake
> OTBSampling_IS_TOP_LEVEL:STATIC=OFF
>
> //Dependencies for the target
> OTBSampling_LIB_DEPENDS:STATIC=general;OTBCommon;general;OTBImageManipulation;general;OTBStatistics;
>
> //Value Computed by CMake
> OTBSampling_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Learning/Sampling
>
> //Value Computed by CMake
> OTBSiftFast_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/ThirdParty/SiftFast
>
> //Value Computed by CMake
> OTBSiftFast_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBSiftFast_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/ThirdParty/SiftFast
>
> //Value Computed by CMake
> OTBSmoothing_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Filtering/Smoothing
>
> //Value Computed by CMake
> OTBSmoothing_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBSmoothing_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Filtering/Smoothing
>
> //Value Computed by CMake
> OTBStatistics_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Filtering/Statistics
>
> //Value Computed by CMake
> OTBStatistics_IS_TOP_LEVEL:STATIC=OFF
>
> //Dependencies for the target
> OTBStatistics_LIB_DEPENDS:STATIC=general;OTBCommon;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageBase;general;OTBCommon;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBProjection;general;OTBStreaming;
>
> //Value Computed by CMake
> OTBStatistics_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Filtering/Statistics
>
> //Value Computed by CMake
> OTBStereo_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Registration/Stereo
>
> //Value Computed by CMake
> OTBStereo_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBStereo_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Registration/Stereo
>
> //Value Computed by CMake
> OTBStreaming_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Core/Streaming
>
> //Value Computed by CMake
> OTBStreaming_IS_TOP_LEVEL:STATIC=OFF
>
> //Dependencies for the target
> OTBStreaming_LIB_DEPENDS:STATIC=general;OTBImageBase;general;OTBCommon;
>
> //Value Computed by CMake
> OTBStreaming_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Core/Streaming
>
> //Value Computed by CMake
> OTBSupervised_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Learning/Supervised
>
> //Value Computed by CMake
> OTBSupervised_IS_TOP_LEVEL:STATIC=OFF
>
> //Dependencies for the target
> OTBSupervised_LIB_DEPENDS:STATIC=general;OTBCommon;general;/usr/lib/x86_64-linux-gnu/libsvm.so;general;/usr/lib/x86_64-linux-gnu/libopencv_core.so;general;/usr/lib/x86_64-linux-gnu/libopencv_ml.so;general;OTBLearningBase;
>
> //Value Computed by CMake
> OTBSupervised_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Learning/Supervised
>
> //Value Computed by CMake
> OTBTestKernel_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/IO/TestKernel
>
> //Value Computed by CMake
> OTBTestKernel_IS_TOP_LEVEL:STATIC=OFF
>
> //Dependencies for the target
> OTBTestKernel_LIB_DEPENDS:STATIC=general;OTBGdalAdapters;general;OTBImageIO;general;OTBImageBase;general;OTBCommon;general;/usr/lib/libgdal.so;general;OTBImageManipulation;
>
> //Value Computed by CMake
> OTBTestKernel_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/IO/TestKernel
>
> //Value Computed by CMake
> OTBTextures_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Feature/Textures
>
> //Value Computed by CMake
> OTBTextures_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBTextures_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Feature/Textures
>
> //Value Computed by CMake
> OTBTimeSeries_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Filtering/TimeSeries
>
> //Value Computed by CMake
> OTBTimeSeries_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBTimeSeries_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Filtering/TimeSeries
>
> //Value Computed by CMake
> OTBTinyXML_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/ThirdParty/TinyXML
>
> //Value Computed by CMake
> OTBTinyXML_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBTinyXML_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/ThirdParty/TinyXML
>
> //Value Computed by CMake
> OTBTransform_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Core/Transform
>
> //Value Computed by CMake
> OTBTransform_IS_TOP_LEVEL:STATIC=OFF
>
> //Dependencies for the target
> OTBTransform_LIB_DEPENDS:STATIC=general;/usr/lib/libgdal.so;general;OTBCommon;general;OTBIOGDAL;general;Boost::filesystem;general;Boost::serialization;
>
> //Value Computed by CMake
> OTBTransform_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Core/Transform
>
> //Value Computed by CMake
> OTBUnmixing_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Hyperspectral/Unmixing
>
> //Value Computed by CMake
> OTBUnmixing_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBUnmixing_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Hyperspectral/Unmixing
>
> //Value Computed by CMake
> OTBUnsupervised_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Learning/Unsupervised
>
> //Value Computed by CMake
> OTBUnsupervised_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBUnsupervised_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Learning/Unsupervised
>
> //Value Computed by CMake
> OTBVectorDataBase_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Core/VectorDataBase
>
> //Value Computed by CMake
> OTBVectorDataBase_IS_TOP_LEVEL:STATIC=OFF
>
> //Dependencies for the target
> OTBVectorDataBase_LIB_DEPENDS:STATIC=general;OTBCommon;general;/usr/lib/libgdal.so;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageBase;general;OTBCommon;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;
>
> //Value Computed by CMake
> OTBVectorDataBase_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Core/VectorDataBase
>
> //Value Computed by CMake
> OTBVectorDataIO_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/IO/VectorDataIO
>
> //Value Computed by CMake
> OTBVectorDataIO_IS_TOP_LEVEL:STATIC=OFF
>
> //Dependencies for the target
> OTBVectorDataIO_LIB_DEPENDS:STATIC=general;OTBVectorDataBase;general;OTBCommon;general;OTBIOGDAL;general;OTBIOKML;
>
> //Value Computed by CMake
> OTBVectorDataIO_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/IO/VectorDataIO
>
> //Value Computed by CMake
> OTBVectorDataManipulation_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Filtering/VectorDataManipulation
>
> //Value Computed by CMake
> OTBVectorDataManipulation_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBVectorDataManipulation_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Filtering/VectorDataManipulation
>
> //Value Computed by CMake
> OTBWatersheds_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Segmentation/Watersheds
>
> //Value Computed by CMake
> OTBWatersheds_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBWatersheds_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Segmentation/Watersheds
>
> //Value Computed by CMake
> OTBWavelet_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/Filtering/Wavelet
>
> //Value Computed by CMake
> OTBWavelet_IS_TOP_LEVEL:STATIC=OFF
>
> //Dependencies for the target
> OTBWavelet_LIB_DEPENDS:STATIC=general;OTBCommon;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBCommon;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;
>
> //Value Computed by CMake
> OTBWavelet_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/Filtering/Wavelet
>
> //List of all applications
> OTB_APPLICATIONS_NAME_LIST:STRING=MultivariateAlterationDetector;ComputeOGRLayersFeaturesStatistics;SOMClassification;ImageClassifier;TrainVectorClassifier;ComputeConfusionMatrix;FusionOfClassifications;TrainImagesClassifier;TrainRegression;TrainVectorRegression;ImageRegression;ClassificationMapRegularization;OGRLayerClassifier;ComputeImagesStatistics;PolygonClassStatistics;SampleSelection;SampleExtraction;MultiImageSamplingRate;VectorClassifier;VectorRegression;SampleAugmentation;ZonalStatistics;TrainImagesRegression;HomologousPointsExtraction;DimensionalityReduction;TrainDimensionalityReduction;ImageDimensionalityReduction;VectorDimensionalityReduction;DomainTransform;LineSegmentDetection;EdgeExtraction;Smoothing;ContrastEnhancement;FastNLMeans;OrthoRectification;ConvertCartoToGeoPoint;GridBasedImageResampling;VectorDataReprojection;ObtainUTMZoneFromGeoPoint;RigidTransformResample;ImageEnvelope;ConvertSensorToGeoPoint;Superimpose;BundleToPerfectSensor;Pansharpening;HyperspectralUnmixing;VertexComponentAnalysis;LocalRxDetection;EndmemberNumberEstimation;SpectralAngleClassification;PixelValue;ExtractROI;Rescale;TileFusion;ReadImageInfo;Quicklook;ConcatenateImages;MultiResolutionPyramid;ColorMapping;CompareImages;SplitImage;ManageNoData;DynamicConvert;Mosaic;ResetMargin;Synthetize;RadiometricIndices;KmzExport;BandMath;BandMathX;LocalStatisticExtraction;BinaryMorphologicalOperation;GrayScaleMorphologicalOperation;MorphologicalClassification;MorphologicalProfilesAnalysis;MorphologicalMultiScaleDecomposition;SARCalibration;SARDeburst;SARBurstExtraction;SARConcatenateBursts;SARDecompositions;SARPolarMatrixConvert;SARPolarSynth;ComputeModulusAndPhase;Despeckle;Segmentation;ConnectedComponentSegmentation;LSMSSegmentation;LSMSVectorization;LSMSSmallRegionsMerging;HooverCompareSegmentation;MeanShiftSmoothing;LargeScaleMeanShift;SmallRegionsMerging;StereoFramework;StereoRectificationGridGenerator;FineRegistration;GeneratePlyFile;DisparityMapToElevationMap;BlockMatching;TestApplication;HaralickTextureExtraction;SFSTextureExtraction;PantexTextureExtraction;Rasterization;VectorDataTransform;VectorDataExtractROI;VectorDataSetField;OSMDownloader;ConcatenateVectorData
>
> //Value Computed by CMake
> OTB_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
>
> //Build the tests of module dependencies.
> OTB_BUILD_ALL_MODULES_FOR_TESTS:BOOL=OFF
>
> //Build the default OTB modules.
> OTB_BUILD_DEFAULT_MODULES:BOOL=ON
>
> //Run cppcheck for static code analysis
> OTB_CPPCHECK_TEST:BOOL=OFF
>
> //Path to a file.
> OTB_DATA_ROOT:PATH=/<<PKGBUILDDIR>>/Data
>
> //Use Large inputs images test.
> OTB_DATA_USE_LARGEINPUT:BOOL=OFF
>
> //Doxygen will generate Microsoft HTML help
> OTB_DOXYGEN_CHM:BOOL=OFF
>
> //Doxygen will generate additional index files for Xcode 3
> OTB_DOXYGEN_DOCSET:BOOL=OFF
>
> //Doxygen will generate Eclipse help plugin
> OTB_DOXYGEN_ECLIPSEHELP:BOOL=OFF
>
> //Doxygen will generate HTML Output
> OTB_DOXYGEN_HTML:BOOL=ON
>
> //URL to ITK doxygen
> OTB_DOXYGEN_ITK_DOXYGEN_URL:STRING=
>
> //Tagfile containing ITK doxygen
> OTB_DOXYGEN_ITK_TAGFILE:FILEPATH=
>
> //Doxygen will generate LaTeX output
> OTB_DOXYGEN_LATEX:BOOL=OFF
>
> //Doxygen will generate Qt Compressed Help
> OTB_DOXYGEN_QHP:BOOL=OFF
>
> //Doxygen will generate RTF output optimized for Word 97
> OTB_DOXYGEN_RTF:BOOL=OFF
>
> //Doxygen will generate XML output
> OTB_DOXYGEN_XML:BOOL=OFF
>
> //Do not download source code or data from the network
> OTB_FORBID_DOWNLOADS:BOOL=OFF
>
> //Create/merge .ts source translation files. WARNING: If ON, 'make
> // clean' will delete the .ts files from source directory!
> OTB_I18N_MERGE_TS:BOOL=OFF
>
> //No help, variable specified on the command line.
> OTB_INSTALL_ARCHIVE_DIR:STRING=lib/x86_64-linux-gnu
>
> //No help, variable specified on the command line.
> OTB_INSTALL_LIBRARY_DIR:STRING=lib/x86_64-linux-gnu
>
> //Value Computed by CMake
> OTB_IS_TOP_LEVEL:STATIC=ON
>
> //Value Computed by CMake
> OTB_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>
>
> //Enable 6S radiometric and atmospheric correction module
> OTB_USE_6S:BOOL=OFF
>
> //Enable curl based functionalities
> OTB_USE_CURL:BOOL=ON
>
> //Enable Glew dependent modules
> OTB_USE_GLEW:BOOL=ON
>
> //Enable GLFW dependent modules
> OTB_USE_GLFW:BOOL=ON
>
> //Enable GLUT dependent modules
> OTB_USE_GLUT:BOOL=OFF
>
> //Enable GSL dependent modules
> OTB_USE_GSL:BOOL=OFF
>
> //Enable libkml dependent modules
> OTB_USE_LIBKML:BOOL=ON
>
> //Enable libSVM dependent modules
> OTB_USE_LIBSVM:BOOL=ON
>
> //Enable MPI dependent modules
> OTB_USE_MPI:BOOL=OFF
>
> //Enable MuParser dependent modules
> OTB_USE_MUPARSER:BOOL=ON
>
> //Enable MuParserX dependent modules
> OTB_USE_MUPARSERX:BOOL=ON
>
> //Enable OpenCV dependent modules
> OTB_USE_OPENCV:BOOL=ON
>
> //Enable OpenGL dependent modules
> OTB_USE_OPENGL:BOOL=ON
>
> //Add openmp compiler and linker flags
> OTB_USE_OPENMP:BOOL=OFF
>
> //Enable Qt5 dependent modules
> OTB_USE_QT:BOOL=ON
>
> //Enable Qwt dependent modules
> OTB_USE_QWT:BOOL=ON
>
> //Enable SHARK dependent modules
> OTB_USE_SHARK:BOOL=OFF
>
> //Enable SiftFast dependent modules
> OTB_USE_SIFTFAST:BOOL=ON
>
> //Enable SPTW dependent modules
> OTB_USE_SPTW:BOOL=OFF
>
> //Enable SIMD optimizations (hardware dependent).
> OTB_USE_SSE_FLAGS:BOOL=ON
>
> //Wrap Python
> OTB_WRAP_PYTHON:BOOL=OFF
>
> //Build QGIS Descriptors
> OTB_WRAP_QGIS:BOOL=ON
>
> //Value Computed by CMake
> OTBlibkml_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Modules/ThirdParty/libkml
>
> //Value Computed by CMake
> OTBlibkml_IS_TOP_LEVEL:STATIC=OFF
>
> //Value Computed by CMake
> OTBlibkml_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/Modules/ThirdParty/libkml
>
> //Path to a program.
> PERL_EXECUTABLE:FILEPATH=/usr/bin/perl
>
> //Arguments to supply to pkg-config
> PKG_CONFIG_ARGN:STRING=
>
> //pkg-config executable
> PKG_CONFIG_EXECUTABLE:FILEPATH=/usr/bin/pkg-config
>
> //Path to a file.
> QWT_INCLUDE_DIR:PATH=/usr/include/qwt
>
> //Path to a library.
> QWT_LIBRARY:FILEPATH=/usr/lib/libqwt-qt5.so
>
> //The directory containing a CMake configuration file for Qt5Core.
> Qt5Core_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/Qt5Core
>
> //The directory containing a CMake configuration file for Qt5Gui.
> Qt5Gui_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui
>
> //The directory containing a CMake configuration file for Qt5LinguistTools.
> Qt5LinguistTools_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/Qt5LinguistTools
>
> //The directory containing a CMake configuration file for Qt5OpenGL.
> Qt5OpenGL_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/Qt5OpenGL
>
> //The directory containing a CMake configuration file for Qt5Widgets.
> Qt5Widgets_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/Qt5Widgets
>
> //Path to a file.
> TINYXML_INCLUDE_DIR:PATH=/usr/include
>
> //Path to a library.
> TINYXML_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libtinyxml.so
>
> //The directory containing a CMake configuration file for boost_filesystem.
> boost_filesystem_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/boost_filesystem-1.74.0
>
> //The directory containing a CMake configuration file for boost_headers.
> boost_headers_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/boost_headers-1.74.0
>
> //The directory containing a CMake configuration file for boost_serialization.
> boost_serialization_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/boost_serialization-1.74.0
>
> //The directory where opencv/cv.h is installed
> opencv_INCLUDE_DIR:PATH=/usr/include/opencv4
>
> //Dependencies for the target
> otbapp_BandMathX_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;OTBMathParserX;general;OTBCommon;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;
>
> //Dependencies for the target
> otbapp_BandMath_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;OTBImageBase;general;OTBMathParser;general;OTBCommon;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;
>
> //Dependencies for the target
> otbapp_BinaryMorphologicalOperation_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageBase;general;OTBCommon;general;OTBMetadata;
>
> //Dependencies for the target
> otbapp_BlockMatching_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;OTBCommon;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageBase;general;OTBImageManipulation;general;OTBTransform;general;OTBStreaming;general;OTBStatistics;general;OTBImageIO;general;OTBMathParser;
>
> //Dependencies for the target
> otbapp_BundleToPerfectSensor_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;OTBCarto;general;OTBCommon;general;/usr/lib/libgdal.so;general;OTBGdalAdapters;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageBase;general;OTBImageManipulation;general;OTBMathParser;general;OTBProjection;general;OTBTransform;general;OTBStatistics;
>
> //Dependencies for the target
> otbapp_ClassificationMapRegularization_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;Boost::filesystem;general;Boost::serialization;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBCommon;general;/usr/lib/libgdal.so;general;OTBGdalAdapters;general;OTBIOGDAL;general;OTBImageBase;general;OTBVectorDataBase;general;OTBImageManipulation;general;OTBTransform;general;OTBMetadata;general;OTBStreaming;general;OTBFuzzy;general;OTBMathParser;general;OTBSupervised;general;/usr/lib/x86_64-linux-gnu/libtinyxml.so;general;OTBLearningBase;general;OTBProjection;general;OTBSampling;general;OTBStatistics;general;OTBVectorDataIO;
>
> //Dependencies for the target
> otbapp_ColorMapping_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;Boost::filesystem;general;Boost::serialization;general;OTBCarto;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBCommon;general;/usr/lib/libgdal.so;general;OTBGdalAdapters;general;OTBIOGDAL;general;OTBImageBase;general;OTBVectorDataBase;general;OTBImageManipulation;general;OTBTransform;general;OTBMetadata;general;OTBStreaming;general;OTBCurlAdapters;general;OTBProjection;general;OTBStatistics;
>
> //Dependencies for the target
> otbapp_CompareImages_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;Boost::filesystem;general;Boost::serialization;general;OTBCarto;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBCommon;general;/usr/lib/libgdal.so;general;OTBGdalAdapters;general;OTBIOGDAL;general;OTBImageBase;general;OTBVectorDataBase;general;OTBImageManipulation;general;OTBTransform;general;OTBMetadata;general;OTBStreaming;general;OTBCurlAdapters;general;OTBProjection;general;OTBStatistics;
>
> //Dependencies for the target
> otbapp_ComputeConfusionMatrix_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;Boost::filesystem;general;Boost::serialization;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBCommon;general;/usr/lib/libgdal.so;general;OTBGdalAdapters;general;OTBIOGDAL;general;OTBImageBase;general;OTBVectorDataBase;general;OTBImageManipulation;general;OTBTransform;general;OTBMetadata;general;OTBStreaming;general;OTBFuzzy;general;OTBMathParser;general;OTBSupervised;general;/usr/lib/x86_64-linux-gnu/libtinyxml.so;general;OTBLearningBase;general;OTBProjection;general;OTBSampling;general;OTBStatistics;general;OTBVectorDataIO;
>
> //Dependencies for the target
> otbapp_ComputeImagesStatistics_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;Boost::filesystem;general;Boost::serialization;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBCommon;general;/usr/lib/libgdal.so;general;OTBGdalAdapters;general;OTBIOGDAL;general;OTBImageBase;general;OTBVectorDataBase;general;OTBImageManipulation;general;OTBTransform;general;OTBMetadata;general;OTBStreaming;general;OTBFuzzy;general;OTBMathParser;general;OTBSupervised;general;/usr/lib/x86_64-linux-gnu/libtinyxml.so;general;OTBLearningBase;general;OTBProjection;general;OTBSampling;general;OTBStatistics;general;OTBVectorDataIO;
>
> //Dependencies for the target
> otbapp_ComputeModulusAndPhase_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageBase;general;OTBImageManipulation;
>
> //Dependencies for the target
> otbapp_ComputeOGRLayersFeaturesStatistics_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;Boost::filesystem;general;Boost::serialization;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBCommon;general;/usr/lib/libgdal.so;general;OTBGdalAdapters;general;OTBIOGDAL;general;OTBImageBase;general;OTBVectorDataBase;general;OTBImageManipulation;general;OTBTransform;general;OTBMetadata;general;OTBStreaming;general;OTBFuzzy;general;OTBMathParser;general;OTBSupervised;general;/usr/lib/x86_64-linux-gnu/libtinyxml.so;general;OTBLearningBase;general;OTBProjection;general;OTBSampling;general;OTBStatistics;general;OTBVectorDataIO;
>
> //Dependencies for the target
> otbapp_ConcatenateImages_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;Boost::filesystem;general;Boost::serialization;general;OTBCarto;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBCommon;general;/usr/lib/libgdal.so;general;OTBGdalAdapters;general;OTBIOGDAL;general;OTBImageBase;general;OTBVectorDataBase;general;OTBImageManipulation;general;OTBTransform;general;OTBMetadata;general;OTBStreaming;general;OTBCurlAdapters;general;OTBProjection;general;OTBStatistics;
>
> //Dependencies for the target
> otbapp_ConcatenateVectorData_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;OTBCarto;general;OTBCommon;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageBase;general;OTBProjection;general;OTBVectorDataBase;general;OTBImageManipulation;general;OTBTransform;
>
> //Dependencies for the target
> otbapp_ConnectedComponentSegmentation_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;OTBCommon;general;Boost::filesystem;general;Boost::serialization;general;/usr/lib/libgdal.so;general;OTBGdalAdapters;general;OTBIOGDAL;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageBase;general;OTBVectorDataBase;general;OTBImageManipulation;general;OTBTransform;general;OTBMetadata;general;OTBStreaming;general;OTBMathParser;general;OTBProjection;general;OTBImageIO;general;OTBStatistics;
>
> //Dependencies for the target
> otbapp_ContrastEnhancement_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;OTBCommon;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageBase;general;OTBImageManipulation;general;OTBStatistics;general;OTBStreaming;
>
> //Dependencies for the target
> otbapp_ConvertCartoToGeoPoint_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;OTBCarto;general;OTBCommon;general;/usr/lib/libgdal.so;general;OTBGdalAdapters;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageBase;general;OTBImageManipulation;general;OTBMathParser;general;OTBProjection;general;OTBTransform;
>
> //Dependencies for the target
> otbapp_ConvertSensorToGeoPoint_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;OTBCarto;general;OTBCommon;general;/usr/lib/libgdal.so;general;OTBGdalAdapters;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageBase;general;OTBImageManipulation;general;OTBMathParser;general;OTBProjection;general;OTBTransform;
>
> //Dependencies for the target
> otbapp_Despeckle_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageBase;general;OTBImageManipulation;
>
> //Dependencies for the target
> otbapp_DimensionalityReduction_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;OTBCommon;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageBase;general;OTBImageManipulation;general;OTBStatistics;general;Boost::filesystem;general;Boost::serialization;general;OTBLearningBase;general;/usr/lib/x86_64-linux-gnu/libtinyxml.so;
>
> //Dependencies for the target
> otbapp_DisparityMapToElevationMap_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;OTBCommon;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageBase;general;OTBImageManipulation;general;OTBTransform;general;OTBStreaming;general;OTBStatistics;general;OTBImageIO;general;OTBMathParser;
>
> //Dependencies for the target
> otbapp_DomainTransform_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;OTBCommon;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageBase;general;OTBWavelet;
>
> //Dependencies for the target
> otbapp_DynamicConvert_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;Boost::filesystem;general;Boost::serialization;general;OTBCarto;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBCommon;general;/usr/lib/libgdal.so;general;OTBGdalAdapters;general;OTBIOGDAL;general;OTBImageBase;general;OTBVectorDataBase;general;OTBImageManipulation;general;OTBTransform;general;OTBMetadata;general;OTBStreaming;general;OTBCurlAdapters;general;OTBProjection;general;OTBStatistics;
>
> //Dependencies for the target
> otbapp_EdgeExtraction_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;OTBCommon;general;Boost::filesystem;general;Boost::serialization;general;/usr/lib/libgdal.so;general;OTBGdalAdapters;general;OTBIOGDAL;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageBase;general;OTBVectorDataBase;general;OTBImageManipulation;general;OTBTransform;general;OTBMetadata;general;OTBStreaming;general;OTBProjection;general;OTBStatistics;
>
> //Dependencies for the target
> otbapp_EndmemberNumberEstimation_LIB_DEPENDS:STATIC=general;OTBCommon;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageBase;general;OTBApplicationEngine;general;Boost::filesystem;general;Boost::serialization;general;OTBImageManipulation;general;OTBStatistics;general;OTBProjection;general;OTBWavelet;
>
> //Dependencies for the target
> otbapp_ExtractROI_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;Boost::filesystem;general;Boost::serialization;general;OTBCarto;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBCommon;general;/usr/lib/libgdal.so;general;OTBGdalAdapters;general;OTBIOGDAL;general;OTBImageBase;general;OTBVectorDataBase;general;OTBImageManipulation;general;OTBTransform;general;OTBMetadata;general;OTBStreaming;general;OTBCurlAdapters;general;OTBProjection;general;OTBStatistics;
>
> //Dependencies for the target
> otbapp_FastNLMeans_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;OTBCommon;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageBase;general;OTBImageManipulation;general;OTBStatistics;general;OTBStreaming;
>
> //Dependencies for the target
> otbapp_FineRegistration_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;OTBCommon;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageBase;general;OTBImageManipulation;general;OTBTransform;general;OTBStreaming;general;OTBStatistics;general;OTBImageIO;general;OTBMathParser;
>
> //Dependencies for the target
> otbapp_FusionOfClassifications_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;Boost::filesystem;general;Boost::serialization;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBCommon;general;/usr/lib/libgdal.so;general;OTBGdalAdapters;general;OTBIOGDAL;general;OTBImageBase;general;OTBVectorDataBase;general;OTBImageManipulation;general;OTBTransform;general;OTBMetadata;general;OTBStreaming;general;OTBFuzzy;general;OTBMathParser;general;OTBSupervised;general;/usr/lib/x86_64-linux-gnu/libtinyxml.so;general;OTBLearningBase;general;OTBProjection;general;OTBSampling;general;OTBStatistics;general;OTBVectorDataIO;
>
> //Dependencies for the target
> otbapp_GeneratePlyFile_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;OTBCommon;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageBase;general;OTBImageManipulation;general;OTBTransform;general;OTBStreaming;general;OTBStatistics;general;OTBImageIO;general;OTBMathParser;
>
> //Dependencies for the target
> otbapp_GrayScaleMorphologicalOperation_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageBase;general;OTBCommon;general;OTBMetadata;
>
> //Dependencies for the target
> otbapp_GridBasedImageResampling_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;OTBCarto;general;OTBCommon;general;/usr/lib/libgdal.so;general;OTBGdalAdapters;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageBase;general;OTBImageManipulation;general;OTBMathParser;general;OTBProjection;general;OTBTransform;
>
> //Dependencies for the target
> otbapp_HaralickTextureExtraction_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageBase;general;OTBImageManipulation;general;OTBCommon;general;OTBStatistics;
>
> //Dependencies for the target
> otbapp_HomologousPointsExtraction_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;OTBCommon;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageBase;general;OTBStreaming;general;OTBTransform;general;otbsiftfast;general;/usr/lib/libgdal.so;general;OTBGdalAdapters;
>
> //Dependencies for the target
> otbapp_HooverCompareSegmentation_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;OTBCommon;general;Boost::filesystem;general;Boost::serialization;general;/usr/lib/libgdal.so;general;OTBGdalAdapters;general;OTBIOGDAL;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageBase;general;OTBVectorDataBase;general;OTBImageManipulation;general;OTBTransform;general;OTBMetadata;general;OTBStreaming;general;OTBMathParser;general;OTBProjection;general;OTBImageIO;general;OTBStatistics;
>
> //Dependencies for the target
> otbapp_HyperspectralUnmixing_LIB_DEPENDS:STATIC=general;OTBCommon;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageBase;general;OTBApplicationEngine;general;Boost::filesystem;general;Boost::serialization;general;OTBImageManipulation;general;OTBStatistics;general;OTBProjection;general;OTBWavelet;
>
> //Dependencies for the target
> otbapp_ImageClassifier_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;Boost::filesystem;general;Boost::serialization;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBCommon;general;/usr/lib/libgdal.so;general;OTBGdalAdapters;general;OTBIOGDAL;general;OTBImageBase;general;OTBVectorDataBase;general;OTBImageManipulation;general;OTBTransform;general;OTBMetadata;general;OTBStreaming;general;OTBFuzzy;general;OTBMathParser;general;OTBSupervised;general;/usr/lib/x86_64-linux-gnu/libtinyxml.so;general;OTBLearningBase;general;OTBProjection;general;OTBSampling;general;OTBStatistics;general;OTBVectorDataIO;
>
> //Dependencies for the target
> otbapp_ImageDimensionalityReduction_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;OTBCommon;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageBase;general;OTBImageManipulation;general;OTBStatistics;general;Boost::filesystem;general;Boost::serialization;general;OTBLearningBase;general;/usr/lib/x86_64-linux-gnu/libtinyxml.so;general;OTBCommon;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;Boost::filesystem;general;Boost::serialization;
>
> //Dependencies for the target
> otbapp_ImageEnvelope_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;OTBCarto;general;OTBCommon;general;/usr/lib/libgdal.so;general;OTBGdalAdapters;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageBase;general;OTBImageManipulation;general;OTBMathParser;general;OTBProjection;general;OTBTransform;
>
> //Dependencies for the target
> otbapp_ImageRegression_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;Boost::filesystem;general;Boost::serialization;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBCommon;general;/usr/lib/libgdal.so;general;OTBGdalAdapters;general;OTBIOGDAL;general;OTBImageBase;general;OTBVectorDataBase;general;OTBImageManipulation;general;OTBTransform;general;OTBMetadata;general;OTBStreaming;general;OTBFuzzy;general;OTBMathParser;general;OTBSupervised;general;/usr/lib/x86_64-linux-gnu/libtinyxml.so;general;OTBLearningBase;general;OTBProjection;general;OTBSampling;general;OTBStatistics;general;OTBVectorDataIO;
>
> //Dependencies for the target
> otbapp_KmzExport_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageBase;general;OTBImageIO;general;OTBImageManipulation;general;OTBMetadata;general;OTBTransform;general;OTBVectorDataBase;general;OTBVectorDataIO;general;/usr/lib/x86_64-linux-gnu/libkmlbase.so;general;/usr/lib/x86_64-linux-gnu/libkmldom.so;general;/usr/lib/x86_64-linux-gnu/libkmlengine.so;
>
> //Dependencies for the target
> otbapp_LSMSSegmentation_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;OTBCommon;general;Boost::filesystem;general;Boost::serialization;general;/usr/lib/libgdal.so;general;OTBGdalAdapters;general;OTBIOGDAL;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageBase;general;OTBVectorDataBase;general;OTBImageManipulation;general;OTBTransform;general;OTBMetadata;general;OTBStreaming;general;OTBMathParser;general;OTBProjection;general;OTBImageIO;general;OTBStatistics;
>
> //Dependencies for the target
> otbapp_LSMSSmallRegionsMerging_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;OTBCommon;general;Boost::filesystem;general;Boost::serialization;general;/usr/lib/libgdal.so;general;OTBGdalAdapters;general;OTBIOGDAL;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageBase;general;OTBVectorDataBase;general;OTBImageManipulation;general;OTBTransform;general;OTBMetadata;general;OTBStreaming;general;OTBMathParser;general;OTBProjection;general;OTBImageIO;general;OTBStatistics;
>
> //Dependencies for the target
> otbapp_LSMSVectorization_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;OTBCommon;general;Boost::filesystem;general;Boost::serialization;general;/usr/lib/libgdal.so;general;OTBGdalAdapters;general;OTBIOGDAL;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageBase;general;OTBVectorDataBase;general;OTBImageManipulation;general;OTBTransform;general;OTBMetadata;general;OTBStreaming;general;OTBMathParser;general;OTBProjection;general;OTBImageIO;general;OTBStatistics;
>
> //Dependencies for the target
> otbapp_LargeScaleMeanShift_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;OTBCommon;general;Boost::filesystem;general;Boost::serialization;general;/usr/lib/libgdal.so;general;OTBGdalAdapters;general;OTBIOGDAL;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageBase;general;OTBVectorDataBase;general;OTBImageManipulation;general;OTBTransform;general;OTBMetadata;general;OTBStreaming;general;OTBMathParser;general;OTBProjection;general;OTBImageIO;general;OTBStatistics;
>
> //Dependencies for the target
> otbapp_LineSegmentDetection_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;OTBCommon;general;Boost::filesystem;general;Boost::serialization;general;/usr/lib/libgdal.so;general;OTBGdalAdapters;general;OTBIOGDAL;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageBase;general;OTBVectorDataBase;general;OTBImageManipulation;general;OTBTransform;general;OTBMetadata;general;OTBStreaming;general;OTBProjection;general;OTBStatistics;
>
> //Dependencies for the target
> otbapp_LocalRxDetection_LIB_DEPENDS:STATIC=general;OTBCommon;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageBase;general;OTBApplicationEngine;general;Boost::filesystem;general;Boost::serialization;general;OTBImageManipulation;general;OTBStatistics;general;OTBProjection;general;OTBWavelet;
>
> //Dependencies for the target
> otbapp_LocalStatisticExtraction_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageBase;general;OTBCommon;general;OTBVectorDataBase;
>
> //Dependencies for the target
> otbapp_ManageNoData_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;Boost::filesystem;general;Boost::serialization;general;OTBCarto;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBCommon;general;/usr/lib/libgdal.so;general;OTBGdalAdapters;general;OTBIOGDAL;general;OTBImageBase;general;OTBVectorDataBase;general;OTBImageManipulation;general;OTBTransform;general;OTBMetadata;general;OTBStreaming;general;OTBCurlAdapters;general;OTBProjection;general;OTBStatistics;
>
> //Dependencies for the target
> otbapp_MeanShiftSmoothing_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;OTBCommon;general;Boost::filesystem;general;Boost::serialization;general;/usr/lib/libgdal.so;general;OTBGdalAdapters;general;OTBIOGDAL;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageBase;general;OTBVectorDataBase;general;OTBImageManipulation;general;OTBTransform;general;OTBMetadata;general;OTBStreaming;general;OTBMathParser;general;OTBProjection;general;OTBImageIO;general;OTBStatistics;
>
> //Dependencies for the target
> otbapp_MorphologicalClassification_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageBase;general;OTBCommon;general;OTBMetadata;
>
> //Dependencies for the target
> otbapp_MorphologicalMultiScaleDecomposition_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageBase;general;OTBCommon;general;OTBMetadata;
>
> //Dependencies for the target
> otbapp_MorphologicalProfilesAnalysis_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageBase;general;OTBCommon;general;OTBMetadata;
>
> //Dependencies for the target
> otbapp_Mosaic_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;Boost::filesystem;general;Boost::serialization;general;OTBCarto;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBCommon;general;/usr/lib/libgdal.so;general;OTBGdalAdapters;general;OTBIOGDAL;general;OTBImageBase;general;OTBVectorDataBase;general;OTBImageManipulation;general;OTBTransform;general;OTBMetadata;general;OTBStreaming;general;OTBCurlAdapters;general;OTBProjection;general;OTBStatistics;
>
> //Dependencies for the target
> otbapp_MultiImageSamplingRate_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;Boost::filesystem;general;Boost::serialization;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBCommon;general;/usr/lib/libgdal.so;general;OTBGdalAdapters;general;OTBIOGDAL;general;OTBImageBase;general;OTBVectorDataBase;general;OTBImageManipulation;general;OTBTransform;general;OTBMetadata;general;OTBStreaming;general;OTBFuzzy;general;OTBMathParser;general;OTBSupervised;general;/usr/lib/x86_64-linux-gnu/libtinyxml.so;general;OTBLearningBase;general;OTBProjection;general;OTBSampling;general;OTBStatistics;general;OTBVectorDataIO;
>
> //Dependencies for the target
> otbapp_MultiResolutionPyramid_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;Boost::filesystem;general;Boost::serialization;general;OTBCarto;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBCommon;general;/usr/lib/libgdal.so;general;OTBGdalAdapters;general;OTBIOGDAL;general;OTBImageBase;general;OTBVectorDataBase;general;OTBImageManipulation;general;OTBTransform;general;OTBMetadata;general;OTBStreaming;general;OTBCurlAdapters;general;OTBProjection;general;OTBStatistics;
>
> //Dependencies for the target
> otbapp_MultivariateAlterationDetector_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;OTBCommon;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageManipulation;general;OTBProjection;general;OTBStatistics;
>
> //Dependencies for the target
> otbapp_OGRLayerClassifier_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;Boost::filesystem;general;Boost::serialization;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBCommon;general;/usr/lib/libgdal.so;general;OTBGdalAdapters;general;OTBIOGDAL;general;OTBImageBase;general;OTBVectorDataBase;general;OTBImageManipulation;general;OTBTransform;general;OTBMetadata;general;OTBStreaming;general;OTBFuzzy;general;OTBMathParser;general;OTBSupervised;general;/usr/lib/x86_64-linux-gnu/libtinyxml.so;general;OTBLearningBase;general;OTBProjection;general;OTBSampling;general;OTBStatistics;general;OTBVectorDataIO;
>
> //Dependencies for the target
> otbapp_OSMDownloader_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;OTBCarto;general;OTBCommon;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageBase;general;OTBProjection;general;OTBVectorDataBase;general;OTBImageManipulation;general;OTBTransform;
>
> //Dependencies for the target
> otbapp_ObtainUTMZoneFromGeoPoint_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;OTBCarto;general;OTBCommon;general;/usr/lib/libgdal.so;general;OTBGdalAdapters;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageBase;general;OTBImageManipulation;general;OTBMathParser;general;OTBProjection;general;OTBTransform;
>
> //Dependencies for the target
> otbapp_OrthoRectification_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;OTBCarto;general;OTBCommon;general;/usr/lib/libgdal.so;general;OTBGdalAdapters;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageBase;general;OTBImageManipulation;general;OTBMathParser;general;OTBProjection;general;OTBTransform;
>
> //Dependencies for the target
> otbapp_Pansharpening_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;OTBCarto;general;OTBCommon;general;/usr/lib/libgdal.so;general;OTBGdalAdapters;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageBase;general;OTBImageManipulation;general;OTBMathParser;general;OTBProjection;general;OTBTransform;general;OTBStatistics;
>
> //Dependencies for the target
> otbapp_PantexTextureExtraction_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageBase;general;OTBImageManipulation;general;OTBCommon;general;OTBStatistics;
>
> //Dependencies for the target
> otbapp_PixelValue_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;Boost::filesystem;general;Boost::serialization;general;OTBCarto;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBCommon;general;/usr/lib/libgdal.so;general;OTBGdalAdapters;general;OTBIOGDAL;general;OTBImageBase;general;OTBVectorDataBase;general;OTBImageManipulation;general;OTBTransform;general;OTBMetadata;general;OTBStreaming;general;OTBCurlAdapters;general;OTBProjection;general;OTBStatistics;
>
> //Dependencies for the target
> otbapp_PolygonClassStatistics_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;Boost::filesystem;general;Boost::serialization;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBCommon;general;/usr/lib/libgdal.so;general;OTBGdalAdapters;general;OTBIOGDAL;general;OTBImageBase;general;OTBVectorDataBase;general;OTBImageManipulation;general;OTBTransform;general;OTBMetadata;general;OTBStreaming;general;OTBFuzzy;general;OTBMathParser;general;OTBSupervised;general;/usr/lib/x86_64-linux-gnu/libtinyxml.so;general;OTBLearningBase;general;OTBProjection;general;OTBSampling;general;OTBStatistics;general;OTBVectorDataIO;
>
> //Dependencies for the target
> otbapp_Quicklook_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;Boost::filesystem;general;Boost::serialization;general;OTBCarto;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBCommon;general;/usr/lib/libgdal.so;general;OTBGdalAdapters;general;OTBIOGDAL;general;OTBImageBase;general;OTBVectorDataBase;general;OTBImageManipulation;general;OTBTransform;general;OTBMetadata;general;OTBStreaming;general;OTBCurlAdapters;general;OTBProjection;general;OTBStatistics;
>
> //Dependencies for the target
> otbapp_RadiometricIndices_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;OTBCommon;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageBase;general;OTBFuzzy;general;OTBImageManipulation;general;OTBMetadata;general;OTBVectorDataBase;
>
> //Dependencies for the target
> otbapp_Rasterization_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;Boost::filesystem;general;Boost::serialization;general;OTBCommon;general;/usr/lib/libgdal.so;general;OTBGdalAdapters;general;OTBIOGDAL;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageBase;general;OTBVectorDataBase;general;OTBImageManipulation;general;OTBTransform;general;OTBMetadata;general;OTBStreaming;
>
> //Dependencies for the target
> otbapp_ReadImageInfo_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;Boost::filesystem;general;Boost::serialization;general;OTBCarto;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBCommon;general;/usr/lib/libgdal.so;general;OTBGdalAdapters;general;OTBIOGDAL;general;OTBImageBase;general;OTBVectorDataBase;general;OTBImageManipulation;general;OTBTransform;general;OTBMetadata;general;OTBStreaming;general;OTBCurlAdapters;general;OTBProjection;general;OTBStatistics;
>
> //Dependencies for the target
> otbapp_Rescale_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;Boost::filesystem;general;Boost::serialization;general;OTBCarto;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBCommon;general;/usr/lib/libgdal.so;general;OTBGdalAdapters;general;OTBIOGDAL;general;OTBImageBase;general;OTBVectorDataBase;general;OTBImageManipulation;general;OTBTransform;general;OTBMetadata;general;OTBStreaming;general;OTBCurlAdapters;general;OTBProjection;general;OTBStatistics;
>
> //Dependencies for the target
> otbapp_ResetMargin_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;Boost::filesystem;general;Boost::serialization;general;OTBCarto;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBCommon;general;/usr/lib/libgdal.so;general;OTBGdalAdapters;general;OTBIOGDAL;general;OTBImageBase;general;OTBVectorDataBase;general;OTBImageManipulation;general;OTBTransform;general;OTBMetadata;general;OTBStreaming;general;OTBCurlAdapters;general;OTBProjection;general;OTBStatistics;
>
> //Dependencies for the target
> otbapp_RigidTransformResample_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;OTBCarto;general;OTBCommon;general;/usr/lib/libgdal.so;general;OTBGdalAdapters;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageBase;general;OTBImageManipulation;general;OTBMathParser;general;OTBProjection;general;OTBTransform;
>
> //Dependencies for the target
> otbapp_SARBurstExtraction_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;OTBCommon;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageManipulation;general;OTBMetadata;
>
> //Dependencies for the target
> otbapp_SARCalibration_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;OTBCommon;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageManipulation;general;OTBMetadata;
>
> //Dependencies for the target
> otbapp_SARConcatenateBursts_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;OTBCommon;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageManipulation;general;OTBMetadata;
>
> //Dependencies for the target
> otbapp_SARDeburst_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;OTBCommon;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageManipulation;general;OTBMetadata;
>
> //Dependencies for the target
> otbapp_SARDecompositions_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageBase;general;OTBImageManipulation;general;OTBPolarimetry;
>
> //Dependencies for the target
> otbapp_SARPolarMatrixConvert_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageBase;general;OTBImageManipulation;general;OTBPolarimetry;
>
> //Dependencies for the target
> otbapp_SARPolarSynth_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageBase;general;OTBImageManipulation;general;OTBPolarimetry;
>
> //Dependencies for the target
> otbapp_SFSTextureExtraction_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageBase;general;OTBImageManipulation;general;OTBCommon;general;OTBStatistics;
>
> //Dependencies for the target
> otbapp_SOMClassification_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;Boost::filesystem;general;Boost::serialization;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBCommon;general;/usr/lib/libgdal.so;general;OTBGdalAdapters;general;OTBIOGDAL;general;OTBImageBase;general;OTBVectorDataBase;general;OTBImageManipulation;general;OTBTransform;general;OTBMetadata;general;OTBStreaming;general;OTBFuzzy;general;OTBMathParser;general;OTBSupervised;general;/usr/lib/x86_64-linux-gnu/libtinyxml.so;general;OTBLearningBase;general;OTBProjection;general;OTBSampling;general;OTBStatistics;general;OTBVectorDataIO;
>
> //Dependencies for the target
> otbapp_SampleAugmentation_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;Boost::filesystem;general;Boost::serialization;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBCommon;general;/usr/lib/libgdal.so;general;OTBGdalAdapters;general;OTBIOGDAL;general;OTBImageBase;general;OTBVectorDataBase;general;OTBImageManipulation;general;OTBTransform;general;OTBMetadata;general;OTBStreaming;general;OTBFuzzy;general;OTBMathParser;general;OTBSupervised;general;/usr/lib/x86_64-linux-gnu/libtinyxml.so;general;OTBLearningBase;general;OTBProjection;general;OTBSampling;general;OTBStatistics;general;OTBVectorDataIO;
>
> //Dependencies for the target
> otbapp_SampleExtraction_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;Boost::filesystem;general;Boost::serialization;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBCommon;general;/usr/lib/libgdal.so;general;OTBGdalAdapters;general;OTBIOGDAL;general;OTBImageBase;general;OTBVectorDataBase;general;OTBImageManipulation;general;OTBTransform;general;OTBMetadata;general;OTBStreaming;general;OTBFuzzy;general;OTBMathParser;general;OTBSupervised;general;/usr/lib/x86_64-linux-gnu/libtinyxml.so;general;OTBLearningBase;general;OTBProjection;general;OTBSampling;general;OTBStatistics;general;OTBVectorDataIO;
>
> //Dependencies for the target
> otbapp_SampleSelection_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;Boost::filesystem;general;Boost::serialization;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBCommon;general;/usr/lib/libgdal.so;general;OTBGdalAdapters;general;OTBIOGDAL;general;OTBImageBase;general;OTBVectorDataBase;general;OTBImageManipulation;general;OTBTransform;general;OTBMetadata;general;OTBStreaming;general;OTBFuzzy;general;OTBMathParser;general;OTBSupervised;general;/usr/lib/x86_64-linux-gnu/libtinyxml.so;general;OTBLearningBase;general;OTBProjection;general;OTBSampling;general;OTBStatistics;general;OTBVectorDataIO;
>
> //Dependencies for the target
> otbapp_Segmentation_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;OTBCommon;general;Boost::filesystem;general;Boost::serialization;general;/usr/lib/libgdal.so;general;OTBGdalAdapters;general;OTBIOGDAL;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageBase;general;OTBVectorDataBase;general;OTBImageManipulation;general;OTBTransform;general;OTBMetadata;general;OTBStreaming;general;OTBMathParser;general;OTBProjection;general;OTBImageIO;general;OTBStatistics;
>
> //Dependencies for the target
> otbapp_SmallRegionsMerging_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;OTBCommon;general;Boost::filesystem;general;Boost::serialization;general;/usr/lib/libgdal.so;general;OTBGdalAdapters;general;OTBIOGDAL;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageBase;general;OTBVectorDataBase;general;OTBImageManipulation;general;OTBTransform;general;OTBMetadata;general;OTBStreaming;general;OTBMathParser;general;OTBProjection;general;OTBImageIO;general;OTBStatistics;
>
> //Dependencies for the target
> otbapp_Smoothing_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;OTBCommon;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageBase;general;OTBImageManipulation;general;OTBStatistics;general;OTBStreaming;
>
> //Dependencies for the target
> otbapp_SpectralAngleClassification_LIB_DEPENDS:STATIC=general;OTBCommon;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageBase;general;OTBApplicationEngine;general;Boost::filesystem;general;Boost::serialization;general;OTBImageManipulation;general;OTBStatistics;general;OTBProjection;general;OTBWavelet;
>
> //Dependencies for the target
> otbapp_SplitImage_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;Boost::filesystem;general;Boost::serialization;general;OTBCarto;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBCommon;general;/usr/lib/libgdal.so;general;OTBGdalAdapters;general;OTBIOGDAL;general;OTBImageBase;general;OTBVectorDataBase;general;OTBImageManipulation;general;OTBTransform;general;OTBMetadata;general;OTBStreaming;general;OTBCurlAdapters;general;OTBProjection;general;OTBStatistics;
>
> //Dependencies for the target
> otbapp_StereoFramework_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;OTBCommon;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageBase;general;OTBImageManipulation;general;OTBTransform;general;OTBStreaming;general;OTBStatistics;general;OTBImageIO;general;OTBMathParser;
>
> //Dependencies for the target
> otbapp_StereoRectificationGridGenerator_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;OTBCommon;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageBase;general;OTBImageManipulation;general;OTBTransform;general;OTBStreaming;general;OTBStatistics;general;OTBImageIO;general;OTBMathParser;
>
> //Dependencies for the target
> otbapp_Superimpose_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;OTBCarto;general;OTBCommon;general;/usr/lib/libgdal.so;general;OTBGdalAdapters;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageBase;general;OTBImageManipulation;general;OTBMathParser;general;OTBProjection;general;OTBTransform;
>
> //Dependencies for the target
> otbapp_Synthetize_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;Boost::filesystem;general;Boost::serialization;general;OTBCarto;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBCommon;general;/usr/lib/libgdal.so;general;OTBGdalAdapters;general;OTBIOGDAL;general;OTBImageBase;general;OTBVectorDataBase;general;OTBImageManipulation;general;OTBTransform;general;OTBMetadata;general;OTBStreaming;general;OTBCurlAdapters;general;OTBProjection;general;OTBStatistics;
>
> //Dependencies for the target
> otbapp_TestApplication_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;
>
> //Dependencies for the target
> otbapp_TileFusion_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;Boost::filesystem;general;Boost::serialization;general;OTBCarto;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBCommon;general;/usr/lib/libgdal.so;general;OTBGdalAdapters;general;OTBIOGDAL;general;OTBImageBase;general;OTBVectorDataBase;general;OTBImageManipulation;general;OTBTransform;general;OTBMetadata;general;OTBStreaming;general;OTBCurlAdapters;general;OTBProjection;general;OTBStatistics;
>
> //Dependencies for the target
> otbapp_TrainDimensionalityReduction_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;OTBCommon;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageBase;general;OTBImageManipulation;general;OTBStatistics;general;Boost::filesystem;general;Boost::serialization;general;OTBLearningBase;general;/usr/lib/x86_64-linux-gnu/libtinyxml.so;general;OTBCommon;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;Boost::filesystem;general;Boost::serialization;
>
> //Dependencies for the target
> otbapp_TrainImagesClassifier_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;Boost::filesystem;general;Boost::serialization;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBCommon;general;/usr/lib/libgdal.so;general;OTBGdalAdapters;general;OTBIOGDAL;general;OTBImageBase;general;OTBVectorDataBase;general;OTBImageManipulation;general;OTBTransform;general;OTBMetadata;general;OTBStreaming;general;OTBFuzzy;general;OTBMathParser;general;OTBSupervised;general;/usr/lib/x86_64-linux-gnu/libtinyxml.so;general;OTBLearningBase;general;OTBProjection;general;OTBSampling;general;OTBStatistics;general;OTBVectorDataIO;
>
> //Dependencies for the target
> otbapp_TrainImagesRegression_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;Boost::filesystem;general;Boost::serialization;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBCommon;general;/usr/lib/libgdal.so;general;OTBGdalAdapters;general;OTBIOGDAL;general;OTBImageBase;general;OTBVectorDataBase;general;OTBImageManipulation;general;OTBTransform;general;OTBMetadata;general;OTBStreaming;general;OTBFuzzy;general;OTBMathParser;general;OTBSupervised;general;/usr/lib/x86_64-linux-gnu/libtinyxml.so;general;OTBLearningBase;general;OTBProjection;general;OTBSampling;general;OTBStatistics;general;OTBVectorDataIO;
>
> //Dependencies for the target
> otbapp_TrainRegression_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;Boost::filesystem;general;Boost::serialization;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBCommon;general;/usr/lib/libgdal.so;general;OTBGdalAdapters;general;OTBIOGDAL;general;OTBImageBase;general;OTBVectorDataBase;general;OTBImageManipulation;general;OTBTransform;general;OTBMetadata;general;OTBStreaming;general;OTBFuzzy;general;OTBMathParser;general;OTBSupervised;general;/usr/lib/x86_64-linux-gnu/libtinyxml.so;general;OTBLearningBase;general;OTBProjection;general;OTBSampling;general;OTBStatistics;general;OTBVectorDataIO;
>
> //Dependencies for the target
> otbapp_TrainVectorClassifier_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;Boost::filesystem;general;Boost::serialization;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBCommon;general;/usr/lib/libgdal.so;general;OTBGdalAdapters;general;OTBIOGDAL;general;OTBImageBase;general;OTBVectorDataBase;general;OTBImageManipulation;general;OTBTransform;general;OTBMetadata;general;OTBStreaming;general;OTBFuzzy;general;OTBMathParser;general;OTBSupervised;general;/usr/lib/x86_64-linux-gnu/libtinyxml.so;general;OTBLearningBase;general;OTBProjection;general;OTBSampling;general;OTBStatistics;general;OTBVectorDataIO;
>
> //Dependencies for the target
> otbapp_TrainVectorRegression_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;Boost::filesystem;general;Boost::serialization;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBCommon;general;/usr/lib/libgdal.so;general;OTBGdalAdapters;general;OTBIOGDAL;general;OTBImageBase;general;OTBVectorDataBase;general;OTBImageManipulation;general;OTBTransform;general;OTBMetadata;general;OTBStreaming;general;OTBFuzzy;general;OTBMathParser;general;OTBSupervised;general;/usr/lib/x86_64-linux-gnu/libtinyxml.so;general;OTBLearningBase;general;OTBProjection;general;OTBSampling;general;OTBStatistics;general;OTBVectorDataIO;
>
> //Dependencies for the target
> otbapp_VectorClassifier_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;Boost::filesystem;general;Boost::serialization;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBCommon;general;/usr/lib/libgdal.so;general;OTBGdalAdapters;general;OTBIOGDAL;general;OTBImageBase;general;OTBVectorDataBase;general;OTBImageManipulation;general;OTBTransform;general;OTBMetadata;general;OTBStreaming;general;OTBFuzzy;general;OTBMathParser;general;OTBSupervised;general;/usr/lib/x86_64-linux-gnu/libtinyxml.so;general;OTBLearningBase;general;OTBProjection;general;OTBSampling;general;OTBStatistics;general;OTBVectorDataIO;
>
> //Dependencies for the target
> otbapp_VectorDataExtractROI_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;OTBCarto;general;OTBCommon;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageBase;general;OTBProjection;general;OTBVectorDataBase;general;OTBImageManipulation;general;OTBTransform;
>
> //Dependencies for the target
> otbapp_VectorDataReprojection_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;OTBCarto;general;OTBCommon;general;/usr/lib/libgdal.so;general;OTBGdalAdapters;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageBase;general;OTBImageManipulation;general;OTBMathParser;general;OTBProjection;general;OTBTransform;
>
> //Dependencies for the target
> otbapp_VectorDataSetField_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;OTBCarto;general;OTBCommon;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageBase;general;OTBProjection;general;OTBVectorDataBase;general;OTBImageManipulation;general;OTBTransform;
>
> //Dependencies for the target
> otbapp_VectorDataTransform_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;OTBCarto;general;OTBCommon;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageBase;general;OTBProjection;general;OTBVectorDataBase;general;OTBImageManipulation;general;OTBTransform;
>
> //Dependencies for the target
> otbapp_VectorDimensionalityReduction_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;OTBCommon;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageBase;general;OTBImageManipulation;general;OTBStatistics;general;Boost::filesystem;general;Boost::serialization;general;OTBLearningBase;general;/usr/lib/x86_64-linux-gnu/libtinyxml.so;general;OTBCommon;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;Boost::filesystem;general;Boost::serialization;
>
> //Dependencies for the target
> otbapp_VectorRegression_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;Boost::filesystem;general;Boost::serialization;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBCommon;general;/usr/lib/libgdal.so;general;OTBGdalAdapters;general;OTBIOGDAL;general;OTBImageBase;general;OTBVectorDataBase;general;OTBImageManipulation;general;OTBTransform;general;OTBMetadata;general;OTBStreaming;general;OTBFuzzy;general;OTBMathParser;general;OTBSupervised;general;/usr/lib/x86_64-linux-gnu/libtinyxml.so;general;OTBLearningBase;general;OTBProjection;general;OTBSampling;general;OTBStatistics;general;OTBVectorDataIO;
>
> //Dependencies for the target
> otbapp_VertexComponentAnalysis_LIB_DEPENDS:STATIC=general;OTBCommon;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBImageBase;general;OTBApplicationEngine;general;Boost::filesystem;general;Boost::serialization;general;OTBImageManipulation;general;OTBStatistics;general;OTBProjection;general;OTBWavelet;
>
> //Dependencies for the target
> otbapp_ZonalStatistics_LIB_DEPENDS:STATIC=general;OTBApplicationEngine;general;Boost::filesystem;general;Boost::serialization;general;ITKCommon;general;itksys;general;itkvnl_algo;general;itkvnl;general;itkv3p_netlib;general;itknetlib;general;itkvcl;general;ITKStatistics;general;ITKTransform;general;itkNetlibSlatec;general;ITKMesh;general;ITKQuadEdgeMesh;general;ITKSpatialObjects;general;ITKMetaIO;general;/usr/lib/x86_64-linux-gnu/libz.so;general;ITKLabelMap;general;ITKPath;general;ITKIOImageBase;general;ITKOptimizers;general;ITKBiasCorrection;general;ITKPolynomials;general;ITKFFT;general;ITKOptimizersv4;general;ITKKLMRegionGrowing;general;ITKWatersheds;general;OTBCommon;general;/usr/lib/libgdal.so;general;OTBGdalAdapters;general;OTBIOGDAL;general;OTBImageBase;general;OTBVectorDataBase;general;OTBImageManipulation;general;OTBTransform;general;OTBMetadata;general;OTBStreaming;general;OTBFuzzy;general;OTBMathParser;general;OTBSupervised;general;/usr/lib/x86_64-linux-gnu/libtinyxml.so;general;OTBLearningBase;general;OTBProjection;general;OTBSampling;general;OTBStatistics;general;OTBVectorDataIO;
>
> //Dependencies for the target
> otbsiftfast_LIB_DEPENDS:STATIC=general;m;
>
> //Path to a library.
> pkgcfg_lib_PC_CURL_curl:FILEPATH=/usr/lib/x86_64-linux-gnu/libcurl.so
>
>
> ########################
> # INTERNAL cache entries
> ########################
>
> //ADVANCED property for variable: BUILD_DOCUMENTATION
> BUILD_DOCUMENTATION-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: BUILD_SHARED_LIBS
> BUILD_SHARED_LIBS-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: Boost_DIR
> Boost_DIR-ADVANCED:INTERNAL=1
> Boost_VERSION_STRING:INTERNAL=1.74.0
> //ADVANCED property for variable: CMAKE_ADDR2LINE
> CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_AR
> CMAKE_AR-ADVANCED:INTERNAL=1
> //This is the directory where this CMakeCache.txt was created
> CMAKE_CACHEFILE_DIR:INTERNAL=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
> //Major version of cmake used to create the current loaded cache
> CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
> //Minor version of cmake used to create the current loaded cache
> CMAKE_CACHE_MINOR_VERSION:INTERNAL=23
> //Patch version of cmake used to create the current loaded cache
> CMAKE_CACHE_PATCH_VERSION:INTERNAL=0
> //ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
> CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
> //Path to CMake executable.
> CMAKE_COMMAND:INTERNAL=/usr/bin/cmake
> //Path to cpack program executable.
> CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack
> //Path to ctest program executable.
> CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest
> //ADVANCED property for variable: CMAKE_CXX_COMPILER
> CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_CXX_COMPILER_AR
> CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB
> CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_CXX_FLAGS
> CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
> CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
> CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
> CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
> CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_C_COMPILER
> CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_C_COMPILER_AR
> CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB
> CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_C_FLAGS
> CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
> CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
> CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
> CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
> CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_DLLTOOL
> CMAKE_DLLTOOL-ADVANCED:INTERNAL=1
> //Executable file format
> CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
> //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
> CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
> CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
> CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
> CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
> CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
> CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
> //Name of external makefile project generator.
> CMAKE_EXTRA_GENERATOR:INTERNAL=
> //Name of generator.
> CMAKE_GENERATOR:INTERNAL=Unix Makefiles
> //Generator instance identifier.
> CMAKE_GENERATOR_INSTANCE:INTERNAL=
> //Name of generator platform.
> CMAKE_GENERATOR_PLATFORM:INTERNAL=
> //Name of generator toolset.
> CMAKE_GENERATOR_TOOLSET:INTERNAL=
> //Source directory with the top level CMakeLists.txt file for this
> // project
> CMAKE_HOME_DIRECTORY:INTERNAL=/<<PKGBUILDDIR>>
> //Install .so files without execute permission.
> CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1
> //ADVANCED property for variable: CMAKE_LINKER
> CMAKE_LINKER-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_MAKE_PROGRAM
> CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
> CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
> CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
> CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
> CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
> CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_NM
> CMAKE_NM-ADVANCED:INTERNAL=1
> //number of local generators
> CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=215
> //ADVANCED property for variable: CMAKE_OBJCOPY
> CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_OBJDUMP
> CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
> //Platform information initialized
> CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_RANLIB
> CMAKE_RANLIB-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_READELF
> CMAKE_READELF-ADVANCED:INTERNAL=1
> //Path to CMake installation.
> CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.23
> //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
> CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
> CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
> CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
> CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
> CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
> CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_SKIP_RPATH
> CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
> CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
> CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
> CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
> CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
> CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_STRIP
> CMAKE_STRIP-ADVANCED:INTERNAL=1
> //uname command
> CMAKE_UNAME:INTERNAL=/bin/uname
> //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
> CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
> //Compiler support for a deprecated attribute
> COMPILER_HAS_DEPRECATED:INTERNAL=1
> //Test COMPILER_HAS_DEPRECATED_ATTR
> COMPILER_HAS_DEPRECATED_ATTR:INTERNAL=1
> //Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY
> COMPILER_HAS_HIDDEN_INLINE_VISIBILITY:INTERNAL=1
> //Test COMPILER_HAS_HIDDEN_VISIBILITY
> COMPILER_HAS_HIDDEN_VISIBILITY:INTERNAL=1
> //Result of TRY_COMPILE
> COMPILE_GDAL_CAN_CREATE_GTiff:INTERNAL=TRUE
> //Result of TRY_COMPILE
> COMPILE_GDAL_CAN_CREATE_GTiff_BIGTIFF:INTERNAL=TRUE
> //Result of TRY_COMPILE
> COMPILE_GDAL_CAN_CREATE_JP2OpenJPEG:INTERNAL=TRUE
> //Result of TRY_COMPILE
> COMPILE_GDAL_CAN_CREATE_JPEG:INTERNAL=TRUE
> //Result of TRY_COMPILE
> COMPILE_GDAL_FORMATS_LIST:INTERNAL=TRUE
> //Result of TRY_COMPILE
> COMPILE_GDAL_HAS_GTiff:INTERNAL=TRUE
> //Result of TRY_COMPILE
> COMPILE_GDAL_HAS_HDF4:INTERNAL=TRUE
> //Result of TRY_COMPILE
> COMPILE_GDAL_HAS_HDF5:INTERNAL=TRUE
> //Result of TRY_COMPILE
> COMPILE_GDAL_HAS_JP2ECW:INTERNAL=TRUE
> //Result of TRY_COMPILE
> COMPILE_GDAL_HAS_JP2KAK:INTERNAL=TRUE
> //Result of TRY_COMPILE
> COMPILE_GDAL_HAS_JP2OpenJPEG:INTERNAL=TRUE
> //Result of TRY_COMPILE
> COMPILE_GDAL_HAS_JPEG:INTERNAL=TRUE
> //Result of TRY_COMPILE
> COMPILE_GDAL_HAS_JPEG2000:INTERNAL=TRUE
> //Result of TRY_COMPILE
> COMPILE_GDAL_HAS_OGR:INTERNAL=TRUE
> //Result of TRY_COMPILE
> COMPILE_GDAL_SYMBOLS:INTERNAL=TRUE
> //Result of TRY_COMPILE
> COMPILE_GDAL_VERSION:INTERNAL=TRUE
> //ADVANCED property for variable: CPPCHECK_EXECUTABLE
> CPPCHECK_EXECUTABLE-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CPPCHECK_ROOT_DIR
> CPPCHECK_ROOT_DIR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CURL_DIR
> CURL_DIR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CURL_INCLUDE_DIR
> CURL_INCLUDE_DIR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CURL_LIBRARY_DEBUG
> CURL_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CURL_LIBRARY_RELEASE
> CURL_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
> //Test CXX_HAS_DISABLE_OPTIMIZATION_FLAG
> CXX_HAS_DISABLE_OPTIMIZATION_FLAG:INTERNAL=1
> //Test CXX_HAS_WARNING-Wall
> CXX_HAS_WARNING-Wall:INTERNAL=1
> //Test CXX_HAS_WARNING-Wcast-align
> CXX_HAS_WARNING-Wcast-align:INTERNAL=1
> //Test CXX_HAS_WARNING-Wdisabled-optimization
> CXX_HAS_WARNING-Wdisabled-optimization:INTERNAL=1
> //Test CXX_HAS_WARNING-Wextra
> CXX_HAS_WARNING-Wextra:INTERNAL=1
> //Test CXX_HAS_WARNING-Wformat=2
> CXX_HAS_WARNING-Wformat=2:INTERNAL=1
> //Test CXX_HAS_WARNING-Winvalid-pch
> CXX_HAS_WARNING-Winvalid-pch:INTERNAL=1
> //Test CXX_HAS_WARNING-Wno-deprecated
> CXX_HAS_WARNING-Wno-deprecated:INTERNAL=1
> //Test CXX_HAS_WARNING-Wno-format-nonliteral
> CXX_HAS_WARNING-Wno-format-nonliteral:INTERNAL=1
> //Test CXX_HAS_WARNING-Wno-invalid-offsetof
> CXX_HAS_WARNING-Wno-invalid-offsetof:INTERNAL=1
> //Test CXX_HAS_WARNING-Wno-long-double
> CXX_HAS_WARNING-Wno-long-double:INTERNAL=
> //Test CXX_HAS_WARNING-Wno-strict-overflow
> CXX_HAS_WARNING-Wno-strict-overflow:INTERNAL=1
> //Test CXX_HAS_WARNING-Woverloaded-virtual
> CXX_HAS_WARNING-Woverloaded-virtual:INTERNAL=1
> //Test CXX_HAS_WARNING-Wpointer-arith
> CXX_HAS_WARNING-Wpointer-arith:INTERNAL=1
> //Test CXX_HAS_WARNING-Wstrict-null-sentinel
> CXX_HAS_WARNING-Wstrict-null-sentinel:INTERNAL=1
> //Test CXX_HAS_WARNING-Wunused
> CXX_HAS_WARNING-Wunused:INTERNAL=1
> //Test CXX_HAS_WARNING-Wwrite-strings
> CXX_HAS_WARNING-Wwrite-strings:INTERNAL=1
> //Test CXX_HAS_WARNING-funit-at-a-time
> CXX_HAS_WARNING-funit-at-a-time:INTERNAL=1
> //Test C_HAS_WARNING-Wall
> C_HAS_WARNING-Wall:INTERNAL=1
> //Test C_HAS_WARNING-Wcast-align
> C_HAS_WARNING-Wcast-align:INTERNAL=1
> //Test C_HAS_WARNING-Wdisabled-optimization
> C_HAS_WARNING-Wdisabled-optimization:INTERNAL=1
> //Test C_HAS_WARNING-Wextra
> C_HAS_WARNING-Wextra:INTERNAL=1
> //Test C_HAS_WARNING-Wformat=2
> C_HAS_WARNING-Wformat=2:INTERNAL=1
> //Test C_HAS_WARNING-Winvalid-pch
> C_HAS_WARNING-Winvalid-pch:INTERNAL=1
> //Test C_HAS_WARNING-Wno-format-nonliteral
> C_HAS_WARNING-Wno-format-nonliteral:INTERNAL=1
> //Test C_HAS_WARNING-Wno-long-double
> C_HAS_WARNING-Wno-long-double:INTERNAL=
> //Test C_HAS_WARNING-Wno-strict-overflow
> C_HAS_WARNING-Wno-strict-overflow:INTERNAL=1
> //Test C_HAS_WARNING-Wno-uninitialized
> C_HAS_WARNING-Wno-uninitialized:INTERNAL=1
> //Test C_HAS_WARNING-Wno-unused-parameter
> C_HAS_WARNING-Wno-unused-parameter:INTERNAL=1
> //Test C_HAS_WARNING-Wpointer-arith
> C_HAS_WARNING-Wpointer-arith:INTERNAL=1
> //Test C_HAS_WARNING-Wunused
> C_HAS_WARNING-Wunused:INTERNAL=1
> //Test C_HAS_WARNING-Wwrite-strings
> C_HAS_WARNING-Wwrite-strings:INTERNAL=1
> //Test C_HAS_WARNING-funit-at-a-time
> C_HAS_WARNING-funit-at-a-time:INTERNAL=1
> //Details about finding Boost
> FIND_PACKAGE_MESSAGE_DETAILS_Boost:INTERNAL=[/usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake][cfound components: filesystem serialization ][v1.74.0(1.35.0)]
> //Details about finding CURL
> FIND_PACKAGE_MESSAGE_DETAILS_CURL:INTERNAL=[/usr/lib/x86_64-linux-gnu/libcurl.so][/usr/include/x86_64-linux-gnu][c ][v7.82.0()]
> //Details about finding GDAL
> FIND_PACKAGE_MESSAGE_DETAILS_GDAL:INTERNAL=[/usr/lib/libgdal.so][/usr/include/gdal][v3.4.2()]
> //Details about finding GLEW
> FIND_PACKAGE_MESSAGE_DETAILS_GLEW:INTERNAL=[/usr/include][/usr/lib/x86_64-linux-gnu/libGLEW.so][v2.2.0()]
> //Details about finding GLFW
> FIND_PACKAGE_MESSAGE_DETAILS_GLFW:INTERNAL=[/usr/lib/x86_64-linux-gnu/libglfw.so][/usr/include][v3.3.7()]
> //Details about finding LibKML
> FIND_PACKAGE_MESSAGE_DETAILS_LibKML:INTERNAL=[/usr/include][/usr/lib/x86_64-linux-gnu/libkmlbase.so][/usr/lib/x86_64-linux-gnu/libkmldom.so][/usr/lib/x86_64-linux-gnu/libkmlengine.so][v()]
> //Details about finding LibSVM
> FIND_PACKAGE_MESSAGE_DETAILS_LibSVM:INTERNAL=[/usr/lib/x86_64-linux-gnu/libsvm.so][TRUE][/usr/include/libsvm][/usr/include/libsvm][/usr/lib/x86_64-linux-gnu/libsvm.so;/usr/lib/x86_64-linux-gnu/libm.so][/usr][v()]
> //Details about finding MuParser
> FIND_PACKAGE_MESSAGE_DETAILS_MuParser:INTERNAL=[/usr/lib/x86_64-linux-gnu/libmuparser.so][/usr/include][v()]
> //Details about finding MuParserX
> FIND_PACKAGE_MESSAGE_DETAILS_MuParserX:INTERNAL=[/usr/lib/x86_64-linux-gnu/libmuparserx.so][/usr/include/muparserx][v()]
> //Details about finding OpenCV
> FIND_PACKAGE_MESSAGE_DETAILS_OpenCV:INTERNAL=[/usr/lib/x86_64-linux-gnu/libopencv_core.so][/usr/include/opencv4][v4.5.4()]
> //Details about finding OpenGL
> FIND_PACKAGE_MESSAGE_DETAILS_OpenGL:INTERNAL=[/usr/lib/x86_64-linux-gnu/libOpenGL.so][/usr/lib/x86_64-linux-gnu/libGLX.so][/usr/include][c ][v()]
> //Details about finding Perl
> FIND_PACKAGE_MESSAGE_DETAILS_Perl:INTERNAL=[/usr/bin/perl][v5.34.0()]
> //Details about finding Qwt
> FIND_PACKAGE_MESSAGE_DETAILS_Qwt:INTERNAL=[/usr/lib/libqwt-qt5.so][/usr/include/qwt][TRUE][v6.1.4()]
> //Details about finding TinyXML
> FIND_PACKAGE_MESSAGE_DETAILS_TinyXML:INTERNAL=[/usr/lib/x86_64-linux-gnu/libtinyxml.so][/usr/include][v()]
> //ADVANCED property for variable: GDAL_CONFIG
> GDAL_CONFIG-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: GDAL_CONFIG_CHECKING
> GDAL_CONFIG_CHECKING-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: GDAL_INCLUDE_DIR
> GDAL_INCLUDE_DIR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: GDAL_LIBRARY
> GDAL_LIBRARY-ADVANCED:INTERNAL=1
> GDAL_VERSION_STRING:INTERNAL=3.4.2
> //ADVANCED property for variable: GLEW_INCLUDE_DIR
> GLEW_INCLUDE_DIR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: GLEW_SHARED_LIBRARY_DEBUG
> GLEW_SHARED_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: GLEW_SHARED_LIBRARY_RELEASE
> GLEW_SHARED_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: GLEW_STATIC_LIBRARY_DEBUG
> GLEW_STATIC_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: GLEW_STATIC_LIBRARY_RELEASE
> GLEW_STATIC_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: GLFW_INCLUDE_DIR
> GLFW_INCLUDE_DIR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: GLFW_LIBRARY
> GLFW_LIBRARY-ADVANCED:INTERNAL=1
> //Test HAVE_SSE2_EXTENSIONS
> HAVE_SSE2_EXTENSIONS:INTERNAL=1
> //Result of TRY_COMPILE
> HAVE_SSE2_EXTENSIONS_COMPILED:INTERNAL=TRUE
> //Result of TRY_RUN
> HAVE_SSE2_EXTENSIONS_EXITCODE:INTERNAL=0
> //Result of TRY_COMPILE
> IS_SIFTFAST_COMPILE:INTERNAL=TRUE
> //Test IS_X86_64
> IS_X86_64:INTERNAL=1
> //Result of TRY_COMPILE
> IS_X86_64_COMPILED:INTERNAL=TRUE
> //Result of TRY_RUN
> IS_X86_64_EXITCODE:INTERNAL=0
> //ADVANCED property for variable: ITK_DIR
> ITK_DIR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: LIBKML_BASE_LIBRARY
> LIBKML_BASE_LIBRARY-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: LIBKML_DOM_LIBRARY
> LIBKML_DOM_LIBRARY-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: LIBKML_ENGINE_LIBRARY
> LIBKML_ENGINE_LIBRARY-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: LIBKML_INCLUDE_DIR
> LIBKML_INCLUDE_DIR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: LIBSVM_INCLUDE_DIR
> LIBSVM_INCLUDE_DIR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: LIBSVM_LIBRARY
> LIBSVM_LIBRARY-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: MAXIMUM_NUMBER_OF_HEADERS
> MAXIMUM_NUMBER_OF_HEADERS-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: MUPARSERX_INCLUDE_DIR
> MUPARSERX_INCLUDE_DIR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: MUPARSERX_LIBRARY
> MUPARSERX_LIBRARY-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: MUPARSER_INCLUDE_DIR
> MUPARSER_INCLUDE_DIR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: MUPARSER_LIBRARY
> MUPARSER_LIBRARY-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: M_LIB
> M_LIB-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: Module_DiapOTBModule
> Module_DiapOTBModule-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: Module_OTB6S
> Module_OTB6S-ADVANCED:INTERNAL=1
> //Request building OTB6S
> Module_OTB6S:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBAnomalyDetection
> Module_OTBAnomalyDetection-ADVANCED:INTERNAL=1
> //Request building OTBAnomalyDetection
> Module_OTBAnomalyDetection:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBAppChangeDetection
> Module_OTBAppChangeDetection-ADVANCED:INTERNAL=1
> //Request building OTBAppChangeDetection
> Module_OTBAppChangeDetection:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBAppClassification
> Module_OTBAppClassification-ADVANCED:INTERNAL=1
> //Request building OTBAppClassification
> Module_OTBAppClassification:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBAppDescriptors
> Module_OTBAppDescriptors-ADVANCED:INTERNAL=1
> //Request building OTBAppDescriptors
> Module_OTBAppDescriptors:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBAppDimensionalityReduction
> Module_OTBAppDimensionalityReduction-ADVANCED:INTERNAL=1
> //Request building OTBAppDimensionalityReduction
> Module_OTBAppDimensionalityReduction:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBAppDomainTransform
> Module_OTBAppDomainTransform-ADVANCED:INTERNAL=1
> //Request building OTBAppDomainTransform
> Module_OTBAppDomainTransform:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBAppEdge
> Module_OTBAppEdge-ADVANCED:INTERNAL=1
> //Request building OTBAppEdge
> Module_OTBAppEdge:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBAppFiltering
> Module_OTBAppFiltering-ADVANCED:INTERNAL=1
> //Request building OTBAppFiltering
> Module_OTBAppFiltering:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBAppFusion
> Module_OTBAppFusion-ADVANCED:INTERNAL=1
> //Request building OTBAppFusion
> Module_OTBAppFusion:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBAppHyperspectral
> Module_OTBAppHyperspectral-ADVANCED:INTERNAL=1
> //Request building OTBAppHyperspectral
> Module_OTBAppHyperspectral:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBAppImageUtils
> Module_OTBAppImageUtils-ADVANCED:INTERNAL=1
> //Request building OTBAppImageUtils
> Module_OTBAppImageUtils:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBAppIndices
> Module_OTBAppIndices-ADVANCED:INTERNAL=1
> //Request building OTBAppIndices
> Module_OTBAppIndices:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBAppKMZ
> Module_OTBAppKMZ-ADVANCED:INTERNAL=1
> //Request building OTBAppKMZ
> Module_OTBAppKMZ:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBAppMathParser
> Module_OTBAppMathParser-ADVANCED:INTERNAL=1
> //Request building OTBAppMathParser
> Module_OTBAppMathParser:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBAppMathParserX
> Module_OTBAppMathParserX-ADVANCED:INTERNAL=1
> //Request building OTBAppMathParserX
> Module_OTBAppMathParserX:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBAppMoments
> Module_OTBAppMoments-ADVANCED:INTERNAL=1
> //Request building OTBAppMoments
> Module_OTBAppMoments:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBAppMorphology
> Module_OTBAppMorphology-ADVANCED:INTERNAL=1
> //Request building OTBAppMorphology
> Module_OTBAppMorphology:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBAppOpticalCalibration
> Module_OTBAppOpticalCalibration-ADVANCED:INTERNAL=1
> //Request building OTBAppOpticalCalibration
> Module_OTBAppOpticalCalibration:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBAppProjection
> Module_OTBAppProjection-ADVANCED:INTERNAL=1
> //Request building OTBAppProjection
> Module_OTBAppProjection:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBAppSARCalibration
> Module_OTBAppSARCalibration-ADVANCED:INTERNAL=1
> //Request building OTBAppSARCalibration
> Module_OTBAppSARCalibration:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBAppSARDecompositions
> Module_OTBAppSARDecompositions-ADVANCED:INTERNAL=1
> //Request building OTBAppSARDecompositions
> Module_OTBAppSARDecompositions:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBAppSARPolarMatrixConvert
> Module_OTBAppSARPolarMatrixConvert-ADVANCED:INTERNAL=1
> //Request building OTBAppSARPolarMatrixConvert
> Module_OTBAppSARPolarMatrixConvert:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBAppSARPolarSynth
> Module_OTBAppSARPolarSynth-ADVANCED:INTERNAL=1
> //Request building OTBAppSARPolarSynth
> Module_OTBAppSARPolarSynth:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBAppSARUtils
> Module_OTBAppSARUtils-ADVANCED:INTERNAL=1
> //Request building OTBAppSARUtils
> Module_OTBAppSARUtils:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBAppSegmentation
> Module_OTBAppSegmentation-ADVANCED:INTERNAL=1
> //Request building OTBAppSegmentation
> Module_OTBAppSegmentation:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBAppStereo
> Module_OTBAppStereo-ADVANCED:INTERNAL=1
> //Request building OTBAppStereo
> Module_OTBAppStereo:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBAppTest
> Module_OTBAppTest-ADVANCED:INTERNAL=1
> //Request building OTBAppTest
> Module_OTBAppTest:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBAppTextures
> Module_OTBAppTextures-ADVANCED:INTERNAL=1
> //Request building OTBAppTextures
> Module_OTBAppTextures:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBAppVectorDataTranslation
> Module_OTBAppVectorDataTranslation-ADVANCED:INTERNAL=1
> //Request building OTBAppVectorDataTranslation
> Module_OTBAppVectorDataTranslation:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBAppVectorUtils
> Module_OTBAppVectorUtils-ADVANCED:INTERNAL=1
> //Request building OTBAppVectorUtils
> Module_OTBAppVectorUtils:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBApplicationEngine
> Module_OTBApplicationEngine-ADVANCED:INTERNAL=1
> //Request building OTBApplicationEngine
> Module_OTBApplicationEngine:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBBioVars
> Module_OTBBioVars-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: Module_OTBBoost
> Module_OTBBoost-ADVANCED:INTERNAL=1
> //Request building OTBBoost
> Module_OTBBoost:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBBoostAdapters
> Module_OTBBoostAdapters-ADVANCED:INTERNAL=1
> //Request building OTBBoostAdapters
> Module_OTBBoostAdapters:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBCCOBIA
> Module_OTBCCOBIA-ADVANCED:INTERNAL=1
> //Request building OTBCCOBIA
> Module_OTBCCOBIA:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBCarto
> Module_OTBCarto-ADVANCED:INTERNAL=1
> //Request building OTBCarto
> Module_OTBCarto:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBChangeDetection
> Module_OTBChangeDetection-ADVANCED:INTERNAL=1
> //Request building OTBChangeDetection
> Module_OTBChangeDetection:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBCloudDetection
> Module_OTBCloudDetection-ADVANCED:INTERNAL=1
> //Request building OTBCloudDetection
> Module_OTBCloudDetection:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBColorMap
> Module_OTBColorMap-ADVANCED:INTERNAL=1
> //Request building OTBColorMap
> Module_OTBColorMap:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBCommandLine
> Module_OTBCommandLine-ADVANCED:INTERNAL=1
> //Request building OTBCommandLine
> Module_OTBCommandLine:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBCommon
> Module_OTBCommon-ADVANCED:INTERNAL=1
> //Request building OTBCommon
> Module_OTBCommon:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBComplexImage
> Module_OTBComplexImage-ADVANCED:INTERNAL=1
> //Request building OTBComplexImage
> Module_OTBComplexImage:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBContrast
> Module_OTBContrast-ADVANCED:INTERNAL=1
> //Request building OTBContrast
> Module_OTBContrast:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBConversion
> Module_OTBConversion-ADVANCED:INTERNAL=1
> //Request building OTBConversion
> Module_OTBConversion:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBConvolution
> Module_OTBConvolution-ADVANCED:INTERNAL=1
> //Request building OTBConvolution
> Module_OTBConvolution:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBCorner
> Module_OTBCorner-ADVANCED:INTERNAL=1
> //Request building OTBCorner
> Module_OTBCorner:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBCurl
> Module_OTBCurl-ADVANCED:INTERNAL=1
> //Request building OTBCurl
> Module_OTBCurl:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBCurlAdapters
> Module_OTBCurlAdapters-ADVANCED:INTERNAL=1
> //Request building OTBCurlAdapters
> Module_OTBCurlAdapters:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBDEM
> Module_OTBDEM-ADVANCED:INTERNAL=1
> //Request building OTBDEM
> Module_OTBDEM:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBDate
> Module_OTBDate-ADVANCED:INTERNAL=1
> //Request building OTBDate
> Module_OTBDate:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBDempsterShafer
> Module_OTBDempsterShafer-ADVANCED:INTERNAL=1
> //Request building OTBDempsterShafer
> Module_OTBDempsterShafer:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBDensity
> Module_OTBDensity-ADVANCED:INTERNAL=1
> //Request building OTBDensity
> Module_OTBDensity:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBDescriptors
> Module_OTBDescriptors-ADVANCED:INTERNAL=1
> //Request building OTBDescriptors
> Module_OTBDescriptors:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBDimensionalityReduction
> Module_OTBDimensionalityReduction-ADVANCED:INTERNAL=1
> //Request building OTBDimensionalityReduction
> Module_OTBDimensionalityReduction:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBDimensionalityReductionLearning
> Module_OTBDimensionalityReductionLearning-ADVANCED:INTERNAL=1
> //Request building OTBDimensionalityReductionLearning
> Module_OTBDimensionalityReductionLearning:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBDisparityMap
> Module_OTBDisparityMap-ADVANCED:INTERNAL=1
> //Request building OTBDisparityMap
> Module_OTBDisparityMap:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBEdge
> Module_OTBEdge-ADVANCED:INTERNAL=1
> //Request building OTBEdge
> Module_OTBEdge:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBEndmembersExtraction
> Module_OTBEndmembersExtraction-ADVANCED:INTERNAL=1
> //Request building OTBEndmembersExtraction
> Module_OTBEndmembersExtraction:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBExtendedFilename
> Module_OTBExtendedFilename-ADVANCED:INTERNAL=1
> //Request building OTBExtendedFilename
> Module_OTBExtendedFilename:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBFFSforGMM
> Module_OTBFFSforGMM-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: Module_OTBFunctor
> Module_OTBFunctor-ADVANCED:INTERNAL=1
> //Request building OTBFunctor
> Module_OTBFunctor:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBFuzzy
> Module_OTBFuzzy-ADVANCED:INTERNAL=1
> //Request building OTBFuzzy
> Module_OTBFuzzy:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBGDAL
> Module_OTBGDAL-ADVANCED:INTERNAL=1
> //Request building OTBGDAL
> Module_OTBGDAL:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBGLFW
> Module_OTBGLFW-ADVANCED:INTERNAL=1
> //Request building OTBGLFW
> Module_OTBGLFW:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBGSL
> Module_OTBGSL-ADVANCED:INTERNAL=1
> //Request building OTBGSL
> Module_OTBGSL:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBGdalAdapters
> Module_OTBGdalAdapters-ADVANCED:INTERNAL=1
> //Request building OTBGdalAdapters
> Module_OTBGdalAdapters:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBGeoTIFF
> Module_OTBGeoTIFF-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: Module_OTBGlew
> Module_OTBGlew-ADVANCED:INTERNAL=1
> //Request building OTBGlew
> Module_OTBGlew:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBGlut
> Module_OTBGlut-ADVANCED:INTERNAL=1
> //Request building OTBGlut
> Module_OTBGlut:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBIOBSQ
> Module_OTBIOBSQ-ADVANCED:INTERNAL=1
> //Request building OTBIOBSQ
> Module_OTBIOBSQ:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBIOGDAL
> Module_OTBIOGDAL-ADVANCED:INTERNAL=1
> //Request building OTBIOGDAL
> Module_OTBIOGDAL:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBIOKML
> Module_OTBIOKML-ADVANCED:INTERNAL=1
> //Request building OTBIOKML
> Module_OTBIOKML:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBIOLUM
> Module_OTBIOLUM-ADVANCED:INTERNAL=1
> //Request building OTBIOLUM
> Module_OTBIOLUM:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBIOMSTAR
> Module_OTBIOMSTAR-ADVANCED:INTERNAL=1
> //Request building OTBIOMSTAR
> Module_OTBIOMSTAR:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBIOONERA
> Module_OTBIOONERA-ADVANCED:INTERNAL=1
> //Request building OTBIOONERA
> Module_OTBIOONERA:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBIORAD
> Module_OTBIORAD-ADVANCED:INTERNAL=1
> //Request building OTBIORAD
> Module_OTBIORAD:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBIOXML
> Module_OTBIOXML-ADVANCED:INTERNAL=1
> //Request building OTBIOXML
> Module_OTBIOXML:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBITK
> Module_OTBITK-ADVANCED:INTERNAL=1
> //Request building OTBITK
> Module_OTBITK:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBIce
> Module_OTBIce-ADVANCED:INTERNAL=1
> //Request building OTBIce
> Module_OTBIce:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBIceViewer
> Module_OTBIceViewer-ADVANCED:INTERNAL=1
> //Request building OTBIceViewer
> Module_OTBIceViewer:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBImageBase
> Module_OTBImageBase-ADVANCED:INTERNAL=1
> //Request building OTBImageBase
> Module_OTBImageBase:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBImageIO
> Module_OTBImageIO-ADVANCED:INTERNAL=1
> //Request building OTBImageIO
> Module_OTBImageIO:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBImageList
> Module_OTBImageList-ADVANCED:INTERNAL=1
> //Request building OTBImageList
> Module_OTBImageList:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBImageManipulation
> Module_OTBImageManipulation-ADVANCED:INTERNAL=1
> //Request building OTBImageManipulation
> Module_OTBImageManipulation:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBImageNoise
> Module_OTBImageNoise-ADVANCED:INTERNAL=1
> //Request building OTBImageNoise
> Module_OTBImageNoise:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBIndices
> Module_OTBIndices-ADVANCED:INTERNAL=1
> //Request building OTBIndices
> Module_OTBIndices:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBInterpolation
> Module_OTBInterpolation-ADVANCED:INTERNAL=1
> //Request building OTBInterpolation
> Module_OTBInterpolation:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBKMZWriter
> Module_OTBKMZWriter-ADVANCED:INTERNAL=1
> //Request building OTBKMZWriter
> Module_OTBKMZWriter:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBLabelMap
> Module_OTBLabelMap-ADVANCED:INTERNAL=1
> //Request building OTBLabelMap
> Module_OTBLabelMap:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBLabelling
> Module_OTBLabelling-ADVANCED:INTERNAL=1
> //Request building OTBLabelling
> Module_OTBLabelling:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBLandSatClassifier
> Module_OTBLandSatClassifier-ADVANCED:INTERNAL=1
> //Request building OTBLandSatClassifier
> Module_OTBLandSatClassifier:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBLearningBase
> Module_OTBLearningBase-ADVANCED:INTERNAL=1
> //Request building OTBLearningBase
> Module_OTBLearningBase:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBLibSVM
> Module_OTBLibSVM-ADVANCED:INTERNAL=1
> //Request building OTBLibSVM
> Module_OTBLibSVM:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBMPI
> Module_OTBMPI-ADVANCED:INTERNAL=1
> //Request building OTBMPI
> Module_OTBMPI:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBMPIConfig
> Module_OTBMPIConfig-ADVANCED:INTERNAL=1
> //Request building OTBMPIConfig
> Module_OTBMPIConfig:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBMPITiffWriter
> Module_OTBMPITiffWriter-ADVANCED:INTERNAL=1
> //Request building OTBMPITiffWriter
> Module_OTBMPITiffWriter:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBMPIVrtWriter
> Module_OTBMPIVrtWriter-ADVANCED:INTERNAL=1
> //Request building OTBMPIVrtWriter
> Module_OTBMPIVrtWriter:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBMajorityVoting
> Module_OTBMajorityVoting-ADVANCED:INTERNAL=1
> //Request building OTBMajorityVoting
> Module_OTBMajorityVoting:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBMapla
> Module_OTBMapla-ADVANCED:INTERNAL=1
> //Request building OTBMapla
> Module_OTBMapla:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBMarkov
> Module_OTBMarkov-ADVANCED:INTERNAL=1
> //Request building OTBMarkov
> Module_OTBMarkov:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBMathParser
> Module_OTBMathParser-ADVANCED:INTERNAL=1
> //Request building OTBMathParser
> Module_OTBMathParser:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBMathParserX
> Module_OTBMathParserX-ADVANCED:INTERNAL=1
> //Request building OTBMathParserX
> Module_OTBMathParserX:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBMeanShift
> Module_OTBMeanShift-ADVANCED:INTERNAL=1
> //Request building OTBMeanShift
> Module_OTBMeanShift:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBMetadata
> Module_OTBMetadata-ADVANCED:INTERNAL=1
> //Request building OTBMetadata
> Module_OTBMetadata:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBMetrics
> Module_OTBMetrics-ADVANCED:INTERNAL=1
> //Request building OTBMetrics
> Module_OTBMetrics:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBMoments
> Module_OTBMoments-ADVANCED:INTERNAL=1
> //Request building OTBMoments
> Module_OTBMoments:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBMonteverdi
> Module_OTBMonteverdi-ADVANCED:INTERNAL=1
> //Request building OTBMonteverdi
> Module_OTBMonteverdi:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBMonteverdiCore
> Module_OTBMonteverdiCore-ADVANCED:INTERNAL=1
> //Request building OTBMonteverdiCore
> Module_OTBMonteverdiCore:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBMonteverdiGUI
> Module_OTBMonteverdiGUI-ADVANCED:INTERNAL=1
> //Request building OTBMonteverdiGUI
> Module_OTBMonteverdiGUI:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBMorphologicalProfiles
> Module_OTBMorphologicalProfiles-ADVANCED:INTERNAL=1
> //Request building OTBMorphologicalProfiles
> Module_OTBMorphologicalProfiles:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBMosaic
> Module_OTBMosaic-ADVANCED:INTERNAL=1
> //Request building OTBMosaic
> Module_OTBMosaic:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBMuParser
> Module_OTBMuParser-ADVANCED:INTERNAL=1
> //Request building OTBMuParser
> Module_OTBMuParser:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBMuParserX
> Module_OTBMuParserX-ADVANCED:INTERNAL=1
> //Request building OTBMuParserX
> Module_OTBMuParserX:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBOGRProcessing
> Module_OTBOGRProcessing-ADVANCED:INTERNAL=1
> //Request building OTBOGRProcessing
> Module_OTBOGRProcessing:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBObjectList
> Module_OTBObjectList-ADVANCED:INTERNAL=1
> //Request building OTBObjectList
> Module_OTBObjectList:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBOpenCV
> Module_OTBOpenCV-ADVANCED:INTERNAL=1
> //Request building OTBOpenCV
> Module_OTBOpenCV:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBOpenGL
> Module_OTBOpenGL-ADVANCED:INTERNAL=1
> //Request building OTBOpenGL
> Module_OTBOpenGL:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBOpticalCalibration
> Module_OTBOpticalCalibration-ADVANCED:INTERNAL=1
> //Request building OTBOpticalCalibration
> Module_OTBOpticalCalibration:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBPanSharpening
> Module_OTBPanSharpening-ADVANCED:INTERNAL=1
> //Request building OTBPanSharpening
> Module_OTBPanSharpening:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBPath
> Module_OTBPath-ADVANCED:INTERNAL=1
> //Request building OTBPath
> Module_OTBPath:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBPhenology
> Module_OTBPhenology-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: Module_OTBPointSet
> Module_OTBPointSet-ADVANCED:INTERNAL=1
> //Request building OTBPointSet
> Module_OTBPointSet:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBPolarimetry
> Module_OTBPolarimetry-ADVANCED:INTERNAL=1
> //Request building OTBPolarimetry
> Module_OTBPolarimetry:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBProjection
> Module_OTBProjection-ADVANCED:INTERNAL=1
> //Request building OTBProjection
> Module_OTBProjection:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBQGIS
> Module_OTBQGIS-ADVANCED:INTERNAL=1
> //Request building OTBQGIS
> Module_OTBQGIS:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBQt
> Module_OTBQt-ADVANCED:INTERNAL=1
> //Request building OTBQt
> Module_OTBQt:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBQtAdapters
> Module_OTBQtAdapters-ADVANCED:INTERNAL=1
> //Request building OTBQtAdapters
> Module_OTBQtAdapters:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBQtWidget
> Module_OTBQtWidget-ADVANCED:INTERNAL=1
> //Request building OTBQtWidget
> Module_OTBQtWidget:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBQwt
> Module_OTBQwt-ADVANCED:INTERNAL=1
> //Request building OTBQwt
> Module_OTBQwt:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBSARCalibration
> Module_OTBSARCalibration-ADVANCED:INTERNAL=1
> //Request building OTBSARCalibration
> Module_OTBSARCalibration:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBSOM
> Module_OTBSOM-ADVANCED:INTERNAL=1
> //Request building OTBSOM
> Module_OTBSOM:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBSPTW
> Module_OTBSPTW-ADVANCED:INTERNAL=1
> //Request building OTBSPTW
> Module_OTBSPTW:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBSWIGWrapper
> Module_OTBSWIGWrapper-ADVANCED:INTERNAL=1
> //Request building OTBSWIGWrapper
> Module_OTBSWIGWrapper:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBSampling
> Module_OTBSampling-ADVANCED:INTERNAL=1
> //Request building OTBSampling
> Module_OTBSampling:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBShark
> Module_OTBShark-ADVANCED:INTERNAL=1
> //Request building OTBShark
> Module_OTBShark:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBSiftFast
> Module_OTBSiftFast-ADVANCED:INTERNAL=1
> //Request building OTBSiftFast
> Module_OTBSiftFast:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBSimulation
> Module_OTBSimulation-ADVANCED:INTERNAL=1
> //Request building OTBSimulation
> Module_OTBSimulation:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBSmoothing
> Module_OTBSmoothing-ADVANCED:INTERNAL=1
> //Request building OTBSmoothing
> Module_OTBSmoothing:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBStatistics
> Module_OTBStatistics-ADVANCED:INTERNAL=1
> //Request building OTBStatistics
> Module_OTBStatistics:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBStereo
> Module_OTBStereo-ADVANCED:INTERNAL=1
> //Request building OTBStereo
> Module_OTBStereo:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBStreaming
> Module_OTBStreaming-ADVANCED:INTERNAL=1
> //Request building OTBStreaming
> Module_OTBStreaming:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBSupervised
> Module_OTBSupervised-ADVANCED:INTERNAL=1
> //Request building OTBSupervised
> Module_OTBSupervised:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBTIFF
> Module_OTBTIFF-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: Module_OTBTemporalGapFilling
> Module_OTBTemporalGapFilling-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: Module_OTBTestKernel
> Module_OTBTestKernel-ADVANCED:INTERNAL=1
> //Request building OTBTestKernel
> Module_OTBTestKernel:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBTextures
> Module_OTBTextures-ADVANCED:INTERNAL=1
> //Request building OTBTextures
> Module_OTBTextures:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBTimeSeries
> Module_OTBTimeSeries-ADVANCED:INTERNAL=1
> //Request building OTBTimeSeries
> Module_OTBTimeSeries:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBTinyXML
> Module_OTBTinyXML-ADVANCED:INTERNAL=1
> //Request building OTBTinyXML
> Module_OTBTinyXML:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBTransform
> Module_OTBTransform-ADVANCED:INTERNAL=1
> //Request building OTBTransform
> Module_OTBTransform:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBUnmixing
> Module_OTBUnmixing-ADVANCED:INTERNAL=1
> //Request building OTBUnmixing
> Module_OTBUnmixing:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBUnsupervised
> Module_OTBUnsupervised-ADVANCED:INTERNAL=1
> //Request building OTBUnsupervised
> Module_OTBUnsupervised:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBVectorDataBase
> Module_OTBVectorDataBase-ADVANCED:INTERNAL=1
> //Request building OTBVectorDataBase
> Module_OTBVectorDataBase:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBVectorDataIO
> Module_OTBVectorDataIO-ADVANCED:INTERNAL=1
> //Request building OTBVectorDataIO
> Module_OTBVectorDataIO:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBVectorDataManipulation
> Module_OTBVectorDataManipulation-ADVANCED:INTERNAL=1
> //Request building OTBVectorDataManipulation
> Module_OTBVectorDataManipulation:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBWatersheds
> Module_OTBWatersheds-ADVANCED:INTERNAL=1
> //Request building OTBWatersheds
> Module_OTBWatersheds:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBWavelet
> Module_OTBWavelet-ADVANCED:INTERNAL=1
> //Request building OTBWavelet
> Module_OTBWavelet:INTERNAL=OFF
> //ADVANCED property for variable: Module_OTBlibkml
> Module_OTBlibkml-ADVANCED:INTERNAL=1
> //Request building OTBlibkml
> Module_OTBlibkml:INTERNAL=OFF
> //ADVANCED property for variable: Module_S1TilingSupportApplications
> Module_S1TilingSupportApplications-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: Module_SertitObject
> Module_SertitObject-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: Module_otbGRM
> Module_otbGRM-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: OPENGL_EGL_INCLUDE_DIR
> OPENGL_EGL_INCLUDE_DIR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: OPENGL_GLX_INCLUDE_DIR
> OPENGL_GLX_INCLUDE_DIR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: OPENGL_INCLUDE_DIR
> OPENGL_INCLUDE_DIR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: OPENGL_egl_LIBRARY
> OPENGL_egl_LIBRARY-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: OPENGL_glu_LIBRARY
> OPENGL_glu_LIBRARY-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: OPENGL_glx_LIBRARY
> OPENGL_glx_LIBRARY-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: OPENGL_opengl_LIBRARY
> OPENGL_opengl_LIBRARY-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: OPENGL_xmesa_INCLUDE_DIR
> OPENGL_xmesa_INCLUDE_DIR-ADVANCED:INTERNAL=1
> //Request building Adapters modules
> OTBGroup_Adapters:INTERNAL=OFF
> //Request building Applications modules
> OTBGroup_Applications:INTERNAL=OFF
> //Request building Core modules
> OTBGroup_Core:INTERNAL=ON
> //Request building Detection modules
> OTBGroup_Detection:INTERNAL=OFF
> //Request building Feature modules
> OTBGroup_Feature:INTERNAL=OFF
> //Request building Filtering modules
> OTBGroup_Filtering:INTERNAL=OFF
> //Request building Fusion modules
> OTBGroup_Fusion:INTERNAL=OFF
> //Request building Hyperspectral modules
> OTBGroup_Hyperspectral:INTERNAL=OFF
> //Request building IO modules
> OTBGroup_IO:INTERNAL=OFF
> //Request building Learning modules
> OTBGroup_Learning:INTERNAL=OFF
> //Request building OBIA modules
> OTBGroup_OBIA:INTERNAL=OFF
> //Request building Radiometry modules
> OTBGroup_Radiometry:INTERNAL=OFF
> //Request building Registration modules
> OTBGroup_Registration:INTERNAL=OFF
> //Request building Remote modules
> OTBGroup_Remote:INTERNAL=OFF
> //Request building Segmentation modules
> OTBGroup_Segmentation:INTERNAL=OFF
> //Request building ThirdParty modules
> OTBGroup_ThirdParty:INTERNAL=OFF
> //Request building Visualization modules
> OTBGroup_Visualization:INTERNAL=OFF
> //Request building Wrappers modules
> OTBGroup_Wrappers:INTERNAL=OFF
> //ADVANCED property for variable: OTB_APPLICATIONS_NAME_LIST
> OTB_APPLICATIONS_NAME_LIST-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: OTB_BUILD_ALL_MODULES_FOR_TESTS
> OTB_BUILD_ALL_MODULES_FOR_TESTS-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: OTB_CPPCHECK_TEST
> OTB_CPPCHECK_TEST-ADVANCED:INTERNAL=1
> //Result of TRY_COMPILE
> OTB_CURL_MULTI_AVAILABLE:INTERNAL=TRUE
> //ADVANCED property for variable: OTB_DATA_USE_LARGEINPUT
> OTB_DATA_USE_LARGEINPUT-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: OTB_DOXYGEN_CHM
> OTB_DOXYGEN_CHM-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: OTB_DOXYGEN_DOCSET
> OTB_DOXYGEN_DOCSET-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: OTB_DOXYGEN_ECLIPSEHELP
> OTB_DOXYGEN_ECLIPSEHELP-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: OTB_DOXYGEN_HTML
> OTB_DOXYGEN_HTML-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: OTB_DOXYGEN_ITK_DOXYGEN_URL
> OTB_DOXYGEN_ITK_DOXYGEN_URL-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: OTB_DOXYGEN_ITK_TAGFILE
> OTB_DOXYGEN_ITK_TAGFILE-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: OTB_DOXYGEN_LATEX
> OTB_DOXYGEN_LATEX-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: OTB_DOXYGEN_QHP
> OTB_DOXYGEN_QHP-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: OTB_DOXYGEN_RTF
> OTB_DOXYGEN_RTF-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: OTB_DOXYGEN_XML
> OTB_DOXYGEN_XML-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: OTB_FORBID_DOWNLOADS
> OTB_FORBID_DOWNLOADS-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: OTB_I18N_MERGE_TS
> OTB_I18N_MERGE_TS-ADVANCED:INTERNAL=1
> OTB_QT_I18N_FORM_FILES:INTERNAL=/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/src/mvdAboutDialog.ui;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/src/mvdColorBandDynamicsWidget.ui;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/src/mvdColorDynamicsWidget.ui;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/src/mvdColorSetupWidget.ui;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/src/mvdHistogramWidget.ui;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/src/mvdImportImagesDialog.ui;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/src/mvdImportSubDatasetDialog.ui;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/src/mvdKeymapDialog.ui;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/src/mvdLayerStackWidget.ui;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/src/mvdMultiResolutionPyramidWidget.ui;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/src/mvdPixelDescriptionWidget.ui;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/src/mvdProjectionBarWidget.ui;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/src/mvdSearchableTreeWidget.ui;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/src/mvdShaderWidget.ui;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/src/mvdStatusBarWidget.ui;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/src/mvdVideoColorToolBox.ui;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/src/mvdApplicationsToolBox.ui;/<<PKGBUILDDIR>>/Modules/Visualization/Mapla/src/mvdMaplaMainWindow.ui;/<<PKGBUILDDIR>>/Modules/Visualization/Monteverdi/src/mvdMainWindow.ui;/<<PKGBUILDDIR>>/Modules/Visualization/Monteverdi/src/mvdPreferencesDialog.ui
> OTB_QT_I18N_HEADER_FILES:INTERNAL=/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiCore/include/mvdAbstractWorker.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiCore/include/mvdAbstractModel.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiCore/include/mvdAbstractImageModel.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiCore/include/mvdAbstractLayerModel.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiCore/include/mvdBackgroundTask.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiCore/include/mvdCore.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiCore/include/mvdDataStream.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiCore/include/mvdFilenameInterface.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiCore/include/mvdHistogramModel.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiCore/include/mvdI18nCoreApplication.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiCore/include/mvdImageImporter.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiCore/include/mvdImagePlacenameLoader.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiCore/include/mvdImageProperties.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiCore/include/mvdImageSettings.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiCore/include/mvdImageSettingsInterface.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiCore/include/mvdModifiableInterface.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiCore/include/mvdMyClass.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiCore/include/mvdOverviewBuilder.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiCore/include/mvdProcessObjectObserver.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiCore/include/mvdProgressInterface.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiCore/include/mvdQuicklookModel.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiCore/include/mvdSerializableInterface.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiCore/include/mvdStackedLayerModel.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiCore/include/mvdTextStream.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiCore/include/mvdTypes.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiCore/include/mvdVectorImageModel.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiCore/include/mvdVectorImageSettings.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiCore/include/mvdVisibleInterface.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiCore/include/mvdApplicationsBrowser.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/include/mvdAboutDialog.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/include/mvdAbstractDragAndDropEventFilter.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/include/mvdAbstractModelController.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/include/mvdColorBandDynamicsWidget.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/include/mvdColorDynamicsController.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/include/mvdColorDynamicsWidget.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/include/mvdColorSetupController.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/include/mvdColorSetupWidget.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/include/mvdDoubleValidator.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/include/mvdDropLineEdit.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/include/mvdFilenameDragAndDropEventFilter.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/include/mvdGui.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/include/mvdHistogramController.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/include/mvdHistogramPlotPicker.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/include/mvdHistogramWidget.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/include/mvdI18nApplication.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/include/mvdI18nMainWindow.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/include/mvdImageViewRenderer.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/include/mvdImageViewManipulator.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/include/mvdImageViewWidget.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/include/mvdImportImagesDialog.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/include/mvdImportSubDatasetDialog.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/include/mvdKeymapDialog.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/include/mvdLayerStackController.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/include/mvdLayerStackItemModel.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/include/mvdLayerStackWidget.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/include/mvdMainWindowTitleLoader.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/include/mvdMultiResolutionPyramidWidget.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/include/mvdPixelDescriptionWidget.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/include/mvdProjectionBarWidget.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/include/mvdQuicklookViewManipulator.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/include/mvdQuicklookViewRenderer.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/include/mvdSearchableTreeWidget.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/include/mvdShaderWidget.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/include/mvdStatusBarWidget.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/include/mvdTaskProgressDialog.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/include/mvdTreeWidget.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/include/mvdTreeWidgetItem.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/include/mvdTreeWidgetItemDragAndDropEventFilter.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/include/mvdApplicationLauncher.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/include/mvdApplicationsToolBox.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/include/mvdApplicationsToolBoxController.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/include/mvdOTBApplicationsModel.h;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/include/mvdQtWidgetView.h;/<<PKGBUILDDIR>>/Modules/Visualization/Mapla/include/mvdMaplaApplication.h;/<<PKGBUILDDIR>>/Modules/Visualization/Mapla/include/mvdMaplaMainWindow.h;/<<PKGBUILDDIR>>/Modules/Visualization/Monteverdi/include/mvdApplication.h;/<<PKGBUILDDIR>>/Modules/Visualization/Monteverdi/include/mvdMainWindow.h;/<<PKGBUILDDIR>>/Modules/Visualization/Monteverdi/include/mvdPreferencesDialog.h
> OTB_QT_I18N_INCLUDE_PATH:INTERNAL=/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiCore/include;/<<PKGBUILDDIR>>/Modules/Adapters/QtAdapters/include;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/include;/<<PKGBUILDDIR>>/Modules/Visualization/Mapla/include;/<<PKGBUILDDIR>>/Modules/Visualization/Monteverdi/include
> OTB_QT_I18N_SOURCE_FILES:INTERNAL=/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiCore/src/mvdAbstractWorker.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiCore/src/mvdAbstractModel.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiCore/src/mvdAbstractImageModel.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiCore/src/mvdAbstractLayerModel.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiCore/src/mvdBackgroundTask.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiCore/src/mvdCore.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiCore/src/mvdDataStream.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiCore/src/mvdFilenameInterface.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiCore/src/mvdHistogramModel.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiCore/src/mvdI18nCoreApplication.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiCore/src/mvdImageImporter.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiCore/src/mvdImagePlacenameLoader.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiCore/src/mvdImageProperties.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiCore/src/mvdImageSettings.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiCore/src/mvdImageSettingsInterface.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiCore/src/mvdModifiableInterface.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiCore/src/mvdMyClass.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiCore/src/mvdOverviewBuilder.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiCore/src/mvdProcessObjectObserver.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiCore/src/mvdProgressInterface.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiCore/src/mvdQuicklookModel.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiCore/src/mvdSerializableInterface.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiCore/src/mvdStackedLayerModel.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiCore/src/mvdTextStream.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiCore/src/mvdTypes.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiCore/src/mvdVectorImageModel.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiCore/src/mvdVectorImageSettings.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiCore/src/mvdVisibleInterface.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiCore/src/mvdApplicationsBrowser.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/src/mvdAboutDialog.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/src/mvdAbstractDragAndDropEventFilter.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/src/mvdAbstractModelController.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/src/mvdColorBandDynamicsWidget.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/src/mvdColorDynamicsController.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/src/mvdColorDynamicsWidget.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/src/mvdColorSetupController.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/src/mvdColorSetupWidget.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/src/mvdDoubleValidator.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/src/mvdDropLineEdit.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/src/mvdFilenameDragAndDropEventFilter.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/src/mvdGui.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/src/mvdHistogramController.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/src/mvdHistogramPlotPicker.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/src/mvdHistogramWidget.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/src/mvdI18nApplication.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/src/mvdI18nMainWindow.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/src/mvdImageViewRenderer.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/src/mvdImageViewManipulator.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/src/mvdImageViewWidget.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/src/mvdImportImagesDialog.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/src/mvdImportSubDatasetDialog.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/src/mvdKeymapDialog.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/src/mvdLayerStackController.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/src/mvdLayerStackItemModel.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/src/mvdLayerStackWidget.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/src/mvdMainWindowTitleLoader.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/src/mvdMultiResolutionPyramidWidget.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/src/mvdPixelDescriptionWidget.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/src/mvdProjectionBarWidget.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/src/mvdQuicklookViewManipulator.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/src/mvdQuicklookViewRenderer.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/src/mvdSearchableTreeWidget.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/src/mvdShaderWidget.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/src/mvdStatusBarWidget.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/src/mvdTaskProgressDialog.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/src/mvdTreeWidget.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/src/mvdTreeWidgetItem.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/src/mvdTreeWidgetItemDragAndDropEventFilter.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/src/mvdApplicationLauncher.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/src/mvdApplicationsToolBox.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/src/mvdApplicationsToolBoxController.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/src/mvdOTBApplicationsModel.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/MonteverdiGui/src/mvdQtWidgetView.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/Mapla/src/mvdMaplaApplication.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/Mapla/src/mvdMaplaMainWindow.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/Monteverdi/src/mvdApplication.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/Monteverdi/src/mvdMainWindow.cxx;/<<PKGBUILDDIR>>/Modules/Visualization/Monteverdi/src/mvdPreferencesDialog.cxx
> //ADVANCED property for variable: OTB_USE_SSE_FLAGS
> OTB_USE_SSE_FLAGS-ADVANCED:INTERNAL=1
> PC_CURL_CFLAGS:INTERNAL=-I/usr/include/x86_64-linux-gnu
> PC_CURL_CFLAGS_I:INTERNAL=
> PC_CURL_CFLAGS_OTHER:INTERNAL=
> PC_CURL_FOUND:INTERNAL=1
> PC_CURL_INCLUDEDIR:INTERNAL=/usr/include/x86_64-linux-gnu
> PC_CURL_INCLUDE_DIRS:INTERNAL=/usr/include/x86_64-linux-gnu
> PC_CURL_LDFLAGS:INTERNAL=-L/usr/lib/x86_64-linux-gnu;-lcurl
> PC_CURL_LDFLAGS_OTHER:INTERNAL=
> PC_CURL_LIBDIR:INTERNAL=/usr/lib/x86_64-linux-gnu
> PC_CURL_LIBRARIES:INTERNAL=curl
> PC_CURL_LIBRARY_DIRS:INTERNAL=/usr/lib/x86_64-linux-gnu
> PC_CURL_LIBS:INTERNAL=
> PC_CURL_LIBS_L:INTERNAL=
> PC_CURL_LIBS_OTHER:INTERNAL=
> PC_CURL_LIBS_PATHS:INTERNAL=
> PC_CURL_MODULE_NAME:INTERNAL=libcurl
> PC_CURL_PREFIX:INTERNAL=/usr
> PC_CURL_STATIC_CFLAGS:INTERNAL=-I/usr/include/x86_64-linux-gnu
> PC_CURL_STATIC_CFLAGS_I:INTERNAL=
> PC_CURL_STATIC_CFLAGS_OTHER:INTERNAL=
> PC_CURL_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include/x86_64-linux-gnu
> PC_CURL_STATIC_LDFLAGS:INTERNAL=-L/usr/lib/x86_64-linux-gnu;-L/usr/lib/x86_64-linux-gnu/mit-krb5;-lcurl;-lnghttp2;-lidn2;-lrtmp;-lssh2;-lpsl;-lnettle;-lgnutls;-lgssapi_krb5;-llber;-lldap;-llber;-lzstd;-lbrotlidec;-lz;-pthread
> PC_CURL_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread
> PC_CURL_STATIC_LIBDIR:INTERNAL=
> PC_CURL_STATIC_LIBRARIES:INTERNAL=curl;nghttp2;idn2;rtmp;ssh2;psl;nettle;gnutls;gssapi_krb5;lber;ldap;lber;zstd;brotlidec;z
> PC_CURL_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu/mit-krb5
> PC_CURL_STATIC_LIBS:INTERNAL=
> PC_CURL_STATIC_LIBS_L:INTERNAL=
> PC_CURL_STATIC_LIBS_OTHER:INTERNAL=
> PC_CURL_STATIC_LIBS_PATHS:INTERNAL=
> PC_CURL_VERSION:INTERNAL=7.82.0
> PC_CURL_libcurl_INCLUDEDIR:INTERNAL=
> PC_CURL_libcurl_LIBDIR:INTERNAL=
> PC_CURL_libcurl_PREFIX:INTERNAL=
> PC_CURL_libcurl_VERSION:INTERNAL=
> //ADVANCED property for variable: PERL_EXECUTABLE
> PERL_EXECUTABLE-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: PKG_CONFIG_ARGN
> PKG_CONFIG_ARGN-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: PKG_CONFIG_EXECUTABLE
> PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: QWT_INCLUDE_DIR
> QWT_INCLUDE_DIR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: QWT_LIBRARY
> QWT_LIBRARY-ADVANCED:INTERNAL=1
> //Result of TRY_RUN
> RUN_GDAL_CAN_CREATE_GTiff:INTERNAL=0
> //Result of TRY_RUN
> RUN_GDAL_CAN_CREATE_GTiff_BIGTIFF:INTERNAL=0
> //Result of TRY_RUN
> RUN_GDAL_CAN_CREATE_JP2OpenJPEG:INTERNAL=0
> //Result of TRY_RUN
> RUN_GDAL_CAN_CREATE_JPEG:INTERNAL=0
> //Result of TRY_RUN
> RUN_GDAL_FORMATS_LIST:INTERNAL=0
> //Result of TRY_RUN
> RUN_GDAL_HAS_GTiff:INTERNAL=0
> //Result of TRY_RUN
> RUN_GDAL_HAS_HDF4:INTERNAL=0
> //Result of TRY_RUN
> RUN_GDAL_HAS_HDF5:INTERNAL=0
> //Result of TRY_RUN
> RUN_GDAL_HAS_JP2ECW:INTERNAL=1
> //Result of TRY_RUN
> RUN_GDAL_HAS_JP2KAK:INTERNAL=1
> //Result of TRY_RUN
> RUN_GDAL_HAS_JP2OpenJPEG:INTERNAL=0
> //Result of TRY_RUN
> RUN_GDAL_HAS_JPEG:INTERNAL=0
> //Result of TRY_RUN
> RUN_GDAL_HAS_JPEG2000:INTERNAL=1
> //Result of TRY_RUN
> RUN_GDAL_SYMBOLS:INTERNAL=0
> //Result of TRY_RUN
> RUN_GDAL_VERSION:INTERNAL=0
> //ADVANCED property for variable: TINYXML_INCLUDE_DIR
> TINYXML_INCLUDE_DIR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: TINYXML_LIBRARY
> TINYXML_LIBRARY-ADVANCED:INTERNAL=1
> //Result of TRY_COMPILE
> TIXML_TEST_STL:INTERNAL=TRUE
> __pkg_config_arguments_PC_CURL:INTERNAL=QUIET;libcurl
> __pkg_config_checked_PC_CURL:INTERNAL=1
> //ADVANCED property for variable: boost_filesystem_DIR
> boost_filesystem_DIR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: boost_headers_DIR
> boost_headers_DIR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: boost_serialization_DIR
> boost_serialization_DIR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: pkgcfg_lib_PC_CURL_curl
> pkgcfg_lib_PC_CURL_curl-ADVANCED:INTERNAL=1
> prefix_result:INTERNAL=AsynchDNS;GSS-API;HSTS;HTTP2;HTTPS-proxy;IDN;IPv6;Kerberos;Largefile;NTLM;NTLM_WB;PSL;SPNEGO;SSL;TLS-SRP;UnixSockets;alt-svc;brotli;libz;zstd
>
> cd obj-x86_64-linux-gnu && tail -v -n \+0 CMakeFiles/CMakeOutput.log
> ==> CMakeFiles/CMakeOutput.log <==
> The system is: Linux - 5.10.0-9-cloud-amd64 - x86_64
> Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
> Compiler: /usr/bin/cc
> Build flags: -g;-O2;-ffile-prefix-map=/<<PKGBUILDDIR>>=.;-fstack-protector-strong;-Wformat;-Werror=format-security;-Wdate-time;-D_FORTIFY_SOURCE=2
> Id flags:
>
> The output was:
> 0
>
>
> Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
>
> The C compiler identification is GNU, found in "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/3.23.0/CompilerIdC/a.out"
>
> Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
> Compiler: /usr/bin/c++
> Build flags: -g;-O2;-ffile-prefix-map=/<<PKGBUILDDIR>>=.;-fstack-protector-strong;-Wformat;-Werror=format-security;-Wdate-time;-D_FORTIFY_SOURCE=2
> Id flags:
>
> The output was:
> 0
>
>
> Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"
>
> The CXX compiler identification is GNU, found in "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/3.23.0/CompilerIdCXX/a.out"
>
> Detecting C compiler ABI info compiled with the following output:
> Change Dir: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
>
> Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_c684d/fast && gmake[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> /usr/bin/gmake -f CMakeFiles/cmTC_c684d.dir/build.make CMakeFiles/cmTC_c684d.dir/build
> gmake[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> Building C object CMakeFiles/cmTC_c684d.dir/CMakeCCompilerABI.c.o
> /usr/bin/cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Wdate-time -D_FORTIFY_SOURCE=2 -v -o CMakeFiles/cmTC_c684d.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.23/Modules/CMakeCCompilerABI.c
> Using built-in specs.
> COLLECT_GCC=/usr/bin/cc
> OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
> OFFLOAD_TARGET_DEFAULT=1
> Target: x86_64-linux-gnu
> Configured with: ../src/configure -v --with-pkgversion='Debian 11.2.0-19' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-uiwEqG/gcc-11-11.2.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-11-uiwEqG/gcc-11-11.2.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2
> Thread model: posix
> Supported LTO compression algorithms: zlib zstd
> gcc version 11.2.0 (Debian 11.2.0-19)
> COLLECT_GCC_OPTIONS='-g' '-O2' '-ffile-prefix-map=/<<PKGBUILDDIR>>=.' '-fstack-protector-strong' '-Wformat=1' '-Wdate-time' '-D' '_FORTIFY_SOURCE=2' '-v' '-o' 'CMakeFiles/cmTC_c684d.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_c684d.dir/'
> /usr/lib/gcc/x86_64-linux-gnu/11/cc1 -quiet -v -imultiarch x86_64-linux-gnu -D _FORTIFY_SOURCE=2 /usr/share/cmake-3.23/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_c684d.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -g -O2 -Wformat=1 -Wdate-time -version -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fasynchronous-unwind-tables -o /tmp/ccHrS1Vv.s
> GNU C17 (Debian 11.2.0-19) version 11.2.0 (x86_64-linux-gnu)
> compiled by GNU C version 11.2.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
>
> GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
> ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"
> ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/11/include-fixed"
> ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/11/../../../../x86_64-linux-gnu/include"
> #include "..." search starts here:
> #include <...> search starts here:
> /usr/lib/gcc/x86_64-linux-gnu/11/include
> /usr/local/include
> /usr/include/x86_64-linux-gnu
> /usr/include
> End of search list.
> GNU C17 (Debian 11.2.0-19) version 11.2.0 (x86_64-linux-gnu)
> compiled by GNU C version 11.2.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
>
> GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
> Compiler executable checksum: 3d56aac95cb2dceab675be17a97d33f0
> COLLECT_GCC_OPTIONS='-g' '-O2' '-ffile-prefix-map=/<<PKGBUILDDIR>>=.' '-fstack-protector-strong' '-Wformat=1' '-Wdate-time' '-D' '_FORTIFY_SOURCE=2' '-v' '-o' 'CMakeFiles/cmTC_c684d.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_c684d.dir/'
> as -v --gdwarf-5 --64 -o CMakeFiles/cmTC_c684d.dir/CMakeCCompilerABI.c.o /tmp/ccHrS1Vv.s
> GNU assembler version 2.38 (x86_64-linux-gnu) using BFD version (GNU Binutils for Debian) 2.38
> COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/
> LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../:/lib/:/usr/lib/
> COLLECT_GCC_OPTIONS='-g' '-O2' '-ffile-prefix-map=/<<PKGBUILDDIR>>=.' '-fstack-protector-strong' '-Wformat=1' '-Wdate-time' '-D' '_FORTIFY_SOURCE=2' '-v' '-o' 'CMakeFiles/cmTC_c684d.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_c684d.dir/CMakeCCompilerABI.c.'
> Linking C executable cmTC_c684d
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c684d.dir/link.txt --verbose=1
> /usr/bin/cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now "-Wl,--as-needed" -v CMakeFiles/cmTC_c684d.dir/CMakeCCompilerABI.c.o -o cmTC_c684d
> Using built-in specs.
> COLLECT_GCC=/usr/bin/cc
> COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper
> OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
> OFFLOAD_TARGET_DEFAULT=1
> Target: x86_64-linux-gnu
> Configured with: ../src/configure -v --with-pkgversion='Debian 11.2.0-19' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-uiwEqG/gcc-11-11.2.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-11-uiwEqG/gcc-11-11.2.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2
> Thread model: posix
> Supported LTO compression algorithms: zlib zstd
> gcc version 11.2.0 (Debian 11.2.0-19)
> COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/
> LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../:/lib/:/usr/lib/
> COLLECT_GCC_OPTIONS='-g' '-O2' '-ffile-prefix-map=/<<PKGBUILDDIR>>=.' '-fstack-protector-strong' '-Wformat=1' '-Wdate-time' '-D' '_FORTIFY_SOURCE=2' '-v' '-o' 'cmTC_c684d' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_c684d.'
> /usr/lib/gcc/x86_64-linux-gnu/11/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper -plugin-opt=-fresolution=/tmp/ccn7calN.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_c684d /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. -z relro -z now --as-needed CMakeFiles/cmTC_c684d.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-linux-gnu/11/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o
> COLLECT_GCC_OPTIONS='-g' '-O2' '-ffile-prefix-map=/<<PKGBUILDDIR>>=.' '-fstack-protector-strong' '-Wformat=1' '-Wdate-time' '-D' '_FORTIFY_SOURCE=2' '-v' '-o' 'cmTC_c684d' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_c684d.'
> gmake[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> gmake[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
>
>
>
> Parsed C implicit include dir info from above output: rv=done
> found start of include info
> found start of implicit include info
> add: [/usr/lib/gcc/x86_64-linux-gnu/11/include]
> add: [/usr/local/include]
> add: [/usr/include/x86_64-linux-gnu]
> add: [/usr/include]
> end of search list found
> collapse include dir [/usr/lib/gcc/x86_64-linux-gnu/11/include] ==> [/usr/lib/gcc/x86_64-linux-gnu/11/include]
> collapse include dir [/usr/local/include] ==> [/usr/local/include]
> collapse include dir [/usr/include/x86_64-linux-gnu] ==> [/usr/include/x86_64-linux-gnu]
> collapse include dir [/usr/include] ==> [/usr/include]
> implicit include dirs: [/usr/lib/gcc/x86_64-linux-gnu/11/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include]
>
>
> Parsed C implicit link information from above output:
> link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
> ignore line: [Change Dir: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp]
> ignore line: []
> ignore line: [Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_c684d/fast && gmake[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp']
> ignore line: [/usr/bin/gmake -f CMakeFiles/cmTC_c684d.dir/build.make CMakeFiles/cmTC_c684d.dir/build]
> ignore line: [gmake[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp']
> ignore line: [Building C object CMakeFiles/cmTC_c684d.dir/CMakeCCompilerABI.c.o]
> ignore line: [/usr/bin/cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Wdate-time -D_FORTIFY_SOURCE=2 -v -o CMakeFiles/cmTC_c684d.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.23/Modules/CMakeCCompilerABI.c]
> ignore line: [Using built-in specs.]
> ignore line: [COLLECT_GCC=/usr/bin/cc]
> ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa]
> ignore line: [OFFLOAD_TARGET_DEFAULT=1]
> ignore line: [Target: x86_64-linux-gnu]
> ignore line: [Configured with: ../src/configure -v --with-pkgversion='Debian 11.2.0-19' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c ada c++ go brig d fortran objc obj-c++ m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-uiwEqG/gcc-11-11.2.0/debian/tmp-nvptx/usr amdgcn-amdhsa=/build/gcc-11-uiwEqG/gcc-11-11.2.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2]
> ignore line: [Thread model: posix]
> ignore line: [Supported LTO compression algorithms: zlib zstd]
> ignore line: [gcc version 11.2.0 (Debian 11.2.0-19) ]
> ignore line: [COLLECT_GCC_OPTIONS='-g' '-O2' '-ffile-prefix-map=/<<PKGBUILDDIR>>=.' '-fstack-protector-strong' '-Wformat=1' '-Wdate-time' '-D' '_FORTIFY_SOURCE=2' '-v' '-o' 'CMakeFiles/cmTC_c684d.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_c684d.dir/']
> ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/11/cc1 -quiet -v -imultiarch x86_64-linux-gnu -D _FORTIFY_SOURCE=2 /usr/share/cmake-3.23/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_c684d.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -g -O2 -Wformat=1 -Wdate-time -version -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fasynchronous-unwind-tables -o /tmp/ccHrS1Vv.s]
> ignore line: [GNU C17 (Debian 11.2.0-19) version 11.2.0 (x86_64-linux-gnu)]
> ignore line: [ compiled by GNU C version 11.2.0 GMP version 6.2.1 MPFR version 4.1.0 MPC version 1.2.1 isl version isl-0.24-GMP]
> ignore line: []
> ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
> ignore line: [ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"]
> ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/11/include-fixed"]
> ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/11/../../../../x86_64-linux-gnu/include"]
> ignore line: [#include "..." search starts here:]
> ignore line: [#include <...> search starts here:]
> ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/11/include]
> ignore line: [ /usr/local/include]
> ignore line: [ /usr/include/x86_64-linux-gnu]
> ignore line: [ /usr/include]
> ignore line: [End of search list.]
> ignore line: [GNU C17 (Debian 11.2.0-19) version 11.2.0 (x86_64-linux-gnu)]
> ignore line: [ compiled by GNU C version 11.2.0 GMP version 6.2.1 MPFR version 4.1.0 MPC version 1.2.1 isl version isl-0.24-GMP]
> ignore line: []
> ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
> ignore line: [Compiler executable checksum: 3d56aac95cb2dceab675be17a97d33f0]
> ignore line: [COLLECT_GCC_OPTIONS='-g' '-O2' '-ffile-prefix-map=/<<PKGBUILDDIR>>=.' '-fstack-protector-strong' '-Wformat=1' '-Wdate-time' '-D' '_FORTIFY_SOURCE=2' '-v' '-o' 'CMakeFiles/cmTC_c684d.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_c684d.dir/']
> ignore line: [ as -v --gdwarf-5 --64 -o CMakeFiles/cmTC_c684d.dir/CMakeCCompilerABI.c.o /tmp/ccHrS1Vv.s]
> ignore line: [GNU assembler version 2.38 (x86_64-linux-gnu) using BFD version (GNU Binutils for Debian) 2.38]
> ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/]
> ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../:/lib/:/usr/lib/]
> ignore line: [COLLECT_GCC_OPTIONS='-g' '-O2' '-ffile-prefix-map=/<<PKGBUILDDIR>>=.' '-fstack-protector-strong' '-Wformat=1' '-Wdate-time' '-D' '_FORTIFY_SOURCE=2' '-v' '-o' 'CMakeFiles/cmTC_c684d.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_c684d.dir/CMakeCCompilerABI.c.']
> ignore line: [Linking C executable cmTC_c684d]
> ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c684d.dir/link.txt --verbose=1]
> ignore line: [/usr/bin/cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Wdate-time -D_FORTIFY_SOURCE=2 -Wl -z relro -Wl -z now "-Wl --as-needed" -v CMakeFiles/cmTC_c684d.dir/CMakeCCompilerABI.c.o -o cmTC_c684d ]
> ignore line: [Using built-in specs.]
> ignore line: [COLLECT_GCC=/usr/bin/cc]
> ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper]
> ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa]
> ignore line: [OFFLOAD_TARGET_DEFAULT=1]
> ignore line: [Target: x86_64-linux-gnu]
> ignore line: [Configured with: ../src/configure -v --with-pkgversion='Debian 11.2.0-19' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c ada c++ go brig d fortran objc obj-c++ m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-uiwEqG/gcc-11-11.2.0/debian/tmp-nvptx/usr amdgcn-amdhsa=/build/gcc-11-uiwEqG/gcc-11-11.2.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2]
> ignore line: [Thread model: posix]
> ignore line: [Supported LTO compression algorithms: zlib zstd]
> ignore line: [gcc version 11.2.0 (Debian 11.2.0-19) ]
> ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/]
> ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../:/lib/:/usr/lib/]
> ignore line: [COLLECT_GCC_OPTIONS='-g' '-O2' '-ffile-prefix-map=/<<PKGBUILDDIR>>=.' '-fstack-protector-strong' '-Wformat=1' '-Wdate-time' '-D' '_FORTIFY_SOURCE=2' '-v' '-o' 'cmTC_c684d' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_c684d.']
> link line: [ /usr/lib/gcc/x86_64-linux-gnu/11/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper -plugin-opt=-fresolution=/tmp/ccn7calN.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_c684d /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. -z relro -z now --as-needed CMakeFiles/cmTC_c684d.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-linux-gnu/11/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o]
> arg [/usr/lib/gcc/x86_64-linux-gnu/11/collect2] ==> ignore
> arg [-plugin] ==> ignore
> arg [/usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so] ==> ignore
> arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper] ==> ignore
> arg [-plugin-opt=-fresolution=/tmp/ccn7calN.res] ==> ignore
> arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
> arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
> arg [-plugin-opt=-pass-through=-lc] ==> ignore
> arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
> arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
> arg [--build-id] ==> ignore
> arg [--eh-frame-hdr] ==> ignore
> arg [-m] ==> ignore
> arg [elf_x86_64] ==> ignore
> arg [--hash-style=gnu] ==> ignore
> arg [--as-needed] ==> ignore
> arg [-dynamic-linker] ==> ignore
> arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
> arg [-pie] ==> ignore
> arg [-o] ==> ignore
> arg [cmTC_c684d] ==> ignore
> arg [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o]
> arg [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o]
> arg [/usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o]
> arg [-L/usr/lib/gcc/x86_64-linux-gnu/11] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/11]
> arg [-L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu]
> arg [-L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib]
> arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
> arg [-L/lib/../lib] ==> dir [/lib/../lib]
> arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu]
> arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
> arg [-L/usr/lib/gcc/x86_64-linux-gnu/11/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/11/../../..]
> arg [-zrelro] ==> ignore
> arg [-znow] ==> ignore
> arg [--as-needed] ==> ignore
> arg [CMakeFiles/cmTC_c684d.dir/CMakeCCompilerABI.c.o] ==> ignore
> arg [-lgcc] ==> lib [gcc]
> arg [--push-state] ==> ignore
> arg [--as-needed] ==> ignore
> arg [-lgcc_s] ==> lib [gcc_s]
> arg [--pop-state] ==> ignore
> arg [-lc] ==> lib [c]
> arg [-lgcc] ==> lib [gcc]
> arg [--push-state] ==> ignore
> arg [--as-needed] ==> ignore
> arg [-lgcc_s] ==> lib [gcc_s]
> arg [--pop-state] ==> ignore
> arg [/usr/lib/gcc/x86_64-linux-gnu/11/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/11/crtendS.o]
> arg [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o]
> collapse obj [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o] ==> [/usr/lib/x86_64-linux-gnu/Scrt1.o]
> collapse obj [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o] ==> [/usr/lib/x86_64-linux-gnu/crti.o]
> collapse obj [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o] ==> [/usr/lib/x86_64-linux-gnu/crtn.o]
> collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/11] ==> [/usr/lib/gcc/x86_64-linux-gnu/11]
> collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
> collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib] ==> [/usr/lib]
> collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu]
> collapse library dir [/lib/../lib] ==> [/lib]
> collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
> collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
> collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/11/../../..] ==> [/usr/lib]
> implicit libs: [gcc;gcc_s;c;gcc;gcc_s]
> implicit objs: [/usr/lib/x86_64-linux-gnu/Scrt1.o;/usr/lib/x86_64-linux-gnu/crti.o;/usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o;/usr/lib/gcc/x86_64-linux-gnu/11/crtendS.o;/usr/lib/x86_64-linux-gnu/crtn.o]
> implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/11;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib]
> implicit fwks: []
>
>
> Detecting CXX compiler ABI info compiled with the following output:
> Change Dir: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
>
> Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_cdb18/fast && gmake[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> /usr/bin/gmake -f CMakeFiles/cmTC_cdb18.dir/build.make CMakeFiles/cmTC_cdb18.dir/build
> gmake[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> Building CXX object CMakeFiles/cmTC_cdb18.dir/CMakeCXXCompilerABI.cpp.o
> /usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Wdate-time -D_FORTIFY_SOURCE=2 -v -o CMakeFiles/cmTC_cdb18.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.23/Modules/CMakeCXXCompilerABI.cpp
> Using built-in specs.
> COLLECT_GCC=/usr/bin/c++
> OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
> OFFLOAD_TARGET_DEFAULT=1
> Target: x86_64-linux-gnu
> Configured with: ../src/configure -v --with-pkgversion='Debian 11.2.0-19' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-uiwEqG/gcc-11-11.2.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-11-uiwEqG/gcc-11-11.2.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2
> Thread model: posix
> Supported LTO compression algorithms: zlib zstd
> gcc version 11.2.0 (Debian 11.2.0-19)
> COLLECT_GCC_OPTIONS='-g' '-O2' '-ffile-prefix-map=/<<PKGBUILDDIR>>=.' '-fstack-protector-strong' '-Wformat=1' '-Wdate-time' '-D' '_FORTIFY_SOURCE=2' '-v' '-o' 'CMakeFiles/cmTC_cdb18.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_cdb18.dir/'
> /usr/lib/gcc/x86_64-linux-gnu/11/cc1plus -quiet -v -imultiarch x86_64-linux-gnu -D_GNU_SOURCE -D _FORTIFY_SOURCE=2 /usr/share/cmake-3.23/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_cdb18.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -g -O2 -Wformat=1 -Wdate-time -version -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fasynchronous-unwind-tables -o /tmp/cc1CpySS.s
> GNU C++17 (Debian 11.2.0-19) version 11.2.0 (x86_64-linux-gnu)
> compiled by GNU C version 11.2.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
>
> GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
> ignoring duplicate directory "/usr/include/x86_64-linux-gnu/c++/11"
> ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"
> ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/11/include-fixed"
> ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/11/../../../../x86_64-linux-gnu/include"
> #include "..." search starts here:
> #include <...> search starts here:
> /usr/include/c++/11
> /usr/include/x86_64-linux-gnu/c++/11
> /usr/include/c++/11/backward
> /usr/lib/gcc/x86_64-linux-gnu/11/include
> /usr/local/include
> /usr/include/x86_64-linux-gnu
> /usr/include
> End of search list.
> GNU C++17 (Debian 11.2.0-19) version 11.2.0 (x86_64-linux-gnu)
> compiled by GNU C version 11.2.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP
>
> GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
> Compiler executable checksum: f9520785ccee401181f6e323f4609609
> COLLECT_GCC_OPTIONS='-g' '-O2' '-ffile-prefix-map=/<<PKGBUILDDIR>>=.' '-fstack-protector-strong' '-Wformat=1' '-Wdate-time' '-D' '_FORTIFY_SOURCE=2' '-v' '-o' 'CMakeFiles/cmTC_cdb18.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_cdb18.dir/'
> as -v --gdwarf-5 --64 -o CMakeFiles/cmTC_cdb18.dir/CMakeCXXCompilerABI.cpp.o /tmp/cc1CpySS.s
> GNU assembler version 2.38 (x86_64-linux-gnu) using BFD version (GNU Binutils for Debian) 2.38
> COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/
> LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../:/lib/:/usr/lib/
> COLLECT_GCC_OPTIONS='-g' '-O2' '-ffile-prefix-map=/<<PKGBUILDDIR>>=.' '-fstack-protector-strong' '-Wformat=1' '-Wdate-time' '-D' '_FORTIFY_SOURCE=2' '-v' '-o' 'CMakeFiles/cmTC_cdb18.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_cdb18.dir/CMakeCXXCompilerABI.cpp.'
> Linking CXX executable cmTC_cdb18
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cdb18.dir/link.txt --verbose=1
> /usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now "-Wl,--as-needed" -v CMakeFiles/cmTC_cdb18.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_cdb18
> Using built-in specs.
> COLLECT_GCC=/usr/bin/c++
> COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper
> OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
> OFFLOAD_TARGET_DEFAULT=1
> Target: x86_64-linux-gnu
> Configured with: ../src/configure -v --with-pkgversion='Debian 11.2.0-19' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-uiwEqG/gcc-11-11.2.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-11-uiwEqG/gcc-11-11.2.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2
> Thread model: posix
> Supported LTO compression algorithms: zlib zstd
> gcc version 11.2.0 (Debian 11.2.0-19)
> COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/
> LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../:/lib/:/usr/lib/
> COLLECT_GCC_OPTIONS='-g' '-O2' '-ffile-prefix-map=/<<PKGBUILDDIR>>=.' '-fstack-protector-strong' '-Wformat=1' '-Wdate-time' '-D' '_FORTIFY_SOURCE=2' '-v' '-o' 'cmTC_cdb18' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_cdb18.'
> /usr/lib/gcc/x86_64-linux-gnu/11/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper -plugin-opt=-fresolution=/tmp/ccECLpOs.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_cdb18 /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. -z relro -z now --as-needed CMakeFiles/cmTC_cdb18.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/11/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o
> COLLECT_GCC_OPTIONS='-g' '-O2' '-ffile-prefix-map=/<<PKGBUILDDIR>>=.' '-fstack-protector-strong' '-Wformat=1' '-Wdate-time' '-D' '_FORTIFY_SOURCE=2' '-v' '-o' 'cmTC_cdb18' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_cdb18.'
> gmake[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> gmake[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
>
>
>
> Parsed CXX implicit include dir info from above output: rv=done
> found start of include info
> found start of implicit include info
> add: [/usr/include/c++/11]
> add: [/usr/include/x86_64-linux-gnu/c++/11]
> add: [/usr/include/c++/11/backward]
> add: [/usr/lib/gcc/x86_64-linux-gnu/11/include]
> add: [/usr/local/include]
> add: [/usr/include/x86_64-linux-gnu]
> add: [/usr/include]
> end of search list found
> collapse include dir [/usr/include/c++/11] ==> [/usr/include/c++/11]
> collapse include dir [/usr/include/x86_64-linux-gnu/c++/11] ==> [/usr/include/x86_64-linux-gnu/c++/11]
> collapse include dir [/usr/include/c++/11/backward] ==> [/usr/include/c++/11/backward]
> collapse include dir [/usr/lib/gcc/x86_64-linux-gnu/11/include] ==> [/usr/lib/gcc/x86_64-linux-gnu/11/include]
> collapse include dir [/usr/local/include] ==> [/usr/local/include]
> collapse include dir [/usr/include/x86_64-linux-gnu] ==> [/usr/include/x86_64-linux-gnu]
> collapse include dir [/usr/include] ==> [/usr/include]
> implicit include dirs: [/usr/include/c++/11;/usr/include/x86_64-linux-gnu/c++/11;/usr/include/c++/11/backward;/usr/lib/gcc/x86_64-linux-gnu/11/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include]
>
>
> Parsed CXX implicit link information from above output:
> link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
> ignore line: [Change Dir: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp]
> ignore line: []
> ignore line: [Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_cdb18/fast && gmake[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp']
> ignore line: [/usr/bin/gmake -f CMakeFiles/cmTC_cdb18.dir/build.make CMakeFiles/cmTC_cdb18.dir/build]
> ignore line: [gmake[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp']
> ignore line: [Building CXX object CMakeFiles/cmTC_cdb18.dir/CMakeCXXCompilerABI.cpp.o]
> ignore line: [/usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Wdate-time -D_FORTIFY_SOURCE=2 -v -o CMakeFiles/cmTC_cdb18.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.23/Modules/CMakeCXXCompilerABI.cpp]
> ignore line: [Using built-in specs.]
> ignore line: [COLLECT_GCC=/usr/bin/c++]
> ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa]
> ignore line: [OFFLOAD_TARGET_DEFAULT=1]
> ignore line: [Target: x86_64-linux-gnu]
> ignore line: [Configured with: ../src/configure -v --with-pkgversion='Debian 11.2.0-19' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c ada c++ go brig d fortran objc obj-c++ m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-uiwEqG/gcc-11-11.2.0/debian/tmp-nvptx/usr amdgcn-amdhsa=/build/gcc-11-uiwEqG/gcc-11-11.2.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2]
> ignore line: [Thread model: posix]
> ignore line: [Supported LTO compression algorithms: zlib zstd]
> ignore line: [gcc version 11.2.0 (Debian 11.2.0-19) ]
> ignore line: [COLLECT_GCC_OPTIONS='-g' '-O2' '-ffile-prefix-map=/<<PKGBUILDDIR>>=.' '-fstack-protector-strong' '-Wformat=1' '-Wdate-time' '-D' '_FORTIFY_SOURCE=2' '-v' '-o' 'CMakeFiles/cmTC_cdb18.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_cdb18.dir/']
> ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/11/cc1plus -quiet -v -imultiarch x86_64-linux-gnu -D_GNU_SOURCE -D _FORTIFY_SOURCE=2 /usr/share/cmake-3.23/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_cdb18.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -g -O2 -Wformat=1 -Wdate-time -version -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fasynchronous-unwind-tables -o /tmp/cc1CpySS.s]
> ignore line: [GNU C++17 (Debian 11.2.0-19) version 11.2.0 (x86_64-linux-gnu)]
> ignore line: [ compiled by GNU C version 11.2.0 GMP version 6.2.1 MPFR version 4.1.0 MPC version 1.2.1 isl version isl-0.24-GMP]
> ignore line: []
> ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
> ignore line: [ignoring duplicate directory "/usr/include/x86_64-linux-gnu/c++/11"]
> ignore line: [ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"]
> ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/11/include-fixed"]
> ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/11/../../../../x86_64-linux-gnu/include"]
> ignore line: [#include "..." search starts here:]
> ignore line: [#include <...> search starts here:]
> ignore line: [ /usr/include/c++/11]
> ignore line: [ /usr/include/x86_64-linux-gnu/c++/11]
> ignore line: [ /usr/include/c++/11/backward]
> ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/11/include]
> ignore line: [ /usr/local/include]
> ignore line: [ /usr/include/x86_64-linux-gnu]
> ignore line: [ /usr/include]
> ignore line: [End of search list.]
> ignore line: [GNU C++17 (Debian 11.2.0-19) version 11.2.0 (x86_64-linux-gnu)]
> ignore line: [ compiled by GNU C version 11.2.0 GMP version 6.2.1 MPFR version 4.1.0 MPC version 1.2.1 isl version isl-0.24-GMP]
> ignore line: []
> ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
> ignore line: [Compiler executable checksum: f9520785ccee401181f6e323f4609609]
> ignore line: [COLLECT_GCC_OPTIONS='-g' '-O2' '-ffile-prefix-map=/<<PKGBUILDDIR>>=.' '-fstack-protector-strong' '-Wformat=1' '-Wdate-time' '-D' '_FORTIFY_SOURCE=2' '-v' '-o' 'CMakeFiles/cmTC_cdb18.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_cdb18.dir/']
> ignore line: [ as -v --gdwarf-5 --64 -o CMakeFiles/cmTC_cdb18.dir/CMakeCXXCompilerABI.cpp.o /tmp/cc1CpySS.s]
> ignore line: [GNU assembler version 2.38 (x86_64-linux-gnu) using BFD version (GNU Binutils for Debian) 2.38]
> ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/]
> ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../:/lib/:/usr/lib/]
> ignore line: [COLLECT_GCC_OPTIONS='-g' '-O2' '-ffile-prefix-map=/<<PKGBUILDDIR>>=.' '-fstack-protector-strong' '-Wformat=1' '-Wdate-time' '-D' '_FORTIFY_SOURCE=2' '-v' '-o' 'CMakeFiles/cmTC_cdb18.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_cdb18.dir/CMakeCXXCompilerABI.cpp.']
> ignore line: [Linking CXX executable cmTC_cdb18]
> ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cdb18.dir/link.txt --verbose=1]
> ignore line: [/usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Wdate-time -D_FORTIFY_SOURCE=2 -Wl -z relro -Wl -z now "-Wl --as-needed" -v CMakeFiles/cmTC_cdb18.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_cdb18 ]
> ignore line: [Using built-in specs.]
> ignore line: [COLLECT_GCC=/usr/bin/c++]
> ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper]
> ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa]
> ignore line: [OFFLOAD_TARGET_DEFAULT=1]
> ignore line: [Target: x86_64-linux-gnu]
> ignore line: [Configured with: ../src/configure -v --with-pkgversion='Debian 11.2.0-19' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c ada c++ go brig d fortran objc obj-c++ m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-uiwEqG/gcc-11-11.2.0/debian/tmp-nvptx/usr amdgcn-amdhsa=/build/gcc-11-uiwEqG/gcc-11-11.2.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2]
> ignore line: [Thread model: posix]
> ignore line: [Supported LTO compression algorithms: zlib zstd]
> ignore line: [gcc version 11.2.0 (Debian 11.2.0-19) ]
> ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/]
> ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../:/lib/:/usr/lib/]
> ignore line: [COLLECT_GCC_OPTIONS='-g' '-O2' '-ffile-prefix-map=/<<PKGBUILDDIR>>=.' '-fstack-protector-strong' '-Wformat=1' '-Wdate-time' '-D' '_FORTIFY_SOURCE=2' '-v' '-o' 'cmTC_cdb18' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_cdb18.']
> link line: [ /usr/lib/gcc/x86_64-linux-gnu/11/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper -plugin-opt=-fresolution=/tmp/ccECLpOs.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_cdb18 /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. -z relro -z now --as-needed CMakeFiles/cmTC_cdb18.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/11/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o]
> arg [/usr/lib/gcc/x86_64-linux-gnu/11/collect2] ==> ignore
> arg [-plugin] ==> ignore
> arg [/usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so] ==> ignore
> arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper] ==> ignore
> arg [-plugin-opt=-fresolution=/tmp/ccECLpOs.res] ==> ignore
> arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
> arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
> arg [-plugin-opt=-pass-through=-lc] ==> ignore
> arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
> arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
> arg [--build-id] ==> ignore
> arg [--eh-frame-hdr] ==> ignore
> arg [-m] ==> ignore
> arg [elf_x86_64] ==> ignore
> arg [--hash-style=gnu] ==> ignore
> arg [--as-needed] ==> ignore
> arg [-dynamic-linker] ==> ignore
> arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
> arg [-pie] ==> ignore
> arg [-o] ==> ignore
> arg [cmTC_cdb18] ==> ignore
> arg [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o]
> arg [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o]
> arg [/usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o]
> arg [-L/usr/lib/gcc/x86_64-linux-gnu/11] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/11]
> arg [-L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu]
> arg [-L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib]
> arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
> arg [-L/lib/../lib] ==> dir [/lib/../lib]
> arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu]
> arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
> arg [-L/usr/lib/gcc/x86_64-linux-gnu/11/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/11/../../..]
> arg [-zrelro] ==> ignore
> arg [-znow] ==> ignore
> arg [--as-needed] ==> ignore
> arg [CMakeFiles/cmTC_cdb18.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
> arg [-lstdc++] ==> lib [stdc++]
> arg [-lm] ==> lib [m]
> arg [-lgcc_s] ==> lib [gcc_s]
> arg [-lgcc] ==> lib [gcc]
> arg [-lc] ==> lib [c]
> arg [-lgcc_s] ==> lib [gcc_s]
> arg [-lgcc] ==> lib [gcc]
> arg [/usr/lib/gcc/x86_64-linux-gnu/11/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/11/crtendS.o]
> arg [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o]
> collapse obj [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o] ==> [/usr/lib/x86_64-linux-gnu/Scrt1.o]
> collapse obj [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o] ==> [/usr/lib/x86_64-linux-gnu/crti.o]
> collapse obj [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o] ==> [/usr/lib/x86_64-linux-gnu/crtn.o]
> collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/11] ==> [/usr/lib/gcc/x86_64-linux-gnu/11]
> collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
> collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib] ==> [/usr/lib]
> collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu]
> collapse library dir [/lib/../lib] ==> [/lib]
> collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
> collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
> collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/11/../../..] ==> [/usr/lib]
> implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc]
> implicit objs: [/usr/lib/x86_64-linux-gnu/Scrt1.o;/usr/lib/x86_64-linux-gnu/crti.o;/usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o;/usr/lib/gcc/x86_64-linux-gnu/11/crtendS.o;/usr/lib/x86_64-linux-gnu/crtn.o]
> implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/11;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib]
> implicit fwks: []
>
>
> Performing C SOURCE FILE Test C_HAS_WARNING-Wno-uninitialized succeeded with the following output:
> Change Dir: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
>
> Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_b1cdc/fast && gmake[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> /usr/bin/gmake -f CMakeFiles/cmTC_b1cdc.dir/build.make CMakeFiles/cmTC_b1cdc.dir/build
> gmake[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> Building C object CMakeFiles/cmTC_b1cdc.dir/src.c.o
> /usr/bin/cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DC_HAS_WARNING-Wno-uninitialized -Wno-uninitialized -o CMakeFiles/cmTC_b1cdc.dir/src.c.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.c
> <command-line>: warning: ISO C99 requires whitespace after the macro name
> Linking C executable cmTC_b1cdc
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b1cdc.dir/link.txt --verbose=1
> /usr/bin/cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now "-Wl,--as-needed" CMakeFiles/cmTC_b1cdc.dir/src.c.o -o cmTC_b1cdc
> gmake[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> gmake[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
>
>
> Source file was:
> int main(void) { return 0; }
> Performing C SOURCE FILE Test C_HAS_WARNING-Wno-unused-parameter succeeded with the following output:
> Change Dir: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
>
> Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_0bc15/fast && gmake[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> /usr/bin/gmake -f CMakeFiles/cmTC_0bc15.dir/build.make CMakeFiles/cmTC_0bc15.dir/build
> gmake[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> Building C object CMakeFiles/cmTC_0bc15.dir/src.c.o
> /usr/bin/cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DC_HAS_WARNING-Wno-unused-parameter -Wno-unused-parameter -o CMakeFiles/cmTC_0bc15.dir/src.c.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.c
> <command-line>: warning: ISO C99 requires whitespace after the macro name
> Linking C executable cmTC_0bc15
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0bc15.dir/link.txt --verbose=1
> /usr/bin/cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now "-Wl,--as-needed" CMakeFiles/cmTC_0bc15.dir/src.c.o -o cmTC_0bc15
> gmake[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> gmake[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
>
>
> Source file was:
> int main(void) { return 0; }
> Performing C SOURCE FILE Test C_HAS_WARNING-Wall succeeded with the following output:
> Change Dir: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
>
> Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_6c00e/fast && gmake[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> /usr/bin/gmake -f CMakeFiles/cmTC_6c00e.dir/build.make CMakeFiles/cmTC_6c00e.dir/build
> gmake[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> Building C object CMakeFiles/cmTC_6c00e.dir/src.c.o
> /usr/bin/cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DC_HAS_WARNING-Wall -Wall -o CMakeFiles/cmTC_6c00e.dir/src.c.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.c
> <command-line>: warning: ISO C99 requires whitespace after the macro name
> Linking C executable cmTC_6c00e
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6c00e.dir/link.txt --verbose=1
> /usr/bin/cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now "-Wl,--as-needed" CMakeFiles/cmTC_6c00e.dir/src.c.o -o cmTC_6c00e
> gmake[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> gmake[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
>
>
> Source file was:
> int main(void) { return 0; }
> Performing C SOURCE FILE Test C_HAS_WARNING-Wcast-align succeeded with the following output:
> Change Dir: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
>
> Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_a74c8/fast && gmake[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> /usr/bin/gmake -f CMakeFiles/cmTC_a74c8.dir/build.make CMakeFiles/cmTC_a74c8.dir/build
> gmake[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> Building C object CMakeFiles/cmTC_a74c8.dir/src.c.o
> /usr/bin/cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DC_HAS_WARNING-Wcast-align -Wcast-align -o CMakeFiles/cmTC_a74c8.dir/src.c.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.c
> <command-line>: warning: ISO C99 requires whitespace after the macro name
> Linking C executable cmTC_a74c8
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a74c8.dir/link.txt --verbose=1
> /usr/bin/cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now "-Wl,--as-needed" CMakeFiles/cmTC_a74c8.dir/src.c.o -o cmTC_a74c8
> gmake[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> gmake[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
>
>
> Source file was:
> int main(void) { return 0; }
> Performing C SOURCE FILE Test C_HAS_WARNING-Wdisabled-optimization succeeded with the following output:
> Change Dir: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
>
> Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_9ee94/fast && gmake[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> /usr/bin/gmake -f CMakeFiles/cmTC_9ee94.dir/build.make CMakeFiles/cmTC_9ee94.dir/build
> gmake[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> Building C object CMakeFiles/cmTC_9ee94.dir/src.c.o
> /usr/bin/cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DC_HAS_WARNING-Wdisabled-optimization -Wdisabled-optimization -o CMakeFiles/cmTC_9ee94.dir/src.c.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.c
> <command-line>: warning: ISO C99 requires whitespace after the macro name
> Linking C executable cmTC_9ee94
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9ee94.dir/link.txt --verbose=1
> /usr/bin/cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now "-Wl,--as-needed" CMakeFiles/cmTC_9ee94.dir/src.c.o -o cmTC_9ee94
> gmake[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> gmake[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
>
>
> Source file was:
> int main(void) { return 0; }
> Performing C SOURCE FILE Test C_HAS_WARNING-Wextra succeeded with the following output:
> Change Dir: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
>
> Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_9194e/fast && gmake[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> /usr/bin/gmake -f CMakeFiles/cmTC_9194e.dir/build.make CMakeFiles/cmTC_9194e.dir/build
> gmake[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> Building C object CMakeFiles/cmTC_9194e.dir/src.c.o
> /usr/bin/cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DC_HAS_WARNING-Wextra -Wextra -o CMakeFiles/cmTC_9194e.dir/src.c.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.c
> <command-line>: warning: ISO C99 requires whitespace after the macro name
> Linking C executable cmTC_9194e
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9194e.dir/link.txt --verbose=1
> /usr/bin/cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now "-Wl,--as-needed" CMakeFiles/cmTC_9194e.dir/src.c.o -o cmTC_9194e
> gmake[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> gmake[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
>
>
> Source file was:
> int main(void) { return 0; }
> Performing C SOURCE FILE Test C_HAS_WARNING-Wformat=2 succeeded with the following output:
> Change Dir: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
>
> Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_8d2ba/fast && gmake[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> /usr/bin/gmake -f CMakeFiles/cmTC_8d2ba.dir/build.make CMakeFiles/cmTC_8d2ba.dir/build
> gmake[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> Building C object CMakeFiles/cmTC_8d2ba.dir/src.c.o
> /usr/bin/cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DC_HAS_WARNING-Wformat=2 -Wformat=2 -o CMakeFiles/cmTC_8d2ba.dir/src.c.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.c
> <command-line>: warning: ISO C99 requires whitespace after the macro name
> Linking C executable cmTC_8d2ba
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8d2ba.dir/link.txt --verbose=1
> /usr/bin/cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now "-Wl,--as-needed" CMakeFiles/cmTC_8d2ba.dir/src.c.o -o cmTC_8d2ba
> gmake[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> gmake[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
>
>
> Source file was:
> int main(void) { return 0; }
> Performing C SOURCE FILE Test C_HAS_WARNING-Winvalid-pch succeeded with the following output:
> Change Dir: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
>
> Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_5e7af/fast && gmake[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> /usr/bin/gmake -f CMakeFiles/cmTC_5e7af.dir/build.make CMakeFiles/cmTC_5e7af.dir/build
> gmake[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> Building C object CMakeFiles/cmTC_5e7af.dir/src.c.o
> /usr/bin/cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DC_HAS_WARNING-Winvalid-pch -Winvalid-pch -o CMakeFiles/cmTC_5e7af.dir/src.c.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.c
> <command-line>: warning: ISO C99 requires whitespace after the macro name
> Linking C executable cmTC_5e7af
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5e7af.dir/link.txt --verbose=1
> /usr/bin/cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now "-Wl,--as-needed" CMakeFiles/cmTC_5e7af.dir/src.c.o -o cmTC_5e7af
> gmake[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> gmake[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
>
>
> Source file was:
> int main(void) { return 0; }
> Performing C SOURCE FILE Test C_HAS_WARNING-Wno-format-nonliteral succeeded with the following output:
> Change Dir: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
>
> Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_1e835/fast && gmake[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> /usr/bin/gmake -f CMakeFiles/cmTC_1e835.dir/build.make CMakeFiles/cmTC_1e835.dir/build
> gmake[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> Building C object CMakeFiles/cmTC_1e835.dir/src.c.o
> /usr/bin/cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DC_HAS_WARNING-Wno-format-nonliteral -Wno-format-nonliteral -o CMakeFiles/cmTC_1e835.dir/src.c.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.c
> <command-line>: warning: ISO C99 requires whitespace after the macro name
> Linking C executable cmTC_1e835
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1e835.dir/link.txt --verbose=1
> /usr/bin/cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now "-Wl,--as-needed" CMakeFiles/cmTC_1e835.dir/src.c.o -o cmTC_1e835
> gmake[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> gmake[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
>
>
> Source file was:
> int main(void) { return 0; }
> Performing C SOURCE FILE Test C_HAS_WARNING-Wpointer-arith succeeded with the following output:
> Change Dir: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
>
> Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_c7900/fast && gmake[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> /usr/bin/gmake -f CMakeFiles/cmTC_c7900.dir/build.make CMakeFiles/cmTC_c7900.dir/build
> gmake[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> Building C object CMakeFiles/cmTC_c7900.dir/src.c.o
> /usr/bin/cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DC_HAS_WARNING-Wpointer-arith -Wpointer-arith -o CMakeFiles/cmTC_c7900.dir/src.c.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.c
> <command-line>: warning: ISO C99 requires whitespace after the macro name
> Linking C executable cmTC_c7900
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c7900.dir/link.txt --verbose=1
> /usr/bin/cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now "-Wl,--as-needed" CMakeFiles/cmTC_c7900.dir/src.c.o -o cmTC_c7900
> gmake[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> gmake[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
>
>
> Source file was:
> int main(void) { return 0; }
> Performing C SOURCE FILE Test C_HAS_WARNING-Wunused succeeded with the following output:
> Change Dir: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
>
> Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_7bc7a/fast && gmake[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> /usr/bin/gmake -f CMakeFiles/cmTC_7bc7a.dir/build.make CMakeFiles/cmTC_7bc7a.dir/build
> gmake[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> Building C object CMakeFiles/cmTC_7bc7a.dir/src.c.o
> /usr/bin/cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DC_HAS_WARNING-Wunused -Wunused -o CMakeFiles/cmTC_7bc7a.dir/src.c.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.c
> <command-line>: warning: ISO C99 requires whitespace after the macro name
> Linking C executable cmTC_7bc7a
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7bc7a.dir/link.txt --verbose=1
> /usr/bin/cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now "-Wl,--as-needed" CMakeFiles/cmTC_7bc7a.dir/src.c.o -o cmTC_7bc7a
> gmake[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> gmake[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
>
>
> Source file was:
> int main(void) { return 0; }
> Performing C SOURCE FILE Test C_HAS_WARNING-Wwrite-strings succeeded with the following output:
> Change Dir: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
>
> Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_67700/fast && gmake[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> /usr/bin/gmake -f CMakeFiles/cmTC_67700.dir/build.make CMakeFiles/cmTC_67700.dir/build
> gmake[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> Building C object CMakeFiles/cmTC_67700.dir/src.c.o
> /usr/bin/cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DC_HAS_WARNING-Wwrite-strings -Wwrite-strings -o CMakeFiles/cmTC_67700.dir/src.c.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.c
> <command-line>: warning: ISO C99 requires whitespace after the macro name
> Linking C executable cmTC_67700
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_67700.dir/link.txt --verbose=1
> /usr/bin/cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now "-Wl,--as-needed" CMakeFiles/cmTC_67700.dir/src.c.o -o cmTC_67700
> gmake[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> gmake[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
>
>
> Source file was:
> int main(void) { return 0; }
> Performing C SOURCE FILE Test C_HAS_WARNING-funit-at-a-time succeeded with the following output:
> Change Dir: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
>
> Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_880c2/fast && gmake[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> /usr/bin/gmake -f CMakeFiles/cmTC_880c2.dir/build.make CMakeFiles/cmTC_880c2.dir/build
> gmake[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> Building C object CMakeFiles/cmTC_880c2.dir/src.c.o
> /usr/bin/cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DC_HAS_WARNING-funit-at-a-time -funit-at-a-time -o CMakeFiles/cmTC_880c2.dir/src.c.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.c
> <command-line>: warning: ISO C99 requires whitespace after the macro name
> Linking C executable cmTC_880c2
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_880c2.dir/link.txt --verbose=1
> /usr/bin/cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now "-Wl,--as-needed" CMakeFiles/cmTC_880c2.dir/src.c.o -o cmTC_880c2
> gmake[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> gmake[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
>
>
> Source file was:
> int main(void) { return 0; }
> Performing C SOURCE FILE Test C_HAS_WARNING-Wno-strict-overflow succeeded with the following output:
> Change Dir: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
>
> Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_0a8f1/fast && gmake[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> /usr/bin/gmake -f CMakeFiles/cmTC_0a8f1.dir/build.make CMakeFiles/cmTC_0a8f1.dir/build
> gmake[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> Building C object CMakeFiles/cmTC_0a8f1.dir/src.c.o
> /usr/bin/cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DC_HAS_WARNING-Wno-strict-overflow -Wno-strict-overflow -o CMakeFiles/cmTC_0a8f1.dir/src.c.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.c
> <command-line>: warning: ISO C99 requires whitespace after the macro name
> Linking C executable cmTC_0a8f1
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0a8f1.dir/link.txt --verbose=1
> /usr/bin/cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now "-Wl,--as-needed" CMakeFiles/cmTC_0a8f1.dir/src.c.o -o cmTC_0a8f1
> gmake[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> gmake[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
>
>
> Source file was:
> int main(void) { return 0; }
> Performing C++ SOURCE FILE Test CXX_HAS_WARNING-Wall succeeded with the following output:
> Change Dir: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
>
> Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_57b05/fast && gmake[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> /usr/bin/gmake -f CMakeFiles/cmTC_57b05.dir/build.make CMakeFiles/cmTC_57b05.dir/build
> gmake[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> Building CXX object CMakeFiles/cmTC_57b05.dir/src.cxx.o
> /usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DCXX_HAS_WARNING-Wall -Wall -std=c++14 -o CMakeFiles/cmTC_57b05.dir/src.cxx.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.cxx
> <command-line>: warning: ISO C++11 requires whitespace after the macro name
> Linking CXX executable cmTC_57b05
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_57b05.dir/link.txt --verbose=1
> /usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now "-Wl,--as-needed" CMakeFiles/cmTC_57b05.dir/src.cxx.o -o cmTC_57b05
> gmake[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> gmake[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
>
>
> Source file was:
> int main() { return 0;}
> Performing C++ SOURCE FILE Test CXX_HAS_WARNING-Wcast-align succeeded with the following output:
> Change Dir: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
>
> Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_0ed4e/fast && gmake[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> /usr/bin/gmake -f CMakeFiles/cmTC_0ed4e.dir/build.make CMakeFiles/cmTC_0ed4e.dir/build
> gmake[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> Building CXX object CMakeFiles/cmTC_0ed4e.dir/src.cxx.o
> /usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DCXX_HAS_WARNING-Wcast-align -Wcast-align -std=c++14 -o CMakeFiles/cmTC_0ed4e.dir/src.cxx.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.cxx
> <command-line>: warning: ISO C++11 requires whitespace after the macro name
> Linking CXX executable cmTC_0ed4e
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0ed4e.dir/link.txt --verbose=1
> /usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now "-Wl,--as-needed" CMakeFiles/cmTC_0ed4e.dir/src.cxx.o -o cmTC_0ed4e
> gmake[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> gmake[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
>
>
> Source file was:
> int main() { return 0;}
> Performing C++ SOURCE FILE Test CXX_HAS_WARNING-Wdisabled-optimization succeeded with the following output:
> Change Dir: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
>
> Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_b5611/fast && gmake[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> /usr/bin/gmake -f CMakeFiles/cmTC_b5611.dir/build.make CMakeFiles/cmTC_b5611.dir/build
> gmake[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> Building CXX object CMakeFiles/cmTC_b5611.dir/src.cxx.o
> /usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DCXX_HAS_WARNING-Wdisabled-optimization -Wdisabled-optimization -std=c++14 -o CMakeFiles/cmTC_b5611.dir/src.cxx.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.cxx
> <command-line>: warning: ISO C++11 requires whitespace after the macro name
> Linking CXX executable cmTC_b5611
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b5611.dir/link.txt --verbose=1
> /usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now "-Wl,--as-needed" CMakeFiles/cmTC_b5611.dir/src.cxx.o -o cmTC_b5611
> gmake[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> gmake[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
>
>
> Source file was:
> int main() { return 0;}
> Performing C++ SOURCE FILE Test CXX_HAS_WARNING-Wextra succeeded with the following output:
> Change Dir: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
>
> Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_f4067/fast && gmake[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> /usr/bin/gmake -f CMakeFiles/cmTC_f4067.dir/build.make CMakeFiles/cmTC_f4067.dir/build
> gmake[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> Building CXX object CMakeFiles/cmTC_f4067.dir/src.cxx.o
> /usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DCXX_HAS_WARNING-Wextra -Wextra -std=c++14 -o CMakeFiles/cmTC_f4067.dir/src.cxx.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.cxx
> <command-line>: warning: ISO C++11 requires whitespace after the macro name
> Linking CXX executable cmTC_f4067
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f4067.dir/link.txt --verbose=1
> /usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now "-Wl,--as-needed" CMakeFiles/cmTC_f4067.dir/src.cxx.o -o cmTC_f4067
> gmake[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> gmake[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
>
>
> Source file was:
> int main() { return 0;}
> Performing C++ SOURCE FILE Test CXX_HAS_WARNING-Wformat=2 succeeded with the following output:
> Change Dir: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
>
> Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_b3e8e/fast && gmake[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> /usr/bin/gmake -f CMakeFiles/cmTC_b3e8e.dir/build.make CMakeFiles/cmTC_b3e8e.dir/build
> gmake[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> Building CXX object CMakeFiles/cmTC_b3e8e.dir/src.cxx.o
> /usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DCXX_HAS_WARNING-Wformat=2 -Wformat=2 -std=c++14 -o CMakeFiles/cmTC_b3e8e.dir/src.cxx.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.cxx
> <command-line>: warning: ISO C++11 requires whitespace after the macro name
> Linking CXX executable cmTC_b3e8e
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b3e8e.dir/link.txt --verbose=1
> /usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now "-Wl,--as-needed" CMakeFiles/cmTC_b3e8e.dir/src.cxx.o -o cmTC_b3e8e
> gmake[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> gmake[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
>
>
> Source file was:
> int main() { return 0;}
> Performing C++ SOURCE FILE Test CXX_HAS_WARNING-Winvalid-pch succeeded with the following output:
> Change Dir: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
>
> Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_83814/fast && gmake[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> /usr/bin/gmake -f CMakeFiles/cmTC_83814.dir/build.make CMakeFiles/cmTC_83814.dir/build
> gmake[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> Building CXX object CMakeFiles/cmTC_83814.dir/src.cxx.o
> /usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DCXX_HAS_WARNING-Winvalid-pch -Winvalid-pch -std=c++14 -o CMakeFiles/cmTC_83814.dir/src.cxx.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.cxx
> <command-line>: warning: ISO C++11 requires whitespace after the macro name
> Linking CXX executable cmTC_83814
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_83814.dir/link.txt --verbose=1
> /usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now "-Wl,--as-needed" CMakeFiles/cmTC_83814.dir/src.cxx.o -o cmTC_83814
> gmake[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> gmake[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
>
>
> Source file was:
> int main() { return 0;}
> Performing C++ SOURCE FILE Test CXX_HAS_WARNING-Wno-format-nonliteral succeeded with the following output:
> Change Dir: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
>
> Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_94376/fast && gmake[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> /usr/bin/gmake -f CMakeFiles/cmTC_94376.dir/build.make CMakeFiles/cmTC_94376.dir/build
> gmake[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> Building CXX object CMakeFiles/cmTC_94376.dir/src.cxx.o
> /usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DCXX_HAS_WARNING-Wno-format-nonliteral -Wno-format-nonliteral -std=c++14 -o CMakeFiles/cmTC_94376.dir/src.cxx.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.cxx
> <command-line>: warning: ISO C++11 requires whitespace after the macro name
> Linking CXX executable cmTC_94376
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_94376.dir/link.txt --verbose=1
> /usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now "-Wl,--as-needed" CMakeFiles/cmTC_94376.dir/src.cxx.o -o cmTC_94376
> gmake[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> gmake[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
>
>
> Source file was:
> int main() { return 0;}
> Performing C++ SOURCE FILE Test CXX_HAS_WARNING-Wpointer-arith succeeded with the following output:
> Change Dir: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
>
> Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_aa5c8/fast && gmake[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> /usr/bin/gmake -f CMakeFiles/cmTC_aa5c8.dir/build.make CMakeFiles/cmTC_aa5c8.dir/build
> gmake[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> Building CXX object CMakeFiles/cmTC_aa5c8.dir/src.cxx.o
> /usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DCXX_HAS_WARNING-Wpointer-arith -Wpointer-arith -std=c++14 -o CMakeFiles/cmTC_aa5c8.dir/src.cxx.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.cxx
> <command-line>: warning: ISO C++11 requires whitespace after the macro name
> Linking CXX executable cmTC_aa5c8
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_aa5c8.dir/link.txt --verbose=1
> /usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now "-Wl,--as-needed" CMakeFiles/cmTC_aa5c8.dir/src.cxx.o -o cmTC_aa5c8
> gmake[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> gmake[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
>
>
> Source file was:
> int main() { return 0;}
> Performing C++ SOURCE FILE Test CXX_HAS_WARNING-Wunused succeeded with the following output:
> Change Dir: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
>
> Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_2c0ab/fast && gmake[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> /usr/bin/gmake -f CMakeFiles/cmTC_2c0ab.dir/build.make CMakeFiles/cmTC_2c0ab.dir/build
> gmake[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> Building CXX object CMakeFiles/cmTC_2c0ab.dir/src.cxx.o
> /usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DCXX_HAS_WARNING-Wunused -Wunused -std=c++14 -o CMakeFiles/cmTC_2c0ab.dir/src.cxx.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.cxx
> <command-line>: warning: ISO C++11 requires whitespace after the macro name
> Linking CXX executable cmTC_2c0ab
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2c0ab.dir/link.txt --verbose=1
> /usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now "-Wl,--as-needed" CMakeFiles/cmTC_2c0ab.dir/src.cxx.o -o cmTC_2c0ab
> gmake[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> gmake[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
>
>
> Source file was:
> int main() { return 0;}
> Performing C++ SOURCE FILE Test CXX_HAS_WARNING-Wwrite-strings succeeded with the following output:
> Change Dir: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
>
> Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_aeb23/fast && gmake[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> /usr/bin/gmake -f CMakeFiles/cmTC_aeb23.dir/build.make CMakeFiles/cmTC_aeb23.dir/build
> gmake[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> Building CXX object CMakeFiles/cmTC_aeb23.dir/src.cxx.o
> /usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DCXX_HAS_WARNING-Wwrite-strings -Wwrite-strings -std=c++14 -o CMakeFiles/cmTC_aeb23.dir/src.cxx.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.cxx
> <command-line>: warning: ISO C++11 requires whitespace after the macro name
> Linking CXX executable cmTC_aeb23
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_aeb23.dir/link.txt --verbose=1
> /usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now "-Wl,--as-needed" CMakeFiles/cmTC_aeb23.dir/src.cxx.o -o cmTC_aeb23
> gmake[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> gmake[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
>
>
> Source file was:
> int main() { return 0;}
> Performing C++ SOURCE FILE Test CXX_HAS_WARNING-funit-at-a-time succeeded with the following output:
> Change Dir: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
>
> Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_36663/fast && gmake[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> /usr/bin/gmake -f CMakeFiles/cmTC_36663.dir/build.make CMakeFiles/cmTC_36663.dir/build
> gmake[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> Building CXX object CMakeFiles/cmTC_36663.dir/src.cxx.o
> /usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DCXX_HAS_WARNING-funit-at-a-time -funit-at-a-time -std=c++14 -o CMakeFiles/cmTC_36663.dir/src.cxx.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.cxx
> <command-line>: warning: ISO C++11 requires whitespace after the macro name
> Linking CXX executable cmTC_36663
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_36663.dir/link.txt --verbose=1
> /usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now "-Wl,--as-needed" CMakeFiles/cmTC_36663.dir/src.cxx.o -o cmTC_36663
> gmake[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> gmake[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
>
>
> Source file was:
> int main() { return 0;}
> Performing C++ SOURCE FILE Test CXX_HAS_WARNING-Wno-strict-overflow succeeded with the following output:
> Change Dir: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
>
> Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_b0378/fast && gmake[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> /usr/bin/gmake -f CMakeFiles/cmTC_b0378.dir/build.make CMakeFiles/cmTC_b0378.dir/build
> gmake[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> Building CXX object CMakeFiles/cmTC_b0378.dir/src.cxx.o
> /usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DCXX_HAS_WARNING-Wno-strict-overflow -Wno-strict-overflow -std=c++14 -o CMakeFiles/cmTC_b0378.dir/src.cxx.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.cxx
> <command-line>: warning: ISO C++11 requires whitespace after the macro name
> Linking CXX executable cmTC_b0378
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b0378.dir/link.txt --verbose=1
> /usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now "-Wl,--as-needed" CMakeFiles/cmTC_b0378.dir/src.cxx.o -o cmTC_b0378
> gmake[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> gmake[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
>
>
> Source file was:
> int main() { return 0;}
> Performing C++ SOURCE FILE Test CXX_HAS_WARNING-Wno-deprecated succeeded with the following output:
> Change Dir: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
>
> Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_4079b/fast && gmake[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> /usr/bin/gmake -f CMakeFiles/cmTC_4079b.dir/build.make CMakeFiles/cmTC_4079b.dir/build
> gmake[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> Building CXX object CMakeFiles/cmTC_4079b.dir/src.cxx.o
> /usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DCXX_HAS_WARNING-Wno-deprecated -Wno-deprecated -std=c++14 -o CMakeFiles/cmTC_4079b.dir/src.cxx.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.cxx
> <command-line>: warning: ISO C++11 requires whitespace after the macro name
> Linking CXX executable cmTC_4079b
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4079b.dir/link.txt --verbose=1
> /usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now "-Wl,--as-needed" CMakeFiles/cmTC_4079b.dir/src.cxx.o -o cmTC_4079b
> gmake[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> gmake[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
>
>
> Source file was:
> int main() { return 0;}
> Performing C++ SOURCE FILE Test CXX_HAS_WARNING-Wno-invalid-offsetof succeeded with the following output:
> Change Dir: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
>
> Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_c0dea/fast && gmake[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> /usr/bin/gmake -f CMakeFiles/cmTC_c0dea.dir/build.make CMakeFiles/cmTC_c0dea.dir/build
> gmake[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> Building CXX object CMakeFiles/cmTC_c0dea.dir/src.cxx.o
> /usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DCXX_HAS_WARNING-Wno-invalid-offsetof -Wno-invalid-offsetof -std=c++14 -o CMakeFiles/cmTC_c0dea.dir/src.cxx.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.cxx
> <command-line>: warning: ISO C++11 requires whitespace after the macro name
> Linking CXX executable cmTC_c0dea
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c0dea.dir/link.txt --verbose=1
> /usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now "-Wl,--as-needed" CMakeFiles/cmTC_c0dea.dir/src.cxx.o -o cmTC_c0dea
> gmake[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> gmake[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
>
>
> Source file was:
> int main() { return 0;}
> Performing C++ SOURCE FILE Test CXX_HAS_WARNING-Woverloaded-virtual succeeded with the following output:
> Change Dir: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
>
> Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_de3ff/fast && gmake[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> /usr/bin/gmake -f CMakeFiles/cmTC_de3ff.dir/build.make CMakeFiles/cmTC_de3ff.dir/build
> gmake[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> Building CXX object CMakeFiles/cmTC_de3ff.dir/src.cxx.o
> /usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DCXX_HAS_WARNING-Woverloaded-virtual -Woverloaded-virtual -std=c++14 -o CMakeFiles/cmTC_de3ff.dir/src.cxx.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.cxx
> <command-line>: warning: ISO C++11 requires whitespace after the macro name
> Linking CXX executable cmTC_de3ff
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_de3ff.dir/link.txt --verbose=1
> /usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now "-Wl,--as-needed" CMakeFiles/cmTC_de3ff.dir/src.cxx.o -o cmTC_de3ff
> gmake[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> gmake[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
>
>
> Source file was:
> int main() { return 0;}
> Performing C++ SOURCE FILE Test CXX_HAS_WARNING-Wstrict-null-sentinel succeeded with the following output:
> Change Dir: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
>
> Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_9d301/fast && gmake[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> /usr/bin/gmake -f CMakeFiles/cmTC_9d301.dir/build.make CMakeFiles/cmTC_9d301.dir/build
> gmake[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> Building CXX object CMakeFiles/cmTC_9d301.dir/src.cxx.o
> /usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DCXX_HAS_WARNING-Wstrict-null-sentinel -Wstrict-null-sentinel -std=c++14 -o CMakeFiles/cmTC_9d301.dir/src.cxx.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.cxx
> <command-line>: warning: ISO C++11 requires whitespace after the macro name
> Linking CXX executable cmTC_9d301
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9d301.dir/link.txt --verbose=1
> /usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now "-Wl,--as-needed" CMakeFiles/cmTC_9d301.dir/src.cxx.o -o cmTC_9d301
> gmake[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> gmake[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
>
>
> Source file was:
> int main() { return 0;}
> Performing C++ SOURCE FILE Test HAVE_SSE2_EXTENSIONS succeeded with the following compile output:
> Change Dir: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
>
> Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_21368/fast && gmake[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> /usr/bin/gmake -f CMakeFiles/cmTC_21368.dir/build.make CMakeFiles/cmTC_21368.dir/build
> gmake[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> Building CXX object CMakeFiles/cmTC_21368.dir/src.cxx.o
> /usr/bin/c++ -DHAVE_SSE2_EXTENSIONS -Wall -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -Wno-deprecated -Wno-invalid-offsetof -Woverloaded-virtual -Wstrict-null-sentinel -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -std=c++14 -o CMakeFiles/cmTC_21368.dir/src.cxx.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.cxx
> Linking CXX executable cmTC_21368
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_21368.dir/link.txt --verbose=1
> /usr/bin/c++ -Wall -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -Wno-deprecated -Wno-invalid-offsetof -Woverloaded-virtual -Wstrict-null-sentinel -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -Wl,-z,relro -Wl,-z,now "-Wl,--as-needed" -Wl,--no-undefined CMakeFiles/cmTC_21368.dir/src.cxx.o -o cmTC_21368
> gmake[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> gmake[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
>
>
> ...and run output:
>
> Return value: 1
> Source file was:
>
> #include <emmintrin.h>
> int main ()
> {
> __m128d a, b;
> double vals[2] = {0};
> a = _mm_loadu_pd (vals);
> b = _mm_add_pd (a,a);
> _mm_storeu_pd (vals,b);
> return (0);
> }
> Performing C++ SOURCE FILE Test CXX_HAS_DISABLE_OPTIMIZATION_FLAG succeeded with the following output:
> Change Dir: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
>
> Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_d5450/fast && gmake[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> /usr/bin/gmake -f CMakeFiles/cmTC_d5450.dir/build.make CMakeFiles/cmTC_d5450.dir/build
> gmake[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> Building CXX object CMakeFiles/cmTC_d5450.dir/src.cxx.o
> /usr/bin/c++ -DCXX_HAS_DISABLE_OPTIMIZATION_FLAG -Wall -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -Wno-deprecated -Wno-invalid-offsetof -Woverloaded-virtual -Wstrict-null-sentinel -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -O0 -std=c++14 -o CMakeFiles/cmTC_d5450.dir/src.cxx.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.cxx
> Linking CXX executable cmTC_d5450
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d5450.dir/link.txt --verbose=1
> /usr/bin/c++ -Wall -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -Wno-deprecated -Wno-invalid-offsetof -Woverloaded-virtual -Wstrict-null-sentinel -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now "-Wl,--as-needed" -Wl,--no-undefined CMakeFiles/cmTC_d5450.dir/src.cxx.o -o cmTC_d5450
> gmake[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> gmake[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
>
>
> Source file was:
> int main() { return 0; }
> Performing C++ SOURCE FILE Test COMPILER_HAS_HIDDEN_VISIBILITY succeeded with the following output:
> Change Dir: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
>
> Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_5d9a7/fast && gmake[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> /usr/bin/gmake -f CMakeFiles/cmTC_5d9a7.dir/build.make CMakeFiles/cmTC_5d9a7.dir/build
> gmake[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> Building CXX object CMakeFiles/cmTC_5d9a7.dir/src.cxx.o
> /usr/bin/c++ -DCOMPILER_HAS_HIDDEN_VISIBILITY -msse2 -mfpmath=sse -Wall -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -Wno-deprecated -Wno-invalid-offsetof -Woverloaded-virtual -Wstrict-null-sentinel -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -std=c++14 -o CMakeFiles/cmTC_5d9a7.dir/src.cxx.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.cxx
> Linking CXX executable cmTC_5d9a7
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5d9a7.dir/link.txt --verbose=1
> /usr/bin/c++ -msse2 -mfpmath=sse -Wall -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -Wno-deprecated -Wno-invalid-offsetof -Woverloaded-virtual -Wstrict-null-sentinel -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now "-Wl,--as-needed" -Wl,--no-undefined CMakeFiles/cmTC_5d9a7.dir/src.cxx.o -o cmTC_5d9a7
> gmake[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> gmake[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
>
>
> Source file was:
> int main() { return 0; }
> Performing C++ SOURCE FILE Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY succeeded with the following output:
> Change Dir: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
>
> Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_fd096/fast && gmake[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> /usr/bin/gmake -f CMakeFiles/cmTC_fd096.dir/build.make CMakeFiles/cmTC_fd096.dir/build
> gmake[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> Building CXX object CMakeFiles/cmTC_fd096.dir/src.cxx.o
> /usr/bin/c++ -DCOMPILER_HAS_HIDDEN_INLINE_VISIBILITY -msse2 -mfpmath=sse -Wall -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -Wno-deprecated -Wno-invalid-offsetof -Woverloaded-virtual -Wstrict-null-sentinel -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility-inlines-hidden -std=c++14 -o CMakeFiles/cmTC_fd096.dir/src.cxx.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.cxx
> Linking CXX executable cmTC_fd096
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fd096.dir/link.txt --verbose=1
> /usr/bin/c++ -msse2 -mfpmath=sse -Wall -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -Wno-deprecated -Wno-invalid-offsetof -Woverloaded-virtual -Wstrict-null-sentinel -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now "-Wl,--as-needed" -Wl,--no-undefined CMakeFiles/cmTC_fd096.dir/src.cxx.o -o cmTC_fd096
> gmake[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> gmake[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
>
>
> Source file was:
> int main() { return 0; }
> Performing C++ SOURCE FILE Test COMPILER_HAS_DEPRECATED_ATTR succeeded with the following output:
> Change Dir: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
>
> Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_90d6c/fast && gmake[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> /usr/bin/gmake -f CMakeFiles/cmTC_90d6c.dir/build.make CMakeFiles/cmTC_90d6c.dir/build
> gmake[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> Building CXX object CMakeFiles/cmTC_90d6c.dir/src.cxx.o
> /usr/bin/c++ -DCOMPILER_HAS_DEPRECATED_ATTR -msse2 -mfpmath=sse -Wall -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -Wno-deprecated -Wno-invalid-offsetof -Woverloaded-virtual -Wstrict-null-sentinel -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++14 -o CMakeFiles/cmTC_90d6c.dir/src.cxx.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.cxx
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.cxx: In function 'int main()':
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.cxx:2:33: warning: 'int somefunc()' is deprecated [-Wdeprecated-declarations]
> 2 | int main() { return somefunc();}
> | ~~~~~~~~^~
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.cxx:1:37: note: declared here
> 1 | __attribute__((__deprecated__)) int somefunc() { return 0; }
> | ^~~~~~~~
> Linking CXX executable cmTC_90d6c
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_90d6c.dir/link.txt --verbose=1
> /usr/bin/c++ -msse2 -mfpmath=sse -Wall -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -Wno-deprecated -Wno-invalid-offsetof -Woverloaded-virtual -Wstrict-null-sentinel -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now "-Wl,--as-needed" -Wl,--no-undefined CMakeFiles/cmTC_90d6c.dir/src.cxx.o -o cmTC_90d6c
> gmake[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> gmake[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
>
>
> Source file was:
> __attribute__((__deprecated__)) int somefunc() { return 0; }
> int main() { return somefunc();}
> Performing C++ SOURCE FILE Test IS_X86_64 succeeded with the following compile output:
> Change Dir: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
>
> Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_6d0a8/fast && gmake[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> /usr/bin/gmake -f CMakeFiles/cmTC_6d0a8.dir/build.make CMakeFiles/cmTC_6d0a8.dir/build
> gmake[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> Building CXX object CMakeFiles/cmTC_6d0a8.dir/src.cxx.o
> /usr/bin/c++ -DIS_X86_64 -msse2 -mfpmath=sse -Wall -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -Wno-deprecated -Wno-invalid-offsetof -Woverloaded-virtual -Wstrict-null-sentinel -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -w -std=c++14 -o CMakeFiles/cmTC_6d0a8.dir/src.cxx.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.cxx
> Linking CXX executable cmTC_6d0a8
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6d0a8.dir/link.txt --verbose=1
> /usr/bin/c++ -msse2 -mfpmath=sse -Wall -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -Wno-deprecated -Wno-invalid-offsetof -Woverloaded-virtual -Wstrict-null-sentinel -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -w -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now "-Wl,--as-needed" -Wl,--no-undefined CMakeFiles/cmTC_6d0a8.dir/src.cxx.o -o cmTC_6d0a8
> gmake[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> gmake[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
>
>
> ...and run output:
>
> Return value: 1
> Source file was:
>
> int main()
> {
> int a = 0;
> int*pa = &a;
> asm(".intel_syntax\n"
> "mov %%rax, %0\n"
> "mov %%eax, [%%rax]\n"
> ".att_syntax\n"
> : : "r"(pa) : "%rax");
> return 0;
> }
> cd obj-x86_64-linux-gnu && tail -v -n \+0 CMakeFiles/CMakeError.log
> ==> CMakeFiles/CMakeError.log <==
> Performing C SOURCE FILE Test C_HAS_WARNING-Wno-long-double failed with the following output:
> Change Dir: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
>
> Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_dd6b0/fast && gmake[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> /usr/bin/gmake -f CMakeFiles/cmTC_dd6b0.dir/build.make CMakeFiles/cmTC_dd6b0.dir/build
> gmake[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> Building C object CMakeFiles/cmTC_dd6b0.dir/src.c.o
> /usr/bin/cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DC_HAS_WARNING-Wno-long-double -Wno-long-double -o CMakeFiles/cmTC_dd6b0.dir/src.c.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.c
> <command-line>: warning: ISO C99 requires whitespace after the macro name
> cc1: note: unrecognized command-line option ‘-Wno-long-double’ may have been intended to silence earlier diagnostics
> Linking C executable cmTC_dd6b0
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_dd6b0.dir/link.txt --verbose=1
> /usr/bin/cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now "-Wl,--as-needed" CMakeFiles/cmTC_dd6b0.dir/src.c.o -o cmTC_dd6b0
> gmake[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> gmake[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
>
>
> Source file was:
> int main(void) { return 0; }
> Performing C++ SOURCE FILE Test CXX_HAS_WARNING-Wno-long-double failed with the following output:
> Change Dir: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
>
> Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_2f016/fast && gmake[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> /usr/bin/gmake -f CMakeFiles/cmTC_2f016.dir/build.make CMakeFiles/cmTC_2f016.dir/build
> gmake[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> Building CXX object CMakeFiles/cmTC_2f016.dir/src.cxx.o
> /usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DCXX_HAS_WARNING-Wno-long-double -Wno-long-double -std=c++14 -o CMakeFiles/cmTC_2f016.dir/src.cxx.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.cxx
> <command-line>: warning: ISO C++11 requires whitespace after the macro name
> cc1plus: note: unrecognized command-line option ‘-Wno-long-double’ may have been intended to silence earlier diagnostics
> Linking CXX executable cmTC_2f016
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2f016.dir/link.txt --verbose=1
> /usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now "-Wl,--as-needed" CMakeFiles/cmTC_2f016.dir/src.cxx.o -o cmTC_2f016
> gmake[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> gmake[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
>
>
> Source file was:
> int main() { return 0;}
> dh_auto_configure: error: cd obj-x86_64-linux-gnu && cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON -DCMAKE_INSTALL_RUNSTATEDIR=/run "-GUnix Makefiles" -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu -DBUILD_EXAMPLES:BOOL=OFF -DBUILD_SHARED_LIBS:BOOL=ON -DBUILD_TESTING:BOOL=OFF -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SKIP_RPATH:BOOL=ON -DOTB_INSTALL_ARCHIVE_DIR:STRING=lib/x86_64-linux-gnu -DOTB_INSTALL_LIBRARY_DIR:STRING=lib/x86_64-linux-gnu -DOTB_USE_6S:BOOL=OFF -DOTB_USE_CURL:BOOL=ON -DOTB_USE_GLEW:BOOL=ON -DOTB_USE_GLFW:BOOL=ON -DOTB_USE_LIBKML:BOOL=ON -DOTB_USE_LIBSVM:BOOL=ON -DOTB_USE_MUPARSER:BOOL=ON -DOTB_USE_MUPARSERX:BOOL=ON -DOTB_USE_OPENCV:BOOL=ON -DOTB_USE_OPENGL:BOOL=ON -DOTB_USE_QT:BOOL=ON -DOTB_USE_QWT:BOOL=ON -DOTB_USE_SSE_FLAGS:BOOL=ON .. returned exit code 1
> make[1]: *** [debian/rules:84: override_dh_auto_configure] Error 25
The full build log is available from:
http://qa-logs.debian.net/2022/04/12/otb_8.0.0+dfsg-1_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220412;users=lucas@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220412&fusertaguser=lucas@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
More information about the Pkg-grass-devel
mailing list