Build against ADIS is difficult.
When running Caitlin's adiosvm
branch (see here) it is very difficult to compile. First, I get:
CMake Error at CMakeLists.txt:24 (find_package):
By not providing "FindADIS.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "ADIS", but
CMake did not find one.
Could not find a package configuration file provided by "ADIS" with any of
the following names:
ADISConfig.cmake
adis-config.cmake
Add the installation prefix of "ADIS" to CMAKE_PREFIX_PATH or set
"ADIS_DIR" to a directory containing one of the above files. If "ADIS"
provides a separate development package or SDK, be sure it has been
installed.
-- Configuring incomplete, errors occurred!
See also "/home/4nt/adios_vm_adis/Tutorial/gray-scott/build/CMakeFiles/CMakeOutput.log".
I believe that this is because we don't have a proper install target in the CMakeLists.txt
of adis.
Note, I have a partial fix in Caitlin's VM, by simply removing find_package(ADIS required)
from the CMakeLists.txt
, but then I get other, deeper problems with vtkm
.