Home
last modified time | relevance | path

Searched refs:libDir (Results 1 – 23 of 23) sorted by relevance

/petsc/config/BuildSystem/config/packages/
H A DpARMS.py74 libDir = self.libDir
76 if not os.path.isdir(libDir):
77 os.mkdir(libDir)
78 …output,err,ret = config.package.Package.executeShellCommand('mkdir -p '+libDir, timeout=2500, log=…
80 … cleanall && make OBJ3="" && cp -f include/*.h '+incDir +' && cp lib/* '+libDir, timeout=2500, log…
H A Dtchem.py23 libDir = self.libDir
53 ['mkdir', '-p', includeDir, libDir, shareDir],
55 ['cp'] + glob.glob(os.path.join(self.packageDir, 'lib', 'libtchem*')) + [libDir],
H A DTetGen.py32 libDir = self.libDir
57 g.write('LIBDIR = '+libDir+'\n')
58 g.write('INSTALL_LIB_DIR = '+libDir+'\n')
81 …="' + cflags + '" PREDCXXFLAGS="' + predcflags + '" tetlib && cp *.a ' + libDir + ' && rm *.a *.o'…
H A DKBLAS.py105 libDir = self.libDir
109 ['mkdir -p '+libDir+' '+includeDir,
110 'cp -f lib/*.* '+libDir+'/.',
H A DHPDDM.py53 libDir = os.path.join(prefix,self.libDirs[0])
65 ldflags += ' '+self.libraries.toStringNoDupes(self.dlib+[os.path.join(libDir,'libpetsc')])
67 …ldflags += ' '+self.libraries.toStringNoDupes(self.dlib+[os.path.join(libDir,'libpetscml'),'-lpets…
76 …r,'interface','hpddm_petsc.cpp') + ' ' + ldflags + ' -o ' + os.path.join(libDir,'libhpddm_petsc.' …
H A DPARTY.py33 …& make clean && make all && cd .. && mkdir -p '+self.libDir+'&& cp -f *.a '+os.path.join(self.libD…
H A DOpenBLAS.py55 self.libDir = os.path.join(self.directory,self.libDirs[0])
58 self.libDir = None
108 libdir = self.libDir
H A Dhpl.py29 libDir = os.path.join(self.installDir, 'lib')
49 g.write('LIBDIR = '+libDir+'\n')
50 g.write('INSTALL_LIB_DIR = '+libDir+'\n')
H A DKS.py25 libDir = os.path.join(self.installDir, 'lib')
46 g.write('LIBDIR = '+libDir+'\n')
47 g.write('INSTALL_LIB_DIR = '+libDir+'\n')
H A DBlasLapack.py238 libDir = os.path.join(self.f2cblaslapack.directory,'lib')
239 f2cBlas = [os.path.join(libDir,'libf2cblas.a')]
243 f2cLapack = [os.path.join(libDir,'libf2clapack.a')]
250 libDir = os.path.join(self.netliblapack.directory,'lib')
252 …ck', [os.path.join(libDir,'libcblas.a'), os.path.join(libDir,'libblas.a')], [os.path.join(libDir,'…
254 …yield ('netliblapack', [os.path.join(libDir,'libnblas.a')], [os.path.join(libDir,'libnlapack.a')],…
259 libDir = os.path.join(self.fblaslapack.directory,'lib')
260 …yield ('fblaslapack', os.path.join(libDir,'libfblas.a'), os.path.join(libDir,'libflapack.a'), '32'…
265 libDir = os.path.join(self.libflame.directory,'lib')
266 …yield ('libflame', self.blis.lib, os.path.join(libDir,'libflame.a'), self.blis.known64, self.blis.…
[all …]
H A DMUMPS.py192 libDir = self.libDir
196 ['mkdir -p '+libDir+' '+includeDir,
197 'cp -f lib/*.* '+libDir,
201 …g.package.Package.executeShellCommand(['cp', '-f', 'libseq/libmpiseq.a', libDir+'/.'], cwd=self.pa…
H A DChaco.py48 'mkdir -p '+self.libDir,
49 'cp libchaco.'+self.setCompilers.AR_LIB_SUFFIX+' '+self.libDir
H A DTriangle.py35 libDir = os.path.join(self.installDir, 'lib')
56 g.write('LIBDIR = '+libDir+'\n')
57 g.write('INSTALL_LIB_DIR = '+libDir+'\n')
H A DMAGMA.py206 libDir = self.libDir
211 …eShellCommand('cp '+os.path.join(self.packageDir,'lib','libmagma.*')+' '+libDir, timeout=100, log=…
H A Dadblaslapack.py38 libdir = self.libDir
H A Dssl.py35 args.append('--libdir='+self.libDir)
H A Dsprng.py57 …ealclean && cd SRC && make && cd .. && cp -f lib/*.a '+os.path.join(self.libDir,'')+' && cp -f inc…
H A Dfblaslapack.py28 libdir = self.libDir
H A Df2cblaslapack.py55 libdir = self.libDir
H A DChombo.py116 'cp -f lib*.'+self.setCompilers.AR_LIB_SUFFIX+' '+os.path.join(self.libDir,''),
/petsc/config/BuildSystem/config/
H A Dlibraries.py112 …def add(self, libName, funcs, libDir = None, otherLibs = [], prototype = '', call = '', fortranMan… argument
117 if self.check(libName, funcs, libDir, otherLibs, prototype, call, fortranMangle):
186 …def check(self, libName, funcs, libDir = None, otherLibs = [], prototype = '', call = '', fortranM… argument
250 if libDir:
251 if not isinstance(libDir, list): libDir = [libDir]
252 for dir in libDir:
303 …def checkClassify(self, libName, funcs, libDir=None, otherLibs=[], prototype='', call='', fortranM… argument
308 …if self.check(libName, funcs, libDir, otherLibs, prototype, call, fortranMangle, cxxMangle, cxxLin…
H A Dpython.py63 for libDir in libDirs:
64 if not libDir: continue
65 lib = os.path.join(libDir, dylib)
H A Dpackage.py548 self.libDir = os.path.join(self.installDir, self.libDirs[0])
1790 args.append('--libdir='+self.libDir)
1983 args.append('-DCMAKE_INSTALL_NAME_DIR:STRING="'+self.libDir+'"')