Searched refs:pip (Results 1 – 15 of 15) sorted by relevance
| /petsc/src/binding/petsc4py/docs/source/ |
| H A D | install.rst | 6 Install from PyPI using **pip** 9 You can use :program:`pip` to install :mod:`petsc4py` and its dependencies:: 11 $ python -m pip install petsc petsc4py 20 $ python -m pip install src/binding/petsc4py 25 $ PETSC_ARCH='arch-0:...:arch-N' python -m pip install src/binding/petsc4py 28 your build host, then before invoking :program:`pip`, set the 71 $ python -m pip install -r src/binding/petsc4py/conf/requirements-docs.txt
|
| H A D | contributing.rst | 12 $ python -m pip install -r src/binding/petsc4py/conf/requirements-lint.txt
|
| /petsc/doc/ |
| H A D | makefile | 26 …on3 -m venv petsc-doc-env ; source petsc-doc-env/bin/activate ; python3 -m pip install -r doc/requ… 39 … python3 -m venv petsc-doc-env ; . petsc-doc-env/bin/activate ; python3 -m pip install --quiet -r … 42 … python3 -m venv petsc-doc-env ; . petsc-doc-env/bin/activate ; python3 -m pip install --quiet -r …
|
| H A D | petsc.bib | 13797 note = {CWEB is available at ftp://pip.shsu.edu/tex-archive/web/c\_cpp/cweb}
|
| /petsc/src/binding/petsc4py/ |
| H A D | makefile | 70 . petsc4py-lint-env/bin/activate && python -m pip install -r conf/requirements-lint.txt 77 . petsc4py-docs-env/bin/activate && python -m pip install -r conf/requirements-docs.txt 78 . petsc4py-docs-env/bin/activate && CFLAGS=-O0 python -m pip install . 82 python -m pip install . 94 . petsc4py-stubtest-env/bin/activate && python -m pip install -r conf/requirements-stubtest.txt 154 CFLAGS=-O0 python -m pip install .
|
| H A D | DESCRIPTION.rst | 13 $ pip install mpi4py 17 $ pip install numpy 21 $ pip install petsc petsc4py
|
| H A D | tox.ini | 4 # "pip install tox" and then run "tox" from this directory.
|
| H A D | CHANGES.rst | 238 - Support for ``pip install petsc4py`` to download and install PETSc.
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/ |
| H A D | __version__.py | 24 from pip._vendor import tomli as tomllib # type: ignore[import]
|
| H A D | pkg_consistency_checks.py | 64 from pip._vendor import tomli as tomllib
|
| /petsc/doc/install/ |
| H A D | index.md | 27 : `python -m pip install petsc petsc4py`
|
| /petsc/src/ts/characteristic/interface/ |
| H A D | characteristic.c | 716 PetscMPIInt **procs, pi, pj, pim, pip, pjm, pjp, PIi, PJi; in DMDAGetNeighborsRank() local 743 pip = (pi + 1) % PIi; in DMDAGetNeighborsRank() 751 neighbors[4] = procs[pjp][pip]; in DMDAGetNeighborsRank() 752 neighbors[5] = procs[pj][pip]; in DMDAGetNeighborsRank() 753 neighbors[6] = procs[pjm][pip]; in DMDAGetNeighborsRank()
|
| /petsc/lib/petsc/bin/maint/ |
| H A D | builddist | 99 python3 -m pip install -r requirements.txt
|
| /petsc/lib/petsc/conf/ |
| H A D | rules_util.mk | 208 …@source petsc-lint-env/bin/activate && python3 -m pip install --quiet -r lib/petsc/bin/maint/petsc…
|
| /petsc/doc/changes/ |
| H A D | 324.md | 22 …xx`, `--with-xxx`, and `-with-xxx-dir` for Python packages that install with pip. See `packages.py`
|