Question on installation in redhat system

Provides a system for patient-specific cardiovascular modeling and simulation.
User avatar
Luning SUn
Posts: 6
Joined: Fri Aug 24, 2018 9:04 pm

Re: Question on installation in redhat system

Post by Luning SUn » Mon Sep 17, 2018 8:38 am

Hello, David. I also encountered some problem when trying to use the cmake on RedHat system. The default installation option "sudo yum install cmake" just installs the cmake 2.8. However using "ccmake to configure needs cmake 3.6" or above. I tried to search sudo yum install cmake3 but it turns out to not include the ccmake tool. I finally downloaded the binary ccmake and exexute ccmake by "./ccmake ($Path)" to configure and generate. Although some deprecation warnings pop up, it completes the generation process. Then I was stuck by running the make command, which returns the "no prebuild library found" error. I wonder if you encounter the similar problem and thank you again for helping me solving problems these days.

Best,
Luning

POST REPLY