bendudson / BOUT

NOTE: BOUT++ now at https://github.com/boutproject/BOUT-dev
GNU Lesser General Public License v3.0
24 stars 34 forks source link

PVODE library doesn't compile on POWER #16

Closed bendudson closed 14 years ago

bendudson commented 14 years ago

Even using the C++ compiler, it treats .c files as C and so barfs on the namespace declaration

Need to rename .c to .cpp in the PVODE library

bendudson commented 14 years ago

Small changes to configure/Makefiles. This closed by edf54b825bffa074b3456d6c767258be2171409e

o configure was setting CC variable, not CXX which was used in the PVODE makefile

o Added a dummy file to force git to make the "empty" lib directory

o Removed line from PVODE makefiles which included the (non-existent) make.config file