Modified:
/wiki/CmakeInstructions.wiki
=======================================
--- /wiki/CmakeInstructions.wiki Sun Mar 25 21:19:56 2012
+++ /wiki/CmakeInstructions.wiki Wed Apr 18 22:59:29 2012
@@ -37,7 +37,7 @@
|| -DCMAKE_CXX_FLAGS || -W -Wall || The C++ compiler flags. ||
|| -DCMAKE_INSTALL_PREFIX || /usr/local || The install prefix. ||
|| -DMODULE || all || Defines the module (and its dependencies) to be
built. Options are casa, tables, measures, ms, images, and all. ||
-|| -DUSE_HDF5 || OFF || Defines if HDF5 needs to be found. If OFF,
casacore is built without HDF5 support. ||
+|| -DUSE_HDF5 || OFF || Defines if HDF5 needs to be found. If OFF,
casacore is built without HDF5 support. Any version from HDF5-1.8.3 on can
be used. ||
|| -DUSE_FFTW3 || OFF || Defines if FFTW3 needs to be used and found. If
OFF, casacore uses FFTPack instead of FFTW3 to do Fast Fourier Transforms.||
|| -DUSE_THREADS || OFF || Defines if thread-safety has to be compiled in.
If ON, use of static variables in casacore is thread-safe (so far only in
modules casa, tables, scimath, and measures). ||
|| -DUSE_OPENMP || OFF || Defines if OpenMP pragmas should be handled by
the compiler. Casacore code contains a few such pragmas. In the future more
casacore code will be parallelized using OpenMP. ||