VTK Installation

Provides a system for patient-specific cardiovascular modeling and simulation.
POST REPLY
User avatar
seyed Jamal Eldin mahdavifar
Posts: 16
Joined: Wed Jul 14, 2021 4:13 pm

VTK Installation

Post by seyed Jamal Eldin mahdavifar » Sat Sep 14, 2024 10:54 pm

Dear Dave
Thanks for your interest. As you said before, I installed the VTK according to the instructions on the site below.
(https://github.com/SimVascular/svFSIplus)
But when I run the command "make install" it gives me the following error
{
CMake Error at Wrapping/Tools/cmake_install.cmake:46 (file):
file INSTALL cannot set permissions on
"/user/shared/vtk/install/include/vtk-9.3/vtkParse.h": Operation not permitted.
Call Stack (most recent call first):
cmake_install.cmake:47 (include)
}
Can you help me solve this problem?
Best
Jamal

User avatar
seyed Jamal Eldin mahdavifar
Posts: 16
Joined: Wed Jul 14, 2021 4:13 pm

Re: VTK Installation

Post by seyed Jamal Eldin mahdavifar » Thu Oct 03, 2024 10:11 pm

Dear Dave
Following the previous post, when I ran the "sudo make install" command instead of the " make install" command for
Building VTK, the previous problem was solved, But when I run the "install" command in the fsiplus-build directory
according to the instructions, it gives the following error
{
CMake Error at Source/svFSI/CMakeLists.txt:139 (find_package):
By not providing "FindVTK.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "VTK", but
CMake did not find one.
Could not find a package configuration file provided by "VTK" with any of
the following names:
VTKConfig.cmake
vtk-config.cmake
Add the installation prefix of "VTK" to CMAKE_PREFIX_PATH or set "VTK_DIR"
to a directory containing one of the above files. If "VTK" provides a
separate development package or SDK, be sure it has been installed.
}
I appreciate your guiding me regarding this.
Best
Jamal

POST REPLY