[Octopus-notify] svn commit: r2319 - in trunk: debian src by appel

octopus-notify at tddft.org octopus-notify at tddft.org
Mon Jul 31 11:19:42 WEST 2006


      Author: appel
        Date: Mon Jul 31 11:19:40 2006
New Revision: 2319
   Changeset: http://www.tddft.org/trac/octopus/changeset/2319

Modified:
   trunk/configure.ac
   trunk/debian/rules
   trunk/src/Makefile.am

Log:
Besides FCFLAGS there is now a variable FCDEBUGFLAGS. I had to
separate debug flags from regular flags since some files cannot
be compiled with debug flags. The prime example is atomic.F90.
If this file is compiled with a full set of debug flags all sorts
of runtime errors occur, causing a lot of tests to fail. I guess
nobody really bothers to fix the issues in the F77 spaghetti code.
Therefore we exclude this file from runtime checking so that we
can enable the cheks in the nightly builds *for the rest of the files*.

To achive a conditional compilation with different FC flags I
had to introduce in src/Makefile.am pattern based rules instead 
of suffix rules for the compilation



More information about the Octopus-notify mailing list