Home
last modified time | relevance | path

Searched refs:Configure (Results 1 – 25 of 270) sorted by relevance

1234567891011

/petsc/config/BuildSystem/config/
H A DcompilerOptions.py10 class CompilerOptions(config.base.Configure):
26 …if config.setCompilers.Configure.isGNU(compiler, self.log) or config.setCompilers.Configure.isClan…
29 if config.setCompilers.Configure.isClang(compiler, self.log):
32 if config.setCompilers.Configure.isDarwinCatalina(self.log):
36 if config.setCompilers.Configure.isGcc110plus(compiler, self.log):
38 if config.setCompilers.Configure.isARM(self.log):
41 ….setCompilers.Configure.isDarwin(self.log) or config.setCompilers.Configure.isMINGW(compiler, self…
51 if config.setCompilers.Configure.isClang(compiler, self.log):
57 …if config.setCompilers.Configure.isIntel(compiler, self.log) and not re_win32fe_icl.search(compile…
95 elif config.setCompilers.Configure.isNVCC(compiler, self.log):
[all …]
H A Datomics.py5 class Configure(config.base.Configure): class
7 config.base.Configure.__init__(self, framework)
12 config.base.Configure.setupDependencies(self, framework)
H A Dprograms.py5 class Configure(config.base.Configure): class
7 config.base.Configure.__init__(self, framework)
32 …(output, error, status) = config.base.Configure.executeShellCommand(self.mkdir+' -p '+conftmpDir, …
62 …output,err,ret = config.base.Configure.executeShellCommand([self.autoreconf], log = self.log, cwd…
88 …(out,err,status) = Configure.executeShellCommand('%s s/sed/sd/g "%s"'%(sedcmd,sed1), log = self.lo…
119 …(out,err,status) = Configure.executeShellCommand('"%s" -w "%s" "%s"' % (self.diff,diff1,diff2), lo…
125 (buf,err,status) = Configure.executeShellCommand('/bin/rpm -q diffutils', log = self.log)
H A DsetCompilers.py63 class Configure(config.base.Configure): class
65 config.base.Configure.__init__(self, framework)
203 config.base.Configure.setupDependencies(self, framework)
213 …(output, error, status) = config.base.Configure.executeShellCommand(compiler+' -V',checkCommand = …
226 …(output, error, status) = config.base.Configure.executeShellCommand(compiler+' -v',checkCommand = …
238 …(output, error, status) = config.base.Configure.executeShellCommand(compiler+' --help | head -n 20…
255 if not found and Configure.isCrayPEWrapper(compiler,log):
256 …(output, error, status) = config.base.Configure.executeShellCommand(compiler+' --version', log = l…
268 …(output, error, status) = config.base.Configure.executeShellCommand(compiler+' --help | head -n 50…
282 …(output, error, status) = config.base.Configure.executeShellCommand(compiler+' --version', log = l…
[all …]
H A DsourceControl.py5 class Configure(config.base.Configure): class
7 config.base.Configure.__init__(self, framework)
H A DcompilerFlags.py5 class Configure(config.base.Configure): class
7 config.base.Configure.__init__(self, framework)
38 config.base.Configure.setupDependencies(self, framework)
99 flagsName = config.base.Configure.getCompilerFlagsName(language)
157 (out, err, ret) = Configure.executeShellCommand(command, log = self.log)
182 (out, err, ret) = Configure.executeShellCommand('lscpu', log = self.log)
/petsc/config/BuildSystem/config/utilities/
H A Ddebuggers.py5 class Configure(config.base.Configure): class
7 config.base.Configure.__init__(self, framework)
30 if config.setCompilers.Configure.isDarwin(self.log):
43 if config.setCompilers.Configure.isDarwin(self.log):
49 if config.setCompilers.Configure.isDarwin(self.log):
69 …(output, error, status) = config.base.Configure.executeShellCommand(self.dbx+' -c conftest -p '+st…
79 …(output, error, status) = config.base.Configure.executeShellCommand(self.dbx+' -c conftest -a '+st…
89 …(output, error, status) = config.base.Configure.executeShellCommand(self.dbx+' -c conftest -pid '+…
H A DmacosFirewall.py5 class Configure(config.base.Configure): class
7 config.base.Configure.__init__(self, framework)
12 self.isDarwin = config.setCompilers.Configure.isDarwin(self.log)
24 config.base.Configure.setupDependencies(self, framework)
H A DfeatureTestMacros.py3 class Configure(config.base.Configure): class
5 config.base.Configure.__init__(self, framework)
8 config.base.Configure.setupDependencies(self, framework)
H A DfortranCommandLine.py4 class Configure(config.base.Configure): class
6 config.base.Configure.__init__(self, framework)
20 config.base.Configure.setupDependencies(self, framework)
H A DFPTrap.py5 class Configure(config.base.Configure): class
7 config.base.Configure.__init__(self, framework)
20 config.base.Configure.setupDependencies(self, framework)
H A DgetResidentSetSize.py6 class Configure(config.base.Configure): class
8 config.base.Configure.__init__(self, framework)
24 config.base.Configure.setupDependencies(self, framework)
H A Dmissing.py4 class Configure(config.base.Configure): class
6 config.base.Configure.__init__(self, framework)
19 config.base.Configure.setupDependencies(self, framework)
/petsc/config/BuildSystem/config/packages/
H A Dboost.py6 class Configure(config.package.Package): class
39 config.base.Configure.executeShellCommand(cmd, timeout=6000, log=self.log)
53 if config.setCompilers.Configure.isGNU(cxx, self.log):
56 …elif config.setCompilers.Configure.isOneAPI(cxx, self.log) or config.setCompilers.Configure.isInte…
59 elif config.setCompilers.Configure.isClang(cxx, self.log):
76 …out, err, ret = config.base.Configure.executeShellCommand(bootstrap_cmd, timeout=6000, log=self.lo…
79 … out, err, ret = config.base.Configure.executeShellCommand(build_cmd, timeout=6000, log=self.log)
82 … out, err, ret = config.base.Configure.executeShellCommand(install_cmd, timeout=6000, log=self.log)
H A Dlibflame.py3 class Configure(config.package.GNUPackage): class
51 …output1,err1,ret1 = config.base.Configure.executeShellCommand(os.path.join('.',self.configureName…
78 …output2,err2,ret2 = config.base.Configure.executeShellCommand(self.make.make+' clean', cwd=self.p…
79 …output3,err3,ret3 = config.base.Configure.executeShellCommand(pmake+' V=1 all', cwd=self.packageD…
81 …output4,err4,ret4 = config.base.Configure.executeShellCommand(self.make.make+' install', cwd=self…
H A DZoltan.py4 class Configure(config.package.GNUPackage): class
64 …output1,err1,ret1 = config.base.Configure.executeShellCommand('rm -rf '+packageDir+' && mkdir '+…
67 …output1,err1,ret1 = config.base.Configure.executeShellCommand('cd '+packageDir+' && ../configure …
73 …output2,err2,ret2 = config.base.Configure.executeShellCommand('cd '+packageDir+' && '+self.make.m…
75 …output3,err3,ret3 = config.base.Configure.executeShellCommand('cd '+packageDir+' && '+self.make.m…
H A Dmpi4py.py5 class Configure(config.package.Package): class
55 …output,err,ret = config.base.Configure.executeShellCommand(cleancmd, cwd=self.packageDir, checkC…
63 if config.setCompilers.Configure.isIntel(self.getCompiler(), self.log):
66 …output,err,ret = config.base.Configure.executeShellCommand(buildcmd, cwd=self.packageDir, checkCo…
71 …output,err,ret = config.base.Configure.executeShellCommand(installcmd, cwd=self.packageDir,checkC…
H A DMPICH.py4 class Configure(config.package.GNUPackage): class
44 if config.setCompilers.Configure.isCygwin(self.log):
45 if config.setCompilers.Configure.isGNU(self.setCompilers.CC, self.log):
97 …if not self.setCompilers.isDarwin(self.log) and config.setCompilers.Configure.isClang(self.setComp…
99 if config.setCompilers.Configure.isDarwin(self.log):
/petsc/config/PETSc/options/
H A DmemAlign.py4 class Configure(config.base.Configure): class
6 config.base.Configure.__init__(self, framework)
22 config.base.Configure.setupDependencies(self, framework)
H A DindexTypes.py4 class Configure(config.base.Configure): class
6 config.base.Configure.__init__(self, framework)
23 config.base.Configure.setupDependencies(self, framework)
H A Dlanguages.py4 class Configure(config.base.Configure): class
6 config.base.Configure.__init__(self, framework)
26 config.base.Configure.setupDependencies(self, framework)
H A DdataFilesPath.py6 class Configure(config.base.Configure): class
8 config.base.Configure.__init__(self, framework)
25 config.base.Configure.setupDependencies(self, framework)
H A DsharedLibraries.py4 class Configure(config.base.Configure): class
6 config.base.Configure.__init__(self, framework)
24 config.base.Configure.setupDependencies(self, framework)
82 if config.setCompilers.Configure.isMINGW(self.framework.getCompiler(),self.log):
H A DlibraryOptions.py5 class Configure(config.base.Configure): class
7 config.base.Configure.__init__(self, framework)
28 config.base.Configure.setupDependencies(self, framework)
55 elif not config.setCompilers.Configure.isIBM(self.framework.getCompiler(), self.log):
H A Dexternalpackagesdir.py5 class Configure(config.base.Configure): class
7 config.base.Configure.__init__(self, framework)

1234567891011