Searched refs:pyexe (Results 1 – 11 of 11) sorted by relevance
| /petsc/config/BuildSystem/config/packages/ |
| H A D | Python.py | 34 self.pyexe = sys.executable 35 self.addDefine('PYTHON_EXE','"'+self.pyexe+'"') 36 self.addMakeMacro('PYTHON_EXE','"'+self.pyexe+'"') 41 …self.pyver,err1,ret1 = config.package.Package.executeShellCommand([self.pyexe,'-c','import syscon… 43 self.logPrint('Unable to determine version of',self.pyexe) 46 …output,err1,ret1 = config.package.Package.executeShellCommand([self.pyexe,'-c','import setuptools… 49 self.logPrint('Python being used '+self.pyexe+' does not have the setuptools package') 52 …self.cyver,err1,ret1 = config.package.Package.executeShellCommand([self.pyexe,'-c','import cython… 55 self.logPrint('Python being used '+self.pyexe+' does not have the Cython package') 62 …output1,err1,ret1 = config.package.Package.executeShellCommand(self.pyexe + ' -c "import numpy"',… [all …]
|
| H A D | petsc4py.py | 86 …ir + archflags + cflags + ' PYTHONPATH=${PETSCPYTHONPATH} ' + self.python.pyexe + ' setup.py build… 87 …'MPICC=${PCC} ' + newdir + archflags + self.python.pyexe +' setup.py install --install-lib=' + ins… 97 …y 0 -error_output_stdout -malloc_dump ${PETSC_TEST_OPTIONS}', self.python.pyexe, os.path.join(self… 117 …or with "pip" using: %s -m pip install %s' % (" ".join(npkgs), self.python.pyexe, " ".join(npkgs)))
|
| H A D | mpi4py.py | 54 …cleancmd = 'MPICC='+self.framework.getCompiler()+' '+archflags+self.python.pyexe+' setup.py clean… 65 …buildcmd = 'MPICC='+self.framework.getCompiler()+' '+archflags+cflags+self.python.pyexe+' setup.p… 70 …installcmd = 'MPICC='+self.framework.getCompiler()+' '+self.python.pyexe+' setup.py install --inst… 83 'or using: %s -m pip install %s' % (self.python.pyexe, 'numpy'))
|
| H A D | slepc4py.py | 91 …{PETSCPYTHONPATH} SLEPC_DIR=' + self.slepc.installDir + ' ' + self.python.pyexe + ' setup.py build… 92 …{PETSCPYTHONPATH} SLEPC_DIR=' + self.slepc.installDir + ' ' + self.python.pyexe +' setup.py instal… 94 …y 0 -error_output_stdout -malloc_dump ${PETSC_TEST_OPTIONS}', self.python.pyexe, os.path.join(self…
|
| H A D | BAMG.py | 45 …self.addPost(self.packageDir,[carg + self.python.pyexe + ' ./configure --prefix=' + prefix + ' --w…
|
| H A D | SLEPc.py | 75 …self.addPost(self.packageDir,[carg + ' ' + self.python.pyexe + ' ./configure --prefix=' + prefix +…
|
| H A D | MPICH.py | 105 args.append('PYTHON='+self.python.pyexe)
|
| H A D | FEniCS-DOLFINx.py | 125 …../../python && ' + ccarg + ' ' + ppath + ' ' + dpath + ' ' + self.python.pyexe + ' -m pip insta…
|
| /petsc/src/sys/python/ |
| H A D | pythonsys.c | 176 PetscErrorCode PetscPythonInitialize(const char pyexe[], const char pylib[]) in PetscPythonInitialize() argument 183 if (pyexe && pyexe[0] != 0) { in PetscPythonInitialize() 184 PetscCall(PetscStrncpy(PetscPythonExe, pyexe, sizeof(PetscPythonExe))); in PetscPythonInitialize()
|
| /petsc/src/binding/petsc4py/conf/ |
| H A D | confpetsc.py | 95 pyexe = sys.executable 96 advise = '$ %s -m pip install --upgrade cython' % pyexe
|
| /petsc/config/BuildSystem/config/ |
| H A D | package.py | 2151 …output,err,ret = config.package.Package.executeShellCommandSeq([[self.python.pyexe, '-m', 'pip', '… 2231 …output,err,ret = config.package.Package.executeShellCommandSeq([[self.python.pyexe, '-m', 'pip', '… 2249 …self.addPost('', [ccarg + ' ' + ppath + ' ' + ' ' + self.python.pyexe + ' -m pip install --no-bu…
|