cmd = [self.cmake.cmake, self.slepcdir] + map(lambda x:x.strip(), options) + args
|
cmd = [self.cmake.cmake, self.slepcdir] + map(lambda x:x.strip(), options) + args
|
archdir = os.path.join(self.slepcdir, self.arch.arch)
|
archdir = os.path.join(self.slepcdir, self.arch.arch)
|
output,error,retcode = self.executeShellCommand(cmd, checkCommand = noCheck, log=log, cwd=archdir)
|
output,error,retcode = self.executeShellCommand(cmd, checkCommand = noCheck, log=log, cwd=archdir)
|
self.logPrintBox('CMake process failed with status %d. Proceeding..' % (retcode,))
|
self.logPrintBox('CMake process failed with status %d, falling back to legacy build' % (retcode,))
|