Merge branch origin/release-5-0
[alexxy/gromacs.git] / src / external / boost / README
index 2f193803f39bd25aa642a2b46a85392174853706..d1d21d83fa5981b776672450d995fbdd1d0c162d 100644 (file)
@@ -1,7 +1,8 @@
 Steps to produce minimal version of BOOST:
 1) Download Boost (current minimal version is derived from 1.55.0)
 2) Extract
-3) Edit Boost files to uncomment unnessary includes (search for GMX in minimal version and copy all changes)
+3) Edit Boost files to uncomment unnessary includes and insert warning-suppression pragmas
+   (search for GMX in minimal version and copy all changes)
    Alternative make a patch by diffing against unmodified version and applying patch. Such as
    diff /path/to/boost_1_55_0 . -rwu |grep -v ^"Only in" > patch && patch -p? < patch
 4) Make sure our subset works even with compilers not listed