Skip to content

Commit

Permalink
Merge pull request #4408 from vicentebolea/update-adios-use-pip-docs
Browse files Browse the repository at this point in the history
docs: add ADIOS2_USE_PIP
  • Loading branch information
vicentebolea authored Nov 19, 2024
2 parents 3edaecb + ecebdc1 commit ec69c19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/user_guide/source/setting_up/source/cmake.rst
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,8 @@ In addition to the ``ADIOS2_USE_Feature`` options, the following options are als
``BUILD_TESTING`` ON/**OFF** Build test code.
``CMAKE_INSTALL_PREFIX`` /path/to/install (``/usr/local``) Installation location.
``CMAKE_BUILD_TYPE`` Debug/**Release**/RelWithDebInfo/MinSizeRel Compiler optimization levels.
``CMAKE_PREFIX_PATH`` Semi-colon separeated list of paths Location of extra dependencies
``CMAKE_PREFIX_PATH`` Semi-colon separeated list of paths Location of extra dependencies.
``ADIOS2_USE_PIP`` ON/**OFF** ON when installing inside a Python venv or a PyPi package.
==================================== =============================================== ===============================


Expand Down

0 comments on commit ec69c19

Please sign in to comment.