[gmx-users] compiling gromacs 3.1.3 on MacOSX

nicolis at guideo.fr nicolis at guideo.fr
Sat May 25 22:33:50 CEST 2002


En réponse à David van der Spoel <spoel at xray.bmc.uu.se>:

> Try setting the env flags to find fftw:
> setenv CPPFLAGS -I/opt/fftw/include
> setenv LDFLAGS -L/opt/fftw/lib
> 
> or wherever you have it installed...

If it's the standard fink install they should be in /sw/include and /sw/lib. So:

setenv CPPFLAGS -I/sw/include
setenv LDFLAGS -L/sw/lib

should work OK.

Yiannis




More information about the gromacs.org_gmx-users mailing list