/usr/share/doc/libbox-dev/NOTES is in libbox-dev 2.5-7.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | From Akira:
Akira has mucked with the header files. The reason for this is as follows:
-> The serial build of Boxlib fakes MPI under the covers
-> When we try to build an AVT boxlib reader, a parallel version of the reader
is built.
-> That reader links against MPI, which conflicts with the way the Boxlib
library fakes MPI under the covers.
-> Problems emerge.
So use Akira's headers.
As far as building Boxlib:
-> Untar the tarball in this directory.
-> Go to the Boxlib subdirectory and modify the GNUmakefile.
-> It will figure out the platform, etc.
-> You pretty much just need to specify the dimension.
-> Rename the library to be something like libbox2D.a or libbox3D.a
|