[Octopus-notify] svn commit: r2404 - in trunk: src by athimm

octopus-notify at tddft.org octopus-notify at tddft.org
Fri Sep 15 11:10:40 WEST 2006


      Author: athimm
        Date: Fri Sep 15 11:10:36 2006
New Revision: 2404
   Changeset: http://www.tddft.org/trac/octopus/changeset/2404

Modified:
   trunk/m4/acx_netcdf.m4
   trunk/src/Makefile.am

Log:
Try to fix netcdf detection on systems using recent netcdf versions
and such in need of both -L and -I extra switches.

This patch introduces FCFLAGS_NETCDF that pars with the existing
LIBS_NETCDF. The latter holds switches for the linker like
{{{
-L/usr/lib/netcdf-3 -lnetcdf -lnetcdff
}}}
while the former is supposed to contain include paths like
{{{
-I/usr/include/netcdf-3
}}}

FCFLAGS_NETCDF needs to be added to the src/Makefile, too.

Hopefully fixes #39.




More information about the Octopus-notify mailing list