Home
last modified time | relevance | path

Searched full:pip (Results 1 – 25 of 27) sorted by relevance

12

/petsc/src/binding/petsc4py/docs/source/
H A Dinstall.rst6 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 Dcontributing.rst12 $ python -m pip install -r src/binding/petsc4py/conf/requirements-lint.txt
/petsc/src/binding/petsc4py/
H A Dmakefile70 . 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 DDESCRIPTION.rst13 $ pip install mpi4py
17 $ pip install numpy
21 $ pip install petsc petsc4py
H A Dtox.ini4 # "pip install tox" and then run "tox" from this directory.
H A DCHANGES.rst238 - Support for ``pip install petsc4py`` to download and install PETSc.
/petsc/doc/
H A Dmakefile26 …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.yml79 - ${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 Dsetup.py17 $ 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 Dmakefile313 # 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__.py24 from pip._vendor import tomli as tomllib # type: ignore[import]
28 'python3 -m pip install tomli'
H A Dpkg_consistency_checks.py64 from pip._vendor import tomli as tomllib
68 'python3 -m pip install tomli'
H A D__init__.py22 raise RuntimeError('Must run e.g. \'python3 -m pip install clang\' to use linter') from mnfe
/petsc/config/BuildSystem/config/packages/
H A Dpetsc4py.py117 …'or with "pip" using: %s -m pip install %s' % (" ".join(npkgs), self.python.pyexe, " ".join(npkgs)…
H A DFEniCS-DOLFINx.py64 …# 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 Dmpi4py.py83 'or using: %s -m pip install %s' % (self.python.pyexe, 'numpy'))
H A DCUDA.py314 # like in the case of NVIDIA packages from pip.
/petsc/doc/install/
H A Dindex.md27 : `python -m pip install petsc petsc4py`
/petsc/lib/petsc/bin/
H A Dxml2flamegraph.py10 sys.exit("Import error: lxml must be installed. Try 'pip install lxml'.")
/petsc/src/ts/characteristic/interface/
H A Dcharacteristic.c716 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 D324.md22 …xx`, `--with-xxx`, and `-with-xxx-dir` for Python packages that install with pip. See `packages.py`
/petsc/lib/petsc/conf/
H A Drules_util.mk208 …@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 Dbuilddist99 python3 -m pip install -r requirements.txt
/petsc/src/snes/tutorials/
H A Dex34.c11 To visualize the solution, configure with petsc4py, pip install pyvista, and use
/petsc/config/BuildSystem/config/
H A Dpackage.py2150 …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…

12