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.
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information