File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
src/docs/sphinx/buildGuide Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -75,10 +75,10 @@ Option Default Explanation
7575``ENABLE_TOTALVIEW_OUTPUT `` ``OFF `` Enables TotalView debugger custom view of GEOS data structures
7676``ENABLE_COV `` ``OFF `` Enables code coverage
7777``GEOS_ENABLE_TESTS `` ``ON `` Enables unit testing targets
78- ``GEOSX_LA_INTERFACE `` ``Hypre `` Choiсe of Linear Algebra backend (Hypre/Petsc/Trilinos)
79- ``GEOSX_BUILD_OBJ_LIBS `` ``ON `` Use CMake Object Libraries build
80- ``GEOSX_BUILD_SHARED_LIBS `` ``OFF `` Build ``geosx_core `` as a shared library instead of static
81- ``GEOSX_PARALLEL_COMPILE_JOBS `` Max. number of compile jobs (when using Ninja), in addition to ``-j `` flag
82- ``GEOSX_PARALLEL_LINK_JOBS `` Max. number of link jobs (when using Ninja), in addition to ``-j `` flag
83- ``GEOSX_INSTALL_SCHEMA `` ``ON `` Enables schema generation and installation
78+ ``GEOS_LA_INTERFACE `` ``Hypre `` Choiсe of Linear Algebra backend (Hypre/Petsc/Trilinos)
79+ ``GEOS_BUILD_OBJ_LIBS `` ``ON `` Use CMake Object Libraries build
80+ ``GEOS_BUILD_SHARED_LIBS `` ``OFF `` Build ``geosx_core `` as a shared library instead of static
81+ ``GEOS_PARALLEL_COMPILE_JOBS `` Max. number of compile jobs (when using Ninja), in addition to ``-j `` flag
82+ ``GEOS_PARALLEL_LINK_JOBS `` Max. number of link jobs (when using Ninja), in addition to ``-j `` flag
83+ ``GEOS_INSTALL_SCHEMA `` ``ON `` Enables schema generation and installation
8484=============================== ========= ==============================================================================
Original file line number Diff line number Diff line change 4141
4242.. code-block :: sh
4343
44- GEOSX_TPL_DIR
44+ GEOS_TPL_DIR
4545
4646 variable contains the absolute path of the installation root directory of the third party libraries.
4747GEOS must use it when building.
You can’t perform that action at this time.
0 commit comments