Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
otb
otb
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 287
    • Issues 287
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 14
    • Merge Requests 14
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Main Repositories
  • otbotb
  • Issues
  • #1740

Closed
Open
Opened Oct 11, 2018 by Rashad Kanavath@rkanavathDeveloper

remove system checkup results from superbuild

This not much a feature or a bug. Right now I have below output from cmake when i configure superbuild. Having known these doesn't do much good to me later. Can we remove this step in superbuild. it will atleast make superbuild configure less verbose and a bit faster(no more 12 find_package calls)

Bonus: for a new dependency (eg: GSL) you have to maintain those find_package to have this info. I guess this was added during first release of superbuild (at hackfest?) for some sort of debugging.

-- |----------------------------------------------------------
-- |----------------- System checkup results -----------------
-- | The following libraries have been found on your system.
-- | You can choose to use them (instead of superbuild versions)
-- | by setting the corresponding option USE_SYSTEM_XXX.
-- |----------------------------------------------------------
-- | Boost      (1.60.0)        : (unknown)
-- |----------------------------------------------------------
-- | CURL       (7.54.1)        : C:/dashboard/otb/install_sb_x86/lib/libcurl_imp.lib
-- |----------------------------------------------------------
-- | GDAL       (2.2.1)         : C:/dashboard/otb/install_sb_x86/lib/gdal_i.lib
-- |----------------------------------------------------------
-- | GeoTIFF    (1.4.2)         : C:/dashboard/otb/install_sb_x86/lib/geotiff_i.lib
-- |----------------------------------------------------------
-- | LibSVM     (3.2.2)         : C:/dashboard/otb/install_sb_x86/lib/svm.lib
-- |----------------------------------------------------------
-- | MuParser   (2.2.5)         : C:/dashboard/otb/install_sb_x86/lib/muparser.lib
-- |----------------------------------------------------------
-- | MuParserX  (4.0.7)         : C:/dashboard/otb/install_sb_x86/lib/muparserx.lib
-- |----------------------------------------------------------
-- | OpenCV     (3.4.1)         : C:/dashboard/otb/install_sb_x86/lib/opencv_core341.lib;C:/dashboard/otb/install_sb_x86
/lib/opencv_ml341.lib
-- |----------------------------------------------------------
-- | OpenJPEG   (2.2.0)         : C:/dashboard/otb/install_sb_x86/lib/openjpeg-2.2
-- |----------------------------------------------------------
-- | OpenThreads        (3.3.0)         : C:/dashboard/otb/install_sb_x86/lib/OpenThreads.lib
-- |----------------------------------------------------------
-- | PNG        (1.6.16)        : C:/dashboard/otb/install_sb_x86/lib/libpng.lib
-- |----------------------------------------------------------
-- | TinyXML    (2.6.2)         : C:/dashboard/otb/install_sb_x86/lib/tinyxml.lib
-- |----------------------------------------------------------
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: orfeotoolbox/otb#1740