Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions src/docs/sphinx/buildGuide/BuildProcess.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ Option Default Explanation
``ENABLE_TOTALVIEW_OUTPUT`` ``OFF`` Enables TotalView debugger custom view of GEOS data structures
``ENABLE_COV`` ``OFF`` Enables code coverage
``GEOS_ENABLE_TESTS`` ``ON`` Enables unit testing targets
``GEOSX_LA_INTERFACE`` ``Hypre`` Choiсe of Linear Algebra backend (Hypre/Petsc/Trilinos)
``GEOSX_BUILD_OBJ_LIBS`` ``ON`` Use CMake Object Libraries build
``GEOSX_BUILD_SHARED_LIBS`` ``OFF`` Build ``geosx_core`` as a shared library instead of static
``GEOSX_PARALLEL_COMPILE_JOBS`` Max. number of compile jobs (when using Ninja), in addition to ``-j`` flag
``GEOSX_PARALLEL_LINK_JOBS`` Max. number of link jobs (when using Ninja), in addition to ``-j`` flag
``GEOSX_INSTALL_SCHEMA`` ``ON`` Enables schema generation and installation
``GEOS_LA_INTERFACE`` ``Hypre`` Choiсe of Linear Algebra backend (Hypre/Petsc/Trilinos)
``GEOS_BUILD_OBJ_LIBS`` ``ON`` Use CMake Object Libraries build
``GEOS_BUILD_SHARED_LIBS`` ``OFF`` Build ``geosx_core`` as a shared library instead of static
``GEOS_PARALLEL_COMPILE_JOBS`` Max. number of compile jobs (when using Ninja), in addition to ``-j`` flag
``GEOS_PARALLEL_LINK_JOBS`` Max. number of link jobs (when using Ninja), in addition to ``-j`` flag
``GEOS_INSTALL_SCHEMA`` ``ON`` Enables schema generation and installation
=============================== ========= ==============================================================================
2 changes: 1 addition & 1 deletion src/docs/sphinx/buildGuide/ContinuousIntegration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The

.. code-block:: sh

GEOSX_TPL_DIR
GEOS_TPL_DIR

variable contains the absolute path of the installation root directory of the third party libraries.
GEOS must use it when building.
Expand Down