Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
ParaView
ParaView
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,665
    • Issues 1,665
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 62
    • Merge Requests 62
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • 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
  • ParaView
  • ParaViewParaView
  • Issues
  • #18778

Closed
Open
Created Feb 14, 2019 by Nicolas Vuaille@nicolas.vuailleDeveloper

Unable to build examples

using arch linux up to date (cmake 3.13.4, gcc 8.2.1, ninja 1.9.0). I just build master (09a6d398) with this cmake config : devConf.cmake (mainly activating python, mpi and testing). Compilation worked fine (excepted the binaries location, as mentionned in issue #18776 (closed) )

Then, I turned PARAVIEW_BUILD_EXAMPLES to ON and rebuild.

observations

  • 13664 targets to rebuild: is it expected ?
  • 'bin' directory created, with copy of previous binaries
  • 'Examples' directory created but 'empty' (see bellow)
  • no examples binaries found

details

$ ls Examples
CMakeFiles  cmake_install.cmake  CTestTestfile.cmake
$ ninja -t targets all | grep -i examples
Examples/CMakeFiles/install/strip.util: CUSTOM_COMMAND
Examples/install/strip: phony
Examples/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
Examples/edit_cache: phony
Examples/list_install_components: phony
Examples/CMakeFiles/test.util: CUSTOM_COMMAND
Examples/test: phony
Examples/CMakeFiles/install/local.util: CUSTOM_COMMAND
Examples/install/local: phony
Examples/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
Examples/rebuild_cache: phony
Examples/CMakeFiles/install.util: CUSTOM_COMMAND
Examples/install: phony
Examples/all: phony
/home/nicolas/ParaView/ParaView/Examples/CMakeLists.txt: phony

$ ninja Examples/all
ninja: no work to do
$ find . -name "Example"
$ 

I expected to find the Catalyst examples (e.g. the CxxParticlePathExample binary file) but nothing is returned.

@ben.boeckel

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None