[gmx-developers] Minor CMAKE/fftw3 problem VS2010 x64 - finally solved

Mirco Wahab mirco.wahab at chemie.tu-freiberg.de
Mon Feb 27 15:29:12 CET 2012


Am 27.02.2012 14:49, schrieb Mirco Wahab:
> Maybe this here is the clue ...

The VC2010 cmake run will, when fed exactly
with the following options:

cmake -G "Visual Studio 10 Win64"
       -DFFTW_INCLUDE_DIR=d:/Lib64/include
       -DFFTW_LIBRARY=d:/Lib64/lib/fftw3f.lib
       -D__whatever__else__
       ..\gromacs


cleanly insert the fftw3f dependencies. So, no more

	FFTW3F_INCLUDE_DIR,
	FFTW3F_LIBRARIES or
	GMX_FFTW_LIBRARY

necessary. Maybe this should get included in the
public build instructions for windows builds.

Thanks & regards

M.




More information about the gromacs.org_gmx-developers mailing list