Re: [gmx-users] Problems with CMake and shared libraries

2010-09-06 Thread Szilárd Páll
Hi, Indeed, the custom cmake target "install-mdrun" was designed to only install the mdrun binary and it does not install the libraries this is linked against when BUILD_SHARED_LIBS=ON. I'm not completely sure that this is actually a bug, but to me it smells like one. I'll file a bug report and w

[gmx-users] Problems with CMake and shared libraries

2010-09-06 Thread Justin A. Lemkul
Hi All, I've discovered a new problem when using CMake. To recap, the system in question is a PowerPC cluster running Yellowdog Linux with OpenMPI-1.4.2 and gcc-4.2.2, linking against FFTW 3.0.1. I gave the following commands to build mdrun with CMake: cmake ../gromacs-4.5.1 -DFFTW3F_LIBRARIE