You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Without -DMESHES set, and the following cmake configure command cmake .. -DCMAKE_C_COMPILER=mpicc -DCMAKE_CXX_COMPILER=mpicxx -DCMAKE_INSTALL_PREFIX=../install -DSCOREC_CXX_WARNINGS=OFF the following error is hit during installation (make install).
CMake Error at test/cmake_install.cmake:1521 (file):
file INSTALL cannot find
"/Users/dobrev1/code/pumi/pumi-meshes/pipe/pipe.dmg": No such file or
directory.
Call Stack (most recent call first):
cmake_install.cmake:91 (include)
make: *** [install] Error 1
It looks like the smoke tests requires those files:
Without
-DMESHES
set, and the following cmake configure commandcmake .. -DCMAKE_C_COMPILER=mpicc -DCMAKE_CXX_COMPILER=mpicxx -DCMAKE_INSTALL_PREFIX=../install -DSCOREC_CXX_WARNINGS=OFF
the following error is hit during installation (make install
).It looks like the smoke tests requires those files:
core/test/smokeTesting.cmake
Lines 9 to 26 in 3d621c8
Those test inputs should be included with the repo to avoid this.
Thanks to @v-dobrev for reporting this.
The text was updated successfully, but these errors were encountered: