[gmx-developers] Minor CMAKE/fftw3 problem VS2010 x64 on release-4-6 branch
Mirco Wahab
mirco.wahab at chemie.tu-freiberg.de
Wed Feb 22 18:46:53 CET 2012
Am 22.02.2012 18:04, schrieb Christoph Junghans:
> I do not really see where this comes from, as it works on our Jenkins'
> Windows machine.
This is the part of the generated CMakeCache.txt related to fftw3f:
(I even renamed the libraries to fftw3f/fftw3):
D:\RepoGit\gromacs-build\CMakeCache.txt 43,00 KB 22.02.2012 18:32:54
228 FFTW_INCLUDE_DIR_fftw3f:PATH=D:/Lib64/include
230 //Path to library fftw3f
231 FFTW_LIBRARY:STRING=D:/Lib64/lib/fftw3f.lib
234 FFTW_LIBRARY_fftw3f:FILEPATH=D:/Lib64/lib/fftw3f.lib
419 md_LIB_DEPENDS:STATIC=general;gmx;general;D:/Lib64/lib/fftw3f.lib;
618
FIND_PACKAGE_MESSAGE_DETAILS_FFTW:INTERNAL=[D:/Lib64/lib/fftw3f.lib][D:/Lib64/include][v(3)]
863 PC_FFTW_fftw3f_INCLUDEDIR:INTERNAL=
864 PC_FFTW_fftw3f_LIBDIR:INTERNAL=
865 PC_FFTW_fftw3f_PREFIX:INTERNAL=
866 PC_FFTW_fftw3f_VERSION:INTERNAL=
In the sections below L.800, the entries
from above are gone? What's the PC_ prefix?
Compare with gsl:
D:\RepoGit\gromacs-build\CMakeCache.txt 43,00 KB 22.02.2012 18:43:59
279 //Add support for gsl
332 GSL_GSL_LIBRARY:FILEPATH=D:/Lib64/bin/gsl.lib
422
gmxana_LIB_DEPENDS:STATIC=general;md;general;gmx;general;D:/Lib64/bin/gsl.lib;
This works!
Regards
M.
More information about the gromacs.org_gmx-developers
mailing list