Lines Matching full:python
9 PYTHON = python$(py) macro
16 ${PYTHON} setup.py config ${opt}
18 ${PYTHON} setup.py build ${opt}
20 ${VALGRIND} ${PYTHON} ${PWD}/test/runtests.py ${opt}
22 ${MPIEXEC} -n $* ${VALGRIND} ${PYTHON} ${PWD}/test/runtests.py ${opt}
26 ${PYTHON} setup.py build_src ${opt}
34 ${PYTHON} setup.py clean --all
47 ${PYTHON} setup.py install --prefix='' --user ${opt}
49 -${RM} -r $(shell ${PYTHON} -m site --user-site)/${package}
50 -${RM} -r $(shell ${PYTHON} -m site --user-site)/${package}-*-py*.egg-info
69 ${PYTHON} -m venv petsc4py-lint-env
70 . petsc4py-lint-env/bin/activate && python -m pip install -r conf/requirements-lint.txt
76 ${PYTHON} -m venv petsc4py-docs-env
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 .
83 python conf/stubgen.py
86 …python -m mypy.stubtest petsc4py --ignore-missing-stub --allowlist conf/stubtest-allowlist --ignor…
93 ${PYTHON} -m venv petsc4py-stubtest-env
94 . petsc4py-stubtest-env/bin/activate && python -m pip install -r conf/requirements-stubtest.txt
154 CFLAGS=-O0 python -m pip install .
163 ${PYTHON} setup.py sdist ${opt}