This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision |
public:user_software:documentation:lofar-cmake [2017-01-09 10:54] – [Getting Started] Adriaan Renting | public:user_software:documentation:lofar-cmake [2017-03-09 09:16] (current) – [Available Options] Arno Schoenmakers |
---|
$ svn update LOFAR/CMake | $ svn update LOFAR/CMake |
</code> | </code> |
**Note** On newer versions of svn you should probably use ''--depth=immediates'' instead of -N. | **Note** On newer versions of svn you should probably use ''--depth=immediates'' instead of -N, but I can't get this to work with it. - Adriaan |
| |
| |
| ''USE_SOCKETS'' | Use network sockets | ''ON'' | | | ''USE_SOCKETS'' | Use network sockets | ''ON'' | |
| ''USE_THREADS'' | Use thread support | ''ON'' | | | ''USE_THREADS'' | Use thread support | ''ON'' | |
| | ''USE_CASACORE'' | Use Casacore installation | ''ON'' | |
| |
Some options are mutually exclusive (e.g., ''USE_LOG4CPLUS'', and ''LOG4CXX'' cannot be used simultaneously). These restrictions are checked by the [[engineering:software:lofar-cmake:macros#lofaroptions|LofarOptions]] macro. Furthermore, this macro calls ''lofar_find_package'' for each package that is marked to be used. It is a fatal error if that package cannot be found. | Some options are mutually exclusive (e.g., ''USE_LOG4CPLUS'', and ''LOG4CXX'' cannot be used simultaneously). These restrictions are checked by the [[engineering:software:lofar-cmake:macros#lofaroptions|LofarOptions]] macro. Furthermore, this macro calls ''lofar_find_package'' for each package that is marked to be used. It is a fatal error if that package cannot be found. |