| /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/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/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 …
|
| /petsc/ |
| H A D | .gitlab-ci.yml | 79 - ${PYTHON} -m pip list --user 227 petsc4py-pip: 235 - python3 -m venv pip-builds 236 - source pip-builds/bin/activate 237 - python -m pip install --upgrade pip 242 - python -m pip wheel . 243 - python -m pip wheel src/binding/petsc4py 244 - python -m pip install --pre --no-index --no-cache-dir petsc4py 245 - python -m pip list 815 …python/3.13.0rc1-rayc5m7 py-setuptools/69.2.0-6yku3zk python-venv/1.0-bnbfk2n py-pip/23.1.2-o7dlzno [all …]
|
| H A D | setup.py | 17 $ python -m pip install numpy 18 $ python -m pip install petsc petsc4py 24 $ python -m pip install cython numpy 25 … $ python -m pip install --no-deps https://gitlab.com/petsc/petsc/-/archive/main/petsc-main.tar.gz
|
| H A D | makefile | 313 # pip install fprettify 403 # Run fortitude Fortran linter; pip install fortitude-lint; fortitude does not support using the pr…
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/ |
| H A D | __version__.py | 24 from pip._vendor import tomli as tomllib # type: ignore[import] 28 'python3 -m pip install tomli'
|
| H A D | pkg_consistency_checks.py | 64 from pip._vendor import tomli as tomllib 68 'python3 -m pip install tomli'
|
| H A D | __init__.py | 22 raise RuntimeError('Must run e.g. \'python3 -m pip install clang\' to use linter') from mnfe
|
| /petsc/config/BuildSystem/config/packages/ |
| H A D | petsc4py.py | 117 …'or with "pip" using: %s -m pip install %s' % (" ".join(npkgs), self.python.pyexe, " ".join(npkgs)…
|
| H A D | FEniCS-DOLFINx.py | 64 …# To avoid having the Python FEniCS-DOLFINx build its dependencies --no-deps is passed to pip (the… 125 …& ' + ccarg + ' ' + ppath + ' ' + dpath + ' ' + self.python.pyexe + ' -m pip install --no-build-…
|
| H A D | mpi4py.py | 83 'or using: %s -m pip install %s' % (self.python.pyexe, 'numpy'))
|
| H A D | CUDA.py | 314 # like in the case of NVIDIA packages from pip.
|
| /petsc/doc/install/ |
| H A D | index.md | 27 : `python -m pip install petsc petsc4py`
|
| /petsc/lib/petsc/bin/ |
| H A D | xml2flamegraph.py | 10 sys.exit("Import error: lxml must be installed. Try 'pip install lxml'.")
|
| /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/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`
|
| /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… 233 echo "vermin is required, please install: python3 -m pip install vermin"; \ 240 echo "MyPy is required, please install: python3 -m pip install mypy"; \
|
| /petsc/lib/petsc/bin/maint/ |
| H A D | builddist | 99 python3 -m pip install -r requirements.txt
|
| /petsc/src/snes/tutorials/ |
| H A D | ex34.c | 11 To visualize the solution, configure with petsc4py, pip install pyvista, and use
|
| /petsc/config/BuildSystem/config/ |
| H A D | package.py | 2150 …eps so does not install any listed dependencies of the package that Python pip would normally inst… 2151 … config.package.Package.executeShellCommandSeq([[self.python.pyexe, '-m', 'pip', 'install', '--no-… 2153 raise RuntimeError('Error running pip install on '+self.pkgname) 2231 … config.package.Package.executeShellCommandSeq([[self.python.pyexe, '-m', 'pip', 'install', '--no-… 2233 raise RuntimeError('Error running pip install on '+self.pkgname) 2235 # provide access to previously built pip packages 2249 …self.addPost('', [ccarg + ' ' + ppath + ' ' + ' ' + self.python.pyexe + ' -m pip install --no-bu…
|